Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -65,7 +65,7 @@ export default function CarRentalPage() {
|
||||
tag="Latest Models"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Compact Sedan", price: "$45/day", imageSrc: "https://img.b2bpic.net/free-photo/woman-getting-taxi-car_23-2149149625.jpg", imageAlt: "Compact sedan rental", initialQuantity: 1
|
||||
@@ -121,7 +121,7 @@ export default function CarRentalPage() {
|
||||
tag="Flexible Plans"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function CarRentalPage() {
|
||||
"50% discount on daily rate", "Dedicated account manager", "Flexible swap options", "Corporate invoicing"
|
||||
]
|
||||
}
|
||||
]
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Special Offer", href: "#contact" }
|
||||
]}
|
||||
@@ -183,7 +183,7 @@ export default function CarRentalPage() {
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
@@ -245,7 +245,7 @@ export default function CarRentalPage() {
|
||||
ctaDescription="Get in touch with our booking team today and secure your perfect vehicle for an unforgettable journey."
|
||||
ctaButton={{ text: "Book a Rental", href: "tel:+1-800-GASORGAZ" }}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user