From 22dd90573a0fd575483658d250427e128b7a8850 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:23:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cdaf22..0ac8e48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { description="Rouh Restaurant & Café offers a premium dining experience in the heart of Dokki with exceptional food, relaxing vibes, and unforgettable moments." buttons={[ { - text: "Book a Table", href: "#contact"}, + text: "Book a Table", href: "contact"}, { - text: "View Menu", href: "#menu"}, + text: "View Menu", href: "menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=1" mediaAnimation="blur-reveal" @@ -228,11 +228,11 @@ export default function LandingPage() { { items: [ { - label: "Home", href: "#hero"}, + label: "Home", href: "hero"}, { - label: "About", href: "#about"}, + label: "About", href: "about"}, { - label: "Menu", href: "#menu"}, + label: "Menu", href: "menu"}, ], }, { @@ -258,4 +258,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file