diff --git a/src/app/page.tsx b/src/app/page.tsx index 54e7258..8c225d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,12 +53,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg", imageAlt: "GS Automotive Premium Showroom" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg", imageAlt: "Quality Used Vehicles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg?_wi=1", imageAlt: "GS Automotive Premium Showroom" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=1", imageAlt: "Quality Used Vehicles" }, { imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-looking-car-s-engine-room_23-2147897818.jpg", imageAlt: "Professional Repair Services" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint-car-door_23-2149714302.jpg", imageAlt: "Expert Body Work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Used Parts Available" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg", imageAlt: "Diverse Vehicle Selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=1", imageAlt: "Used Parts Available" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg?_wi=1", imageAlt: "Diverse Vehicle Selection" } ]} /> @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Oil Changes & Maintenance", description: "Regular maintenance services to keep your vehicle running smoothly and reliably." } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-throwing-up-keys-her-white-car-car-dealership_651396-3573.jpg?_wi=2" imageAlt="GS Automotive Professional Team" mediaAnimation="slide-up" imagePosition="right" @@ -104,10 +104,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "vehicle-1", name: "2018 Honda Civic", price: "$8,999", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg", imageAlt: "2018 Honda Civic Sedan" + id: "vehicle-1", name: "2018 Honda Civic", price: "$8,999", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=2", imageAlt: "2018 Honda Civic Sedan" }, { - id: "vehicle-2", name: "2016 Ford F-150", price: "$12,499", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg", imageAlt: "2016 Ford F-150 Truck" + id: "vehicle-2", name: "2016 Ford F-150", price: "$12,499", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg?_wi=2", imageAlt: "2016 Ford F-150 Truck" }, { id: "vehicle-3", name: "2019 Toyota Corolla", price: "$10,499", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32013.jpg", imageAlt: "2019 Toyota Corolla" @@ -202,13 +202,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "parts-1", name: "Engine Blocks & Transmissions", price: "Call for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Engine and Transmission Parts" + id: "parts-1", name: "Engine Blocks & Transmissions", price: "Call for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=2", imageAlt: "Engine and Transmission Parts" }, { - id: "parts-2", name: "Doors, Hoods & Fenders", price: "$199 - $599", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Body Panel Parts" + id: "parts-2", name: "Doors, Hoods & Fenders", price: "$199 - $599", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=3", imageAlt: "Body Panel Parts" }, { - id: "parts-3", name: "Interior & Electrical", price: "$49 - $399", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg", imageAlt: "Interior and Electrical Components" + id: "parts-3", name: "Interior & Electrical", price: "$49 - $399", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1564.jpg?_wi=4", imageAlt: "Interior and Electrical Components" } ]} textboxLayout="default" @@ -266,7 +266,7 @@ export default function LandingPage() {