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