From a8df0e847797230074abb13899b1963b8a6ea16d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:58:31 +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 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." } }, ]} /> -- 2.49.1 From d900e87f9d9080db94baea5d24753afe35e769cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:58:32 +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 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."] } }, ]} /> -- 2.49.1