Merge version_3 into main #4
@@ -88,8 +88,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Luxury", name: "City Sedan", price: "$45/day", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-exploration-dubai-s-evolving-cityscape_23-2151339709.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Premium", name: "Luxury Cruiser", price: "$120/day", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-attractive-couple-leaning-luxury-car-outdoors-against-skyscraper_613910-19347.jpg?_wi=1" }
|
||||
{ id: "1", brand: "Luxury", name: "City Sedan", price: "₹1,500/day", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-exploration-dubai-s-evolving-cityscape_23-2151339709.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Premium", name: "Luxury Cruiser", price: "₹4,000/day", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-attractive-couple-leaning-luxury-car-outdoors-against-skyscraper_613910-19347.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,13 +97,13 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
title="Simple Pricing"
|
||||
description="Transparent rates designed for everyone."
|
||||
description="Transparent local rates for Vadodara."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "daily", badge: "Popular", price: "$45", subtitle: "Daily rental package", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Insurance included", "200km limit"] },
|
||||
{ id: "weekly", badge: "Saver", price: "$280", subtitle: "Weekly rental package", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Insurance included", "Unlimited mileage"] }
|
||||
{ id: "daily", badge: "Popular", price: "₹1,500", subtitle: "Daily rental package", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Insurance included", "200km daily limit"] },
|
||||
{ id: "weekly", badge: "Saver", price: "₹9,000", subtitle: "Weekly rental package", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Insurance included", "Unlimited mileage"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,4 +155,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user