Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 19:28:56 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Discover the ultimate riverside retreat in the heart of Maadi. Enjoy curated coffees, tranquil views, and an atmosphere that defines relaxation." description="Discover the ultimate riverside retreat in the heart of Maadi. Enjoy curated coffees, tranquil views, and an atmosphere that defines relaxation."
buttons={[ buttons={[
{ {
text: "Reserve Your Table", href: "#contact"}, text: "Secure Your Nile-View Table", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg" imageSrc="http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -223,4 +223,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }