Merge version_1 into main #2
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Book a Car", href: "#pricing" },
|
||||
{ text: "View Fleet", href: "#fleet" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptjlp1&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptjlp1"
|
||||
imageAlt="Premium rental car showcase"
|
||||
buttonAnimation="slide-up"
|
||||
showDimOverlay={false}
|
||||
@@ -71,15 +71,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "compact-1", brand: "Easy Keys", name: "Compact City Car", price: "$45/day", rating: 4.8,
|
||||
reviewCount: "324", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gliqf8&_wi=1", imageAlt: "Compact economy car"
|
||||
reviewCount: "324", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gliqf8", imageAlt: "Compact economy car"
|
||||
},
|
||||
{
|
||||
id: "sedan-1", brand: "Easy Keys", name: "Luxury Sedan", price: "$75/day", rating: 4.9,
|
||||
reviewCount: "512", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nvj7x&_wi=1", imageAlt: "Premium sedan"
|
||||
reviewCount: "512", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nvj7x", imageAlt: "Premium sedan"
|
||||
},
|
||||
{
|
||||
id: "suv-1", brand: "Easy Keys", name: "Family SUV", price: "$95/day", rating: 4.7,
|
||||
reviewCount: "287", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bigc&_wi=1", imageAlt: "Spacious family SUV"
|
||||
reviewCount: "287", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bigc", imageAlt: "Spacious family SUV"
|
||||
},
|
||||
{
|
||||
id: "sports-1", brand: "Easy Keys", name: "Sports Convertible", price: "$150/day", rating: 4.9,
|
||||
@@ -93,7 +93,6 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View All Vehicles", href: "#pricing" }]}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
cardClassName="h-full"
|
||||
gridClassName="gap-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,19 +105,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Instant Booking", description: "Reserve your vehicle in minutes with our streamlined online booking system. No lengthy paperwork required.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptjlp1&_wi=2"
|
||||
title: "Instant Booking", description: "Reserve your vehicle in minutes with our streamlined online booking system. No lengthy paperwork required.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptjlp1"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Best Prices Guaranteed", description: "Competitive rates with transparent pricing. No hidden fees—what you see is what you pay.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gliqf8&_wi=2"
|
||||
title: "Best Prices Guaranteed", description: "Competitive rates with transparent pricing. No hidden fees—what you see is what you pay.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gliqf8"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Diverse Fleet Selection", description: "From budget-friendly compact cars to luxury vehicles, we have the perfect car for your journey.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nvj7x&_wi=2"
|
||||
title: "Diverse Fleet Selection", description: "From budget-friendly compact cars to luxury vehicles, we have the perfect car for your journey.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6nvj7x"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "24/7 Customer Support", description: "Our dedicated support team is always available to assist you, day or night, wherever you are.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bigc&_wi=2"
|
||||
title: "24/7 Customer Support", description: "Our dedicated support team is always available to assist you, day or night, wherever you are.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bigc"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -126,7 +125,6 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Learn More", href: "#pricing" }]}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
cardClassName="h-full"
|
||||
gridClassName="gap-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,7 +180,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="scale-rotate"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
gridClassName="gap-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user