From cb73a99c02b2cf735a3f01e4d6dac1ce3338c44c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:12:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8097f02..964eee3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,7 +169,7 @@ export default function LandingPage() { mediaPosition="right" inputPlaceholder="Your phone number" buttonText="Call (561) 990-7099" - mediaAnimation="smooth" + mediaAnimation="blur-reveal" /> @@ -197,7 +197,7 @@ export default function LandingPage() { id: "6", title: "Where are you located?", content: "We're located at 11435 W Palmetto Park Rd Suite J, Boca Raton, FL 33428, inside Shoppes at Loggers Run. Easy parking and convenient access."}, ]} - animationType="smooth" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" @@ -215,7 +215,7 @@ export default function LandingPage() { mediaPosition="left" inputPlaceholder="Your email for directions" buttonText="Get Directions" - mediaAnimation="smooth" + mediaAnimation="blur-reveal" /> -- 2.49.1