From 784c2908e23e847f92095a82bc5f310114beca92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 14:35:34 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 76 ++++++++++-------------------------------- 1 file changed, 18 insertions(+), 58 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fccb033..12480d4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { @@ -61,18 +51,10 @@ export default function LandingPage() { description="Celebrating years of culinary excellence." metrics={[ { - id: "a1", - value: "15+", - title: "Years", - description: "Of fine dining service", - icon: Award, + id: "a1", value: "15+", title: "Years", description: "Of fine dining service", icon: Award, }, { - id: "a2", - value: "50+", - title: "Chefs", - description: "Culinary masters", - icon: Award, + id: "a2", value: "50+", title: "Chefs", description: "Culinary masters", icon: Award, }, ]} /> @@ -84,12 +66,7 @@ export default function LandingPage() { title="Our Mission" sections={[ { - heading: "Our Heritage", - content: { - type: "paragraph", - text: "Al Rimal was founded on the principle of bringing the hospitality of Arabia to the global stage.", - }, - }, + heading: "Our Heritage", content: "Al Rimal was founded on the principle of bringing the hospitality of Arabia to the global stage."}, ]} /> @@ -99,46 +76,29 @@ export default function LandingPage() { logoText="Al Rimal" columns={[ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "Reserve", - href: "/reservation", - }, + label: "Reserve", href: "/reservation"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "+971 4 000 0000", - href: "tel:+97140000000", - }, + label: "+971 4 000 0000", href: "tel:+97140000000"}, { - label: "hello@alrimal.ae", - href: "mailto:hello@alrimal.ae", - }, + label: "hello@alrimal.ae", href: "mailto:hello@alrimal.ae"}, ], }, ]}