Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -65,7 +65,7 @@ export default function CarRentalPage() {
|
|||||||
tag="Latest Models"
|
tag="Latest Models"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
products={[
|
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
|
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"
|
tag="Flexible Plans"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
@@ -142,7 +142,7 @@ export default function CarRentalPage() {
|
|||||||
"50% discount on daily rate", "Dedicated account manager", "Flexible swap options", "Corporate invoicing"
|
"50% discount on daily rate", "Dedicated account manager", "Flexible swap options", "Corporate invoicing"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Special Offer", href: "#contact" }
|
{ text: "Get Special Offer", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
@@ -183,7 +183,7 @@ export default function CarRentalPage() {
|
|||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
showRating={true}
|
showRating={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
testimonials={[
|
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."
|
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" }}
|
ctaButton={{ text: "Book a Rental", href: "tel:+1-800-GASORGAZ" }}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
|
|||||||
Reference in New Issue
Block a user