Update src/app/fleet/page.tsx
This commit is contained in:
@@ -47,16 +47,16 @@ export default function FleetPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Mercedes-Benz", name: "E-Class Sedan", price: "€45-60", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "Mercedes E-Class luxury sedan"},
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=3", imageAlt: "Mercedes E-Class luxury sedan"},
|
||||
{
|
||||
id: "2", brand: "BMW", name: "7 Series Luxury", price: "€60-80", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "BMW 7 Series luxury vehicle"},
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=4", imageAlt: "BMW 7 Series luxury vehicle"},
|
||||
{
|
||||
id: "3", brand: "Volkswagen", name: "Passat Comfort", price: "€35-50", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg", imageAlt: "Volkswagen Passat comfort vehicle"},
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg?_wi=2", imageAlt: "Volkswagen Passat comfort vehicle"},
|
||||
{
|
||||
id: "4", brand: "Mercedes-Benz", name: "V-Class Van (8 seats)", price: "€70-100", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236709.jpg", imageAlt: "Mercedes V-Class group transport van"},
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236709.jpg?_wi=2", imageAlt: "Mercedes V-Class group transport van"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="scale-rotate"
|
||||
@@ -72,7 +72,7 @@ export default function FleetPage() {
|
||||
description="All our vehicles meet the highest international safety and comfort standards."
|
||||
subdescription="Regular maintenance, professional cleaning, and premium amenities included"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg?_wi=2"
|
||||
imageAlt="Fleet maintenance and service"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user