Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-03 05:35:27 +00:00
parent 2ce33564cb
commit d7ed0f715a

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Reservations", id: "contact" }
]}
button={{ text: "Call Now", href: "tel:+919876543210" }}
animateOnLoad={false}
animateOnLoad={true}
/>
</div>
@@ -169,10 +169,6 @@ export default function LandingPage() {
}
]}
speed={40}
buttons={[
{ text: "Reserve Now After Reading Reviews", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
</div>