From 132f5d442503f5557a56e10d01a3608208b5bf7a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:05:29 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 +++++++++++------------------------------- 1 file changed, 16 insertions(+), 46 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4556f30..6c7e0a8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,30 +26,18 @@ export default function LandingPage() { @@ -68,21 +56,13 @@ export default function LandingPage() { title="Our Values" sections={[ { - heading: "Transparency", - content: { - type: "paragraph", - text: "We believe in open communication.", - }, + heading: "Transparency", content: { + text: "We believe in open communication."}, }, { - heading: "Craftsmanship", - content: { - type: "list", + heading: "Craftsmanship", content: { items: [ - "Detail-oriented", - "Modern Aesthetic", - "Technical Precision", - ], + "Detail-oriented", "Modern Aesthetic", "Technical Precision"], }, }, ]} @@ -93,29 +73,19 @@ export default function LandingPage() {