From bc0a6f79abdf71ff9a411f17c4bc6de7c5f90786 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:06:54 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 74a8ccd..4a480b8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,12 +51,12 @@ export default function AboutPage() { sections={[ { heading: "Transparency", content: { - text: "We believe in open communication." + type: "paragraph", text: "We believe in open communication." }, }, { heading: "Craftsmanship", content: { - items: ["Detail-oriented", "Modern Aesthetic", "Technical Precision"] + type: "list", items: ["Detail-oriented", "Modern Aesthetic", "Technical Precision"] }, }, ]}