diff --git a/src/app/page.tsx b/src/app/page.tsx index 209f3f1..63dbbf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,36 +47,23 @@ export default function LandingPage() {
@@ -94,41 +73,28 @@ export default function LandingPage() { useInvertedBackground={true} title="Authentic Heritage" description={[ - "Founded in the vibrant heart of Eastleigh, Blue Ocean serves as a culinary bridge between Somali traditions and East African flavors.", - "Every dish is prepared using time-honored recipes, ensuring a late-night dining experience that feels like home.", - ]} + "Founded in the vibrant heart of Eastleigh, Blue Ocean serves as a culinary bridge between Somali traditions and East African flavors.", "Every dish is prepared using time-honored recipes, ensuring a late-night dining experience that feels like home."]} />
@@ -363,33 +223,21 @@ export default function LandingPage() { logoText="BLUE OCEAN" columns={[ { - title: "Discover", - items: [ + title: "Discover", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Story", - href: "#about", - }, + label: "Story", href: "#about"}, { - label: "Gallery", - href: "#gallery", - }, + label: "Gallery", href: "#gallery"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "WhatsApp", - href: "https://wa.me/254704364896", - }, + label: "WhatsApp", href: "https://wa.me/254704364896"}, { - label: "Phone", - href: "tel:+254704364896", - }, + label: "Phone", href: "tel:+254704364896"}, ], }, ]}