Update src/app/page.tsx

This commit is contained in:
2026-05-11 19:28:52 +00:00
parent fdd44147d0
commit 1a7d732a3c

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."
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"
mediaAnimation="blur-reveal"
@@ -223,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}