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