5 Commits

Author SHA1 Message Date
f90ca78fa1 Merge version_4 into main
Merge version_4 into main
2026-04-26 16:23:43 +00:00
be566fa3c5 Merge version_3 into main
Merge version_3 into main
2026-04-26 16:23:39 +00:00
e1a7075cb0 Update src/app/page.tsx 2026-04-26 16:23:39 +00:00
7b7f54850a Update src/app/page.tsx 2026-04-26 16:23:36 +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}
background={{
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={[
{
text: "Book a Table Now"},
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}