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"] }, }, ]}