feat: update blog structure and content for balodeplao.com

This commit is contained in:
2026-03-10 12:36:58 +09:00
committed by Thuan Bui
parent a300564d0a
commit e14ce351e1
17 changed files with 132 additions and 763 deletions
-8
View File
@@ -2,7 +2,6 @@
import BaseLayout from "@/layouts/BaseLayout.astro";
import { getImage } from "astro:assets";
import Content2 from "@/components/widgets/Content2.astro";
import Values from "@/components/widgets/Values.astro";
import aboutImage from "@/assets/images/about-office.webp";
const metadata = {
@@ -76,11 +75,4 @@ const optimizedImage = await getImage({
},
]}
/>
<Values
items={values}
columns={3}
tagline="Our Values"
title="What Defines Us"
subtitle="Principles that guide our daily work"
/>
</BaseLayout>