From 040c1c45eaacf02debcf6f180b9724d8ee77c62c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:01:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 022c041..46aba65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function Page() { imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Precision exterior polish" } ]} - mediaAnimation="slide" + mediaAnimation="fade" buttons={[ { text: "Call 07582 884829", href: "tel:07582884829" @@ -276,7 +276,7 @@ export default function Page() { id: "6", title: "Can you valet vans and SUVs?", content: "Absolutely! We valet cars, vans, and SUVs. Pricing varies by vehicle type. Call 07582 884829 for a tailored quote." } ]} - faqsAnimation="slide" + faqsAnimation="fade" textPosition="left" useInvertedBackground={false} /> -- 2.49.1