From 996b1bbbd408e469730fd22c8a333e940c997b7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:48:36 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 4322b1c..9406701 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -98,7 +98,7 @@ export default function BookingPage() { }, ]} gridVariant="uniform-all-items-equal" - animationType="blur-reveal" + animationType="smooth" textboxLayout="default" useInvertedBackground={false} buttons={[ @@ -124,7 +124,7 @@ export default function BookingPage() { id: "4", title: "What documents do I need for pickup?", content: "You'll need a valid driver's license, passport (for international rentals), and the credit card used for booking. International drivers also need an International Driving Permit (IDP)."}, ]} useInvertedBackground={true} - animationType="blur-reveal" + animationType="smooth" textPosition="left" faqsAnimation="slide-up" />