Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-23 12:23:17 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}