Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user