Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:42:48 +00:00
parent 2854c67dc2
commit ee3369445c

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
"Full set included", "Spacious area"],
buttons: [
{
text: "Book Now", href: "#contact"},
text: "Reserve Your Spot", href: "#contact"},
],
},
{
@@ -151,7 +151,7 @@ export default function LandingPage() {
"Tournament quality", "Perfect lighting"],
buttons: [
{
text: "Book Now", href: "#contact"},
text: "Reserve Your Spot", href: "#contact"},
],
},
{
@@ -159,7 +159,7 @@ export default function LandingPage() {
"Group up to 5", "All games included"],
buttons: [
{
text: "Book Now", href: "#contact"},
text: "Reserve Your Spot", href: "#contact"},
],
},
]}
@@ -252,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}