Update src/app/booking/page.tsx
This commit is contained in:
@@ -98,7 +98,7 @@ export default function BookingPage() {
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
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="blur-reveal"
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user