Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,29 +46,29 @@ export default function LandingPage() {
|
||||
title="La route vous appartient"
|
||||
description="Location rapide de véhicules récents avec kilométrage illimité et assistance 24/7. Choisissez votre catégorie idéale parmi nos 50 véhicules premium."
|
||||
tag="DZ Premium Rent"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Voir la flotte", href: "#fleet" },
|
||||
{ text: "Réserver maintenant", href: "#booking" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=1", imageAlt: "Luxurious SUV for premium rentals"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", imageAlt: "Luxurious SUV for premium rentals"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg?_wi=1", imageAlt: "Premium luxury vehicle"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg", imageAlt: "Premium luxury vehicle"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=2", imageAlt: "High-end rental car"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", imageAlt: "High-end rental car"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg?_wi=1", imageAlt: "Business class sedan"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg", imageAlt: "Business class sedan"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg?_wi=1", imageAlt: "Efficient city vehicle"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg", imageAlt: "Efficient city vehicle"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=3", imageAlt: "Premium SUV showcase"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", imageAlt: "Premium SUV showcase"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -81,13 +81,13 @@ export default function LandingPage() {
|
||||
tag="50+ Véhicules disponibles"
|
||||
products={[
|
||||
{
|
||||
id: "economic", name: "Citadine Économique", price: "2,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg?_wi=2", imageAlt: "Citadine économique"
|
||||
id: "economic", name: "Citadine Économique", price: "2,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg", imageAlt: "Citadine économique"
|
||||
},
|
||||
{
|
||||
id: "comfort", name: "Berline Confort", price: "5,000 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg?_wi=2", imageAlt: "Berline confort premium"
|
||||
id: "comfort", name: "Berline Confort", price: "5,000 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg", imageAlt: "Berline confort premium"
|
||||
},
|
||||
{
|
||||
id: "prestige", name: "SUV Prestige", price: "8,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg?_wi=2", imageAlt: "SUV prestige luxe"
|
||||
id: "prestige", name: "SUV Prestige", price: "8,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg", imageAlt: "SUV prestige luxe"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user