Update src/app/fleet/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function FleetPage() {
|
||||
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=3",
|
||||
imageAlt: "luxury sedan black premium car",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -63,7 +63,7 @@ export default function FleetPage() {
|
||||
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=3",
|
||||
imageAlt: "luxury SUV white premium vehicle",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -71,7 +71,7 @@ export default function FleetPage() {
|
||||
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=3",
|
||||
imageAlt: "luxury van hiace premium transportation",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -79,7 +79,7 @@ export default function FleetPage() {
|
||||
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=3",
|
||||
imageAlt: "luxury compact car hatchback rental",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -87,7 +87,7 @@ export default function FleetPage() {
|
||||
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=3",
|
||||
imageAlt: "luxury sports car performance vehicle",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -95,7 +95,7 @@ export default function FleetPage() {
|
||||
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=3",
|
||||
imageAlt: "luxury car fleet rental company",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -116,7 +116,7 @@ export default function FleetPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="left"
|
||||
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=2"
|
||||
imageAlt="professional car rental service customer"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
@@ -160,7 +160,7 @@ export default function FleetPage() {
|
||||
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=2"
|
||||
imageAlt="luxury car interior premium"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user