2 Commits

Author SHA1 Message Date
e1a7075cb0 Update src/app/page.tsx 2026-04-26 16:23:39 +00:00
cecea5f7b1 Merge version_2 into main
Merge version_2 into main
2026-04-26 16:22:14 +00:00

View File

@@ -194,7 +194,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
text="Join us around the fire. Whether it's a casual lunch, family dinner, or special celebration — The Eatery is ready to welcome you." text="Join us around the fire. Visit us at The Eatery Wood Fired Grill in Cape Town for an unforgettable experience. Whether it's a casual lunch, family dinner, or special celebration — we're ready to welcome you."
buttons={[ buttons={[
{ {
text: "Book a Table Now"}, text: "Book a Table Now"},
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }