Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 03:44:25 +00:00
2 changed files with 1386 additions and 19 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,23 +53,23 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-electric-car_1303-21182.jpg", imageAlt: "Dacia rental car available"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-electric-car_1303-21182.jpg?_wi=1", imageAlt: "Dacia rental car available"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg", imageAlt: "Dacia compact vehicle"},
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg?_wi=1", imageAlt: "Dacia compact vehicle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117123.jpg", imageAlt: "Dacia budget-friendly option"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117123.jpg?_wi=1", imageAlt: "Dacia budget-friendly option"},
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg", imageAlt: "Renault Clio premium sedan"},
imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg?_wi=1", imageAlt: "Renault Clio premium sedan"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg", imageAlt: "Clio luxury rental"},
imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg?_wi=2", imageAlt: "Clio luxury rental"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-mini-four-wheel-mobility-vehicle_23-2151016396.jpg", imageAlt: "Clio modern vehicle"},
imageSrc: "http://img.b2bpic.net/free-photo/view-mini-four-wheel-mobility-vehicle_23-2151016396.jpg?_wi=1", imageAlt: "Clio modern vehicle"},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-headlights-black-luxury-car_146671-19733.jpg", imageAlt: "Clio premium car"},
imageSrc: "http://img.b2bpic.net/free-photo/back-headlights-black-luxury-car_146671-19733.jpg?_wi=1", imageAlt: "Clio premium car"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-electric-car_1303-21182.jpg", imageAlt: "Dacia reliable transport"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-electric-car_1303-21182.jpg?_wi=2", imageAlt: "Dacia reliable transport"},
]}
buttons={[
{ text: "Browse Fleet", href: "#featured-cars" },
@@ -90,22 +90,22 @@ export default function LandingPage() {
products={[
{
id: "dacia-1", brand: "Dacia", name: "Dacia Sandero", price: "250 MAD", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-electric-car_1303-21182.jpg", imageAlt: "Dacia Sandero compact car"},
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-electric-car_1303-21182.jpg?_wi=3", imageAlt: "Dacia Sandero compact car"},
{
id: "dacia-2", brand: "Dacia", name: "Dacia Logan", price: "280 MAD", rating: 5,
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg", imageAlt: "Dacia Logan budget sedan"},
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg?_wi=2", imageAlt: "Dacia Logan budget sedan"},
{
id: "dacia-3", brand: "Dacia", name: "Dacia Duster", price: "300 MAD", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117123.jpg", imageAlt: "Dacia Duster SUV"},
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117123.jpg?_wi=2", imageAlt: "Dacia Duster SUV"},
{
id: "clio-1", brand: "Renault", name: "Clio RS", price: "290 MAD", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg", imageAlt: "Renault Clio RS premium sedan"},
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg?_wi=3", imageAlt: "Renault Clio RS premium sedan"},
{
id: "clio-2", brand: "Renault", name: "Clio Express", price: "270 MAD", rating: 5,
reviewCount: "1.3k", imageSrc: "http://img.b2bpic.net/free-photo/view-mini-four-wheel-mobility-vehicle_23-2151016396.jpg", imageAlt: "Renault Clio Express compact"},
reviewCount: "1.3k", imageSrc: "http://img.b2bpic.net/free-photo/view-mini-four-wheel-mobility-vehicle_23-2151016396.jpg?_wi=2", imageAlt: "Renault Clio Express compact"},
{
id: "clio-3", brand: "Renault", name: "Clio Premium", price: "300 MAD", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/back-headlights-black-luxury-car_146671-19733.jpg", imageAlt: "Renault Clio Premium luxury"},
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/back-headlights-black-luxury-car_146671-19733.jpg?_wi=2", imageAlt: "Renault Clio Premium luxury"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -126,16 +126,16 @@ export default function LandingPage() {
features={[
{
id: "speed", title: "Lightning Fast Booking", author: "Quick Reserve", description: "Book your car in under 2 minutes with our streamlined online system. Instant confirmation and flexible pickup options available.", tags: ["Fast", "Convenient", "24/7"],
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg?_wi=1"},
{
id: "reliability", title: "100% Reliable Fleet", author: "Quality Assured", description: "All vehicles undergo rigorous maintenance checks. Modern, well-kept cars ensure your journey is safe and comfortable.", tags: ["Maintained", "Safe", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg?_wi=2"},
{
id: "pricing", title: "Affordable Rates", author: "Best Value", description: "Competitive pricing from 250-300 MAD daily. No hidden fees. Transparent pricing with flexible payment options.", tags: ["Transparent", "Affordable", "Flexible"],
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg?_wi=3"},
{
id: "service", title: "Exceptional Customer Service", author: "Support Team", description: "24/7 bilingual support in Arabic and English. WhatsApp, phone, or email support whenever you need us.", tags: ["Bilingual", "Support", "Available"],
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg?_wi=4"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -245,7 +245,7 @@ export default function LandingPage() {
{
id: "5", title: "Do you offer car delivery to my location?", content: "Yes! For most areas in Morocco, we offer complimentary or affordable car delivery. Delivery time is typically 30 minutes to 1 hour depending on your location."},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-stylish-woman-car-salon_1157-20887.jpg?_wi=5"
imageAlt="FAQ support illustration"
mediaAnimation="slide-up"
mediaPosition="left"