From 04f6257cdb6094fc82de2c2faa37693e473e899a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:12:38 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d0ff592..3447b8a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,8 +41,8 @@ export default function AboutPage() { layout="section" title="Our Mission" sections={[ - { heading: "Vision", content: { type: "paragraph", text: "To set the standard for high-performance design." } }, - { heading: "Values", content: { type: "list", items: ["Integrity", "Performance", "Innovation", "Transparency"] } }, + { heading: "Vision", content: { text: "To set the standard for high-performance design." } }, + { heading: "Values", content: { items: ["Integrity", "Performance", "Innovation", "Transparency"] } }, ]} /> @@ -62,11 +62,11 @@ export default function AboutPage() { -- 2.49.1