From ef05bebe006a4048f2ec3aa3081fcb38c9c9e1bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:00:11 +0000 Subject: [PATCH 1/2] 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 9406701..a736ebf 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="smooth" + animationType="slide-up" 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="smooth" + animationType="instant" textPosition="left" faqsAnimation="slide-up" /> -- 2.49.1 From 9f3a508af8223d12ac222f406e8942dfc52e8eeb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:00:11 +0000 Subject: [PATCH 2/2] 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..f96a2d4 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="slide-up" 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="instant" textPosition="left" faqsAnimation="slide-up" /> -- 2.49.1