From a5853a157b1450da28dc35325493633dd0fdaa3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:17:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 89 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d6abb9..ef5929f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Rentals" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Browse Vehicles", href: "#vehicles" }, { text: "Get Special Offer", href: "#contact" }, @@ -55,15 +55,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg", imageAlt: "Premium luxury car"}, + imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg", imageAlt: "Premium luxury car" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "Orange sports car"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "Orange sports car" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26835.jpg", imageAlt: "Family sedan"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26835.jpg", imageAlt: "Family sedan" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-driving-pathway-middle-trees-with-mountain-clear-sky_181624-3326.jpg", imageAlt: "SUV adventure vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-driving-pathway-middle-trees-with-mountain-clear-sky_181624-3326.jpg", imageAlt: "SUV adventure vehicle" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-sexy-blond-girls-sunglasses-posing-cabriolet-car_613910-2439.jpg", imageAlt: "Luxury convertible"}, + imageSrc: "http://img.b2bpic.net/free-photo/three-sexy-blond-girls-sunglasses-posing-cabriolet-car_613910-2439.jpg", imageAlt: "Luxury convertible" + }, ]} ariaLabel="Car rental hero section with carousel" /> @@ -81,13 +86,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Instant Access", title: "Easy Online Booking", subtitle: "Book in just 2 minutes", description: "Our streamlined booking platform lets you reserve your perfect vehicle in minutes. Real-time availability, transparent pricing, and instant confirmation.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-interface-set_23-2148590978.jpg", imageAlt: "Easy booking interface"}, + tag: "Instant Access", title: "Easy Online Booking", subtitle: "Book in just 2 minutes", description: "Our streamlined booking platform lets you reserve your perfect vehicle in minutes. Real-time availability, transparent pricing, and instant confirmation.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-interface-set_23-2148590978.jpg", imageAlt: "Easy booking interface" + }, { id: 2, - tag: "Complete Protection", title: "Comprehensive Insurance", subtitle: "Peace of mind included", description: "All rentals include premium insurance coverage. Optional additional coverage available. Drive worry-free with our comprehensive protection plans.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Insurance protection options"}, + tag: "Complete Protection", title: "Comprehensive Insurance", subtitle: "Peace of mind included", description: "All rentals include premium insurance coverage. Optional additional coverage available. Drive worry-free with our comprehensive protection plans.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Insurance protection options" + }, { id: 3, - tag: "Always Available", title: "24/7 Customer Support", subtitle: "Help whenever you need it", description: "Our dedicated support team is available round the clock. Live chat, phone support, and email assistance to help with any questions or emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support assistance"}, + tag: "Always Available", title: "24/7 Customer Support", subtitle: "Help whenever you need it", description: "Our dedicated support team is available round the clock. Live chat, phone support, and email assistance to help with any questions or emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support assistance" + }, ]} buttons={[{ text: "Learn More", href: "#pricing" }]} buttonAnimation="slide-up" @@ -105,11 +113,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Premium SUV", price: "$89/day", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Premium SUV rental"}, + id: "1", name: "Premium SUV", price: "$89/day", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Premium SUV rental" + }, { - id: "2", name: "Executive Sedan", price: "$69/day", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213544.jpg", imageAlt: "Executive sedan rental"}, + id: "2", name: "Executive Sedan", price: "$69/day", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213544.jpg", imageAlt: "Executive sedan rental" + }, { - id: "3", name: "Compact Economy", price: "$39/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg", imageAlt: "Compact economy car"}, + id: "3", name: "Compact Economy", price: "$39/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg", imageAlt: "Compact economy car" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -129,19 +140,22 @@ export default function LandingPage() { { id: "daily", tag: "Daily Rental", price: "From $39", period: "/day", description: "Perfect for short trips and weekend getaways.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free vehicle swap", "Airport pickup available"], + "Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free vehicle swap", "Airport pickup available" + ] }, { id: "weekly", tag: "Weekly Rental", tagIcon: Star, price: "$199", period: "/week", description: "Best value for week-long trips and family vacations.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "Unlimited mileage", "Premium insurance coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Complimentary car wash", "Flexible return times"], + "Unlimited mileage", "Premium insurance coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Complimentary car wash", "Flexible return times" + ] }, { id: "monthly", tag: "Monthly Rental", tagIcon: Zap, price: "$599", period: "/month", description: "Best for long-term travel and corporate needs.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "Unlimited mileage", "Full comprehensive coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Concierge service", "Corporate accounts available", "Flexible terms negotiable"], + "Unlimited mileage", "Full comprehensive coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Concierge service", "Corporate accounts available", "Flexible terms negotiable" + ] }, ]} ariaLabel="Pricing section" @@ -152,17 +166,23 @@ export default function LandingPage() { -- 2.49.1