diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c01057..03f0c4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Reservations", id: "contact" } ]} button={{ text: "Call Now", href: "tel:+919876543210" }} - animateOnLoad={false} + animateOnLoad={true} /> @@ -169,10 +169,6 @@ export default function LandingPage() { } ]} speed={40} - buttons={[ - { text: "Reserve Now After Reading Reviews", href: "#contact" } - ]} - buttonAnimation="slide-up" />