Update src/app/page.tsx

This commit is contained in:
2026-03-15 17:28:35 +00:00
parent 379b9b2c4d
commit 2ce25d59ef

View File

@@ -55,23 +55,23 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-waiting-near-car_23-2149530094.jpg?_wi=1", imageAlt: "Luxury electric vehicle"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-waiting-near-car_23-2149530094.jpg", imageAlt: "Luxury electric vehicle"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-posing-front-car_23-2148384979.jpg?_wi=1", imageAlt: "Compact city car"
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-posing-front-car_23-2148384979.jpg", imageAlt: "Compact city car"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-posing-front-car_23-2148384979.jpg?_wi=2", imageAlt: "Compact city car"
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-posing-front-car_23-2148384979.jpg", imageAlt: "Compact city car"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-waiting-near-car_23-2149530094.jpg?_wi=2", imageAlt: "Luxury electric vehicle"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-waiting-near-car_23-2149530094.jpg", imageAlt: "Luxury electric vehicle"
}
]}
avatarText="Join 5000+ satisfied customers"
carouselPosition="right"
background={{ variant: "aurora" }}
background={{ variant: "animated-grid" }}
ariaLabel="Hero section with vehicle carousel"
/>
</div>
@@ -123,16 +123,16 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
products={[
{
id: "sedan-01", name: "Luxury Sedan", price: "$89/day", variant: "Premium Executive", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18968.jpg?_wi=1", imageAlt: "Premium luxury sedan", isFavorited: false
id: "sedan-01", name: "Luxury Sedan", price: "$89/day", variant: "Premium Executive", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18968.jpg", imageAlt: "Premium luxury sedan", isFavorited: false
},
{
id: "suv-01", name: "Premium SUV", price: "$129/day", variant: "7-Seater Luxury", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg?_wi=1", imageAlt: "Luxury premium SUV", isFavorited: false
id: "suv-01", name: "Premium SUV", price: "$129/day", variant: "7-Seater Luxury", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg", imageAlt: "Luxury premium SUV", isFavorited: false
},
{
id: "electric-01", name: "Electric Vehicle", price: "$69/day", variant: "Eco-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362820.jpg", imageAlt: "Modern electric car", isFavorited: false
},
{
id: "compact-01", name: "Compact City Car", price: "$49/day", variant: "Perfect for Urban", imageSrc: "http://img.b2bpic.net/free-photo/business-hours-announcement-window_53876-14893.jpg?_wi=1", imageAlt: "Compact efficient city car", isFavorited: false
id: "compact-01", name: "Compact City Car", price: "$49/day", variant: "Perfect for Urban", imageSrc: "http://img.b2bpic.net/free-photo/business-hours-announcement-window_53876-14893.jpg", imageAlt: "Compact efficient city car", isFavorited: false
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -160,21 +160,21 @@ export default function LandingPage() {
"Full insurance coverage", "24/7 roadside assistance", "Unlimited mileage", "GPS navigation included", "Free vehicle pickup"
],
button: { text: "Book Daily", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/business-hours-announcement-window_53876-14893.jpg?_wi=2", imageAlt: "Compact city car pricing"
imageSrc: "http://img.b2bpic.net/free-photo/business-hours-announcement-window_53876-14893.jpg", imageAlt: "Compact city car pricing"
},
{
id: "weekly", title: "Weekly Rental", price: "$289", period: "per week", features: [
"All Daily features included", "15% savings on daily rate", "Free car wash service", "Complimentary upgrade available", "Flexible drop-off locations"
],
button: { text: "Book Weekly", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18968.jpg?_wi=2", imageAlt: "Premium sedan pricing"
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18968.jpg", imageAlt: "Premium sedan pricing"
},
{
id: "monthly", title: "Monthly Rental", price: "$899", period: "per month", features: [
"All Weekly features included", "30% savings on daily rate", "Premium vehicle class", "Personal account manager", "VIP customer support"
],
button: { text: "Book Monthly", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg?_wi=2", imageAlt: "Luxury SUV pricing"
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15143.jpg", imageAlt: "Luxury SUV pricing"
}
]}
animationType="slide-up"
@@ -209,7 +209,7 @@ export default function LandingPage() {
id: "step-4", value: "4", title: "Pick Up & Drive", description: "Pick up your vehicle and hit the road on your scheduled rental date.", icon: Key
}
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}