From 43ed972cf80a95dddf93a0b999261d8b26ed18c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:11:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1289a57..8097f02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,6 +169,7 @@ export default function LandingPage() { mediaPosition="right" inputPlaceholder="Your phone number" buttonText="Call (561) 990-7099" + mediaAnimation="smooth" /> @@ -196,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="slide-up" + animationType="smooth" textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" @@ -214,6 +215,7 @@ export default function LandingPage() { mediaPosition="left" inputPlaceholder="Your email for directions" buttonText="Get Directions" + mediaAnimation="smooth" /> -- 2.49.1