From e4b790f9deb7558889670b3ef047c46503175687 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:44:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 287 +++++++++++------------------------------------ 1 file changed, 68 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba7c660..50a3001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -398,45 +265,27 @@ export default function LandingPage() { logoText="Rehla Coffee House" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Gallery", - href: "#gallery", - }, + label: "Gallery", href: "#gallery"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Location", - href: "#contact", - }, + label: "Location", href: "#contact"}, { - label: "Contact Us", - href: "mailto:info@rehlacoffee.com", - }, + label: "Contact Us", href: "mailto:info@rehlacoffee.com"}, { - label: "Instagram", - href: "https://instagram.com/rehlacoffee", - }, + label: "Instagram", href: "https://instagram.com/rehlacoffee"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}