2 Commits

Author SHA1 Message Date
b1f2b59456 Update src/app/page.tsx 2026-05-25 07:27:52 +00:00
e3d26773ed Merge version_2 into main
Merge version_2 into main
2026-05-25 07:26:30 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
brandName="Soccerz" brandName="Soccerz"
button={{ text: "Book Now", onClick: () => window.location.href = "https://wa.me/919876543210" }} button={{ text: "Book Now", href: "https://wa.me/919876543210" }}
/> />
</div> </div>
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }