From 84713510c4e6c40bc2aaa81bbea620fa9c36a706 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:13:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f0b8ed..2503bf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { ]} avatarText="4.8/5 from 50+ customers" imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4753.jpg" - mediaAnimation="background-highlight" + mediaAnimation="blur-reveal" /> @@ -130,6 +130,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + animationType="blur-reveal" testimonials={[ { id: "1", @@ -378,7 +379,7 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our services, pricing, and how to book your appointment." - faqsAnimation="background-highlight" + faqsAnimation="blur-reveal" /> @@ -392,7 +393,7 @@ export default function LandingPage() { title="Get Your Free Quote Today!" description="Fill out this form or call us to receive a no-obligation quote for your car repair needs. We're here to help!" imageSrc="http://img.b2bpic.net/free-photo/elevated-view-smartphone-pen-wrist-watch-map-wooden-background_23-2147837115.jpg" - mediaAnimation="background-highlight" + mediaAnimation="blur-reveal" mediaPosition="left" inputPlaceholder="Your Email (Placeholder for Name, Phone, Service, Message)" buttonText="Get a Free Quote" -- 2.49.1