diff --git a/src/app/page.tsx b/src/app/page.tsx index d10e7fa..ef779eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,22 +97,22 @@ export default function LandingPage() { { title: "Genuine, Honest Service", description: "We believe buying a car should feel comfortable — not pressured.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=2" }, ] }, { title: "We Handle Everything", description: "From servicing to registration, we take care of the details so you don't have to.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg?_wi=2" }, ] }, { title: "Quality Vehicles Only", description: "Every car is carefully selected to meet our high standards of quality and reliability.", icon: Car, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=2" }, ] }, ]} @@ -148,8 +148,8 @@ export default function LandingPage() { title="Premium Services" description="We offer more than just car sales." features={[ - { id: "1", title: "Financing", description: "Easy approval process.", tag: "Financial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg" }, - { id: "2", title: "Detailing", description: "Get that showroom shine.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg" }, + { id: "1", title: "Financing", description: "Easy approval process.", tag: "Financial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=3" }, + { id: "2", title: "Detailing", description: "Get that showroom shine.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=3" }, ]} />