diff --git a/src/app/page.tsx b/src/app/page.tsx index ba7916b..e47e05a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Browse Available Cars", href: "#inventory" }, { text: "Book a Consultation", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg?_wi=1" imageAlt="Luxury car showroom cinematic shot" mediaAnimation="slide-up" avatars={[ @@ -100,16 +100,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Verified Quality", description: "Every vehicle undergoes a rigorous inspection to ensure it meets our elite standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg" }, + title: "Verified Quality", description: "Every vehicle undergoes a rigorous inspection to ensure it meets our elite standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=1" }, }, { - title: "Transparent Pricing", description: "No hidden fees, no surprises. Just straightforward, competitive pricing for every car.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg" }, + title: "Transparent Pricing", description: "No hidden fees, no surprises. Just straightforward, competitive pricing for every car.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=2" }, }, { - title: "Full Documentation", description: "We manage the entire registration process so you can focus on the drive, not the paperwork.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg" }, + title: "Full Documentation", description: "We manage the entire registration process so you can focus on the drive, not the paperwork.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=3" }, }, ]} showStepNumbers={true} @@ -151,7 +151,7 @@ export default function LandingPage() {