From 28da690b8ef62d2f289ebb0ba60389e95ba586bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:34:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa80e4f..8c01057 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={true} + animateOnLoad={false} /> -- 2.49.1