Update src/app/vehicles/page.tsx

This commit is contained in:
2026-03-16 11:58:50 +00:00
parent c183852192
commit bf2ca90227

View File

@@ -57,7 +57,7 @@ export default function VehiclesPage() {
{ text: "Contact Sales", href: "/contact" },
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg"
imageSrc="http://img.b2bpic.net/free-photo/african-american-car-mechanic-talking-businessman-auto-repair-shop_637285-4239.jpg?_wi=2"
imageAlt="Paulo Car full vehicle inventory"
mediaAnimation="slide-up"
ariaLabel="Vehicles inventory hero section"
@@ -77,7 +77,7 @@ export default function VehiclesPage() {
name: "Executive Sedan",
price: "$42,500",
variant: "2024 Premium Edition",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg?_wi=2",
imageAlt: "Luxury premium sedan",
},
{
@@ -85,7 +85,7 @@ export default function VehiclesPage() {
name: "Business Sedan",
price: "$38,900",
variant: "2024 Standard Edition",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-her-car-outside-street_1303-29685.jpg?_wi=3",
imageAlt: "Professional business sedan",
},
{
@@ -93,7 +93,7 @@ export default function VehiclesPage() {
name: "Luxury SUV",
price: "$58,900",
variant: "2024 Signature Series",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg?_wi=2",
imageAlt: "High-end luxury SUV",
},
{
@@ -101,7 +101,7 @@ export default function VehiclesPage() {
name: "Family SUV",
price: "$52,400",
variant: "2024 Comfort Package",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sits-car-field_169016-41470.jpg?_wi=3",
imageAlt: "Premium family SUV",
},
{
@@ -109,7 +109,7 @@ export default function VehiclesPage() {
name: "Sports Coupe",
price: "$65,200",
variant: "2024 Performance Package",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=2",
imageAlt: "Premium sports coupe",
},
{
@@ -117,7 +117,7 @@ export default function VehiclesPage() {
name: "Luxury Coupe",
price: "$72,100",
variant: "2024 Elite Edition",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=3",
imageAlt: "Luxury high-performance coupe",
},
]}