Update src/app/page.tsx

This commit is contained in:
2026-03-07 10:25:59 +00:00
parent 2db897b355
commit 25ac98162e

View File

@@ -70,32 +70,32 @@ export default function HomePage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=1",
imageAlt: "luxury sedan black premium car",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg?_wi=1",
imageAlt: "luxury SUV white premium vehicle",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg?_wi=1",
imageAlt: "luxury van hiace premium transportation",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg?_wi=1",
imageAlt: "luxury compact car hatchback rental",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg?_wi=1",
imageAlt: "luxury sports car performance vehicle",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=1",
imageAlt: "luxury car fleet rental company",
},
]}
@@ -117,7 +117,7 @@ export default function HomePage() {
id: "1",
name: "Luxury Sedan - Toyota Camry",
price: "Rs. 4,500/day",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg?_wi=2",
imageAlt: "luxury sedan black premium car",
initialQuantity: 1,
},
@@ -125,7 +125,7 @@ export default function HomePage() {
id: "2",
name: "Premium SUV - Toyota Fortuner",
price: "Rs. 6,500/day",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-showroom_1303-22834.jpg?_wi=2",
imageAlt: "luxury SUV white premium vehicle",
initialQuantity: 1,
},
@@ -133,7 +133,7 @@ export default function HomePage() {
id: "3",
name: "Family Van - Toyota Hiace",
price: "Rs. 7,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-woman-looking-car-car-showroom_1303-13647.jpg?_wi=2",
imageAlt: "luxury van hiace premium transportation",
initialQuantity: 1,
},
@@ -141,7 +141,7 @@ export default function HomePage() {
id: "4",
name: "Compact Car - Honda Civic",
price: "Rs. 3,500/day",
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-new-car-car-salon_1303-29639.jpg?_wi=2",
imageAlt: "luxury compact car hatchback rental",
initialQuantity: 1,
},
@@ -149,7 +149,7 @@ export default function HomePage() {
id: "5",
name: "Executive Vehicle - BMW 5 Series",
price: "Rs. 8,500/day",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434363.jpg?_wi=2",
imageAlt: "luxury sports car performance vehicle",
initialQuantity: 1,
},
@@ -157,7 +157,7 @@ export default function HomePage() {
id: "6",
name: "Premium Sedan - Mercedes C-Class",
price: "Rs. 9,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=2",
imageAlt: "luxury car fleet rental company",
initialQuantity: 1,
},
@@ -178,7 +178,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-successful-business-man-taking-selfie_171337-16169.jpg?_wi=1"
imageAlt="professional car rental service customer"
mediaAnimation="slide-up"
bulletPoints={[
@@ -220,7 +220,7 @@ export default function HomePage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-man-sitting-car_1303-10324.jpg?_wi=1"
imageAlt="luxury car chauffeur service"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -302,7 +302,7 @@ export default function HomePage() {
variant: "gradient-bars",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg"
imageSrc="http://img.b2bpic.net/free-photo/buttons-turn-lights-more-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16598.jpg?_wi=1"
imageAlt="luxury car interior premium"
mediaAnimation="slide-up"
mediaPosition="right"