From f92fceebc17e73d20e3cf71bbf99c12ea586e3f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:43:39 +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 75f0299..63bd895 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function HomePage() { }, ]} gridVariant="uniform-all-items-equal" - animationType="smooth" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Start Booking Now", href: "#booking-process" }]} @@ -227,7 +227,7 @@ export default function HomePage() { id: "6", title: "How do I book a vehicle?", content: "Simply visit our booking page, select your vehicle, set your dates, choose your insurance level and any add-ons, and confirm. You'll receive instant confirmation with all details and pickup instructions."}, ]} useInvertedBackground={true} - animationType="smooth" + animationType="blur-reveal" textPosition="left" faqsAnimation="slide-up" />