Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1f2b59456 | |||
| e3d26773ed |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user