From 35ef906d3aa191193a85a958b7e58493ea9f7416 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 21:56:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91e4fac..776c528 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,6 @@ export default function LandingPage() { button={{ text: "Get Free Estimate", onClick: () => setIsPopupOpen(true), }} - animateOnLoad={true} /> @@ -82,11 +81,11 @@ export default function LandingPage() { /> -
-
-
-
-
+
+
+
+
+
setIsPopupOpen(true) }]} />
- + );