diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ff9ca6..a990c24 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { layout="section" title="Our Values" sections={[ - { heading: "Design Philosophy", content: { type: "paragraph", text: "We believe in minimalism, clarity, and bold, futuristic aesthetics." } }, + { heading: "Design Philosophy", content: { text: "We believe in minimalism, clarity, and bold, futuristic aesthetics." } }, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2c7c7ef..f5e2f86 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { layout="section" title="Get in Touch" sections={[ - { heading: "Inquiries", content: { type: "list", items: ["Email us for quotes.", "DM on social for quick chat."] } }, + { heading: "Inquiries", content: { items: ["Email us for quotes.", "DM on social for quick chat."] } }, ]} />