From d99a0ab729b43b8a28847bdd7bf71f6613125c15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:59:41 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d56cb3e..36d16c1 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." } }, ]} /> -- 2.49.1 From bc875d21c6c643fe2b9c91683c6e039e38285c80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:59:41 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b6708aa..3f5a7aa 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."] } }, ]} /> -- 2.49.1