Update src/app/about/page.tsx

This commit is contained in:
2026-05-11 14:35:34 +00:00
parent 850f099874
commit 784c2908e2

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reserve",
id: "/reservation",
},
name: "Reserve", id: "/reservation"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Al Rimal"
/>
@@ -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."},
]}
/>
</div>
@@ -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"},
],
},
]}