5 Commits

Author SHA1 Message Date
d29e7c54cf Merge version_4 into main
Merge version_4 into main
2026-04-29 01:31:48 +00:00
5fbea0865e Update src/app/page.tsx 2026-04-29 01:31:42 +00:00
dd028ce143 Merge version_3 into main
Merge version_3 into main
2026-04-29 01:23:36 +00:00
17c7278f93 Update src/app/page.tsx 2026-04-29 01:23:33 +00:00
5fd4c88bff Merge version_2 into main
Merge version_2 into main
2026-04-29 01:22:15 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
title="Where Elegance Meets Flavor"
description="Experience refined dining and artisan coffee in a luxurious atmosphere."
description="Discover a curated fusion of modern European cuisine and artisan coffee, exclusively at LAvenue Park."
buttons={[
{
text: "Reserve a Table", href: "#contact"},
@@ -206,7 +206,7 @@ export default function LandingPage() {
description="Join us for an unforgettable evening at LAvenue Park."
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
inputPlaceholder="Enter your email for updates"
buttonText="Reserve Now"
buttonText="Book Your Table"
imageAlt="Luxury restaurant entrance"
tag="Reservations"
/>
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}