4 Commits

Author SHA1 Message Date
22dd90573a Update src/app/page.tsx 2026-05-23 12:23:14 +00:00
88dfa40178 Merge version_1 into main
Merge version_1 into main
2026-05-23 12:09:35 +00:00
bc3c854791 Merge version_1 into main
Merge version_1 into main
2026-05-23 12:09:08 +00:00
adf2c22dd0 Merge version_1 into main
Merge version_1 into main
2026-05-23 12:08:39 +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." description="Rouh Restaurant & Café offers a premium dining experience in the heart of Dokki with exceptional food, relaxing vibes, and unforgettable moments."
buttons={[ 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" imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -228,11 +228,11 @@ export default function LandingPage() {
{ {
items: [ 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> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }