Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:32:27 +00:00
parent a8981f90cc
commit 7474a6156b

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Reservations", id: "contact" } { name: "Reservations", id: "contact" }
]} ]}
button={{ text: "Call Now", href: "tel:+919876543210" }} button={{ text: "Call Now", href: "tel:+919876543210" }}
animateOnLoad={false} animateOnLoad={true}
/> />
</div> </div>