From 87d7f13362edde0efedc9794cfaf017e0df1d62e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:02:49 +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..ce65c70 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="entrance-slide" 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="entrance-slide" textPosition="left" useInvertedBackground={false} /> -- 2.49.1