From a8981f90cce7c25c90010bc54dd3f32d4ca1daf2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:30:26 +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