Update src/app/page.tsx

This commit is contained in:
2026-03-07 16:56:43 +00:00
parent d017c0a4e6
commit a0fefc2a8e

View File

@@ -63,13 +63,13 @@ export default function LandingPage() {
description="Select from our curated collection of premium vehicles tailored to your needs."
products={[
{
id: "suv", name: "Luxury SUV", price: "From $180/day", variant: "Spacious & Elegant", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg", imageAlt: "Premium luxury SUV"},
id: "suv", name: "Luxury SUV", price: "From $180/day", variant: "Spacious & Elegant", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg?_wi=1", imageAlt: "Premium luxury SUV"},
{
id: "sedan", name: "Executive Sedan", price: "From $150/day", variant: "Sophisticated & Refined", imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg", imageAlt: "Premium luxury sedan"},
id: "sedan", name: "Executive Sedan", price: "From $150/day", variant: "Sophisticated & Refined", imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg?_wi=1", imageAlt: "Premium luxury sedan"},
{
id: "sports", name: "Sports Car", price: "From $250/day", variant: "Thrilling Performance", imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg", imageAlt: "Premium sports car"},
id: "sports", name: "Sports Car", price: "From $250/day", variant: "Thrilling Performance", imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg?_wi=1", imageAlt: "Premium sports car"},
{
id: "electric", name: "Electric Vehicle", price: "From $120/day", variant: "Eco-Friendly Luxury", imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg", imageAlt: "Premium electric vehicle"},
id: "electric", name: "Electric Vehicle", price: "From $120/day", variant: "Eco-Friendly Luxury", imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg?_wi=1", imageAlt: "Premium electric vehicle"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -135,16 +135,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Choose Your Car", author: "Step 1", description: "Browse our collection and select the perfect vehicle for your journey.", tags: ["Selection"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg", imageAlt: "Choose vehicle"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg?_wi=2", imageAlt: "Choose vehicle"},
{
id: "2", title: "Complete Booking", author: "Step 2", description: "Provide your details and confirm your rental dates with our secure system.", tags: ["Booking"],
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg", imageAlt: "Complete booking"},
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-car-talking-smartphone_23-2147841942.jpg?_wi=2", imageAlt: "Complete booking"},
{
id: "3", title: "Vehicle Delivery", author: "Step 3", description: "We deliver your car to your location within 90 minutes, ready to go.", tags: ["Delivery"],
imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg", imageAlt: "Vehicle delivery"},
imageSrc: "http://img.b2bpic.net/free-photo/back-side-wheel-vintage-black-sedan-car_114579-4027.jpg?_wi=2", imageAlt: "Vehicle delivery"},
{
id: "4", title: "Enjoy Your Drive", author: "Step 4", description: "Hit the road with our 24/7 support team ready to assist anytime.", tags: ["Support"],
imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg", imageAlt: "Enjoy drive"},
imageSrc: "http://img.b2bpic.net/free-photo/man-closing-cars-charge-socket-holding-charger-charge-station_1268-17740.jpg?_wi=2", imageAlt: "Enjoy drive"},
]}
animationType="slide-up"
textboxLayout="default"