mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 23:21:16 +09:00
feat: update blog structure and content for balodeplao.com
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user