From f465206b94a20c929efb8e33594c4ba7a94de88b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:51:24 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 101 +++++++++-------------------------------- 1 file changed, 21 insertions(+), 80 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d7773b6..5720de9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -55,54 +47,24 @@ export default function LandingPage() { description="The pillars of our service." features={[ { - id: "p1", - label: "01", - title: "Freshness", - items: [ - "Local produce", - "Organic flour", - "Hand-kneaded", - ], + id: "p1", label: "01", title: "Freshness", items: [ + "Local produce", "Organic flour", "Hand-kneaded"], }, { - id: "p2", - label: "02", - title: "Heritage", - items: [ - "Traditional recipes", - "Roman techniques", - "Authentic", - ], + id: "p2", label: "02", title: "Heritage", items: [ + "Traditional recipes", "Roman techniques", "Authentic"], }, { - id: "p3", - label: "03", - title: "Service", - items: [ - "Personal attention", - "Warm atmosphere", - "Inclusive", - ], + id: "p3", label: "03", title: "Service", items: [ + "Personal attention", "Warm atmosphere", "Inclusive"], }, { - id: "p4", - label: "04", - title: "Setting", - items: [ - "Cozy interior", - "Dim lighting", - "Intimate", - ], + id: "p4", label: "04", title: "Setting", items: [ + "Cozy interior", "Dim lighting", "Intimate"], }, { - id: "p5", - label: "05", - title: "Craft", - items: [ - "Time-tested", - "Patient prep", - "Handmade", - ], + id: "p5", label: "05", title: "Craft", items: [ + "Time-tested", "Patient prep", "Handmade"], }, ]} /> @@ -114,22 +76,9 @@ export default function LandingPage() { title="Company Standards" sections={[ { - heading: "Safety", - content: { - type: "paragraph", - text: "We adhere to strict food safety standards.", - }, - }, + heading: "Safety", content: "We adhere to strict food safety standards."}, { - heading: "Privacy", - content: { - type: "list", - items: [ - "User data safety", - "No third-party sharing", - ], - }, - }, + heading: "Privacy", content: "User data safety and no third-party sharing."}, ]} /> @@ -139,25 +88,17 @@ export default function LandingPage() { logoText="Il Vicolo" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Visit Us", - href: "/contact", - }, + label: "Visit Us", href: "/contact"}, ], }, ]}