diff --git a/src/app/page.tsx b/src/app/page.tsx index 045910b..ae81b31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "/vehicles", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg?_wi=1" imageAlt="Valor Engineering Performance Prototype" mediaAnimation="slide-up" /> @@ -98,19 +98,19 @@ export default function LandingPage() { id: "1", name: "Valkyrion V12-HR", price: "Prototype", - imageSrc: "http://img.b2bpic.net/free-photo/metallic-color-sport-car-bridge-sunset_114579-4083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-color-sport-car-bridge-sunset_114579-4083.jpg?_wi=1", }, { id: "2", name: "Valor EON GT", price: "Concept", - imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-550.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-550.jpg?_wi=1", }, { id: "3", name: "Custom Builds", price: "Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-sharing-their-expertise-new-collaboration-opportunity-discussing_482257-132123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-sharing-their-expertise-new-collaboration-opportunity-discussing_482257-132123.jpg?_wi=1", }, ]} title="VALOR VEHICLES" @@ -172,13 +172,13 @@ export default function LandingPage() { id: "p1", name: "Erik Valor", role: "Lead Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-sharing-their-expertise-new-collaboration-opportunity-discussing_482257-132123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-sharing-their-expertise-new-collaboration-opportunity-discussing_482257-132123.jpg?_wi=2", }, { id: "p2", name: "Dr. Sarah Weiss", role: "Aerodynamics", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg?_wi=2", }, ]} /> diff --git a/src/app/vehicles/page.tsx b/src/app/vehicles/page.tsx index c0edad9..2e82446 100644 --- a/src/app/vehicles/page.tsx +++ b/src/app/vehicles/page.tsx @@ -87,13 +87,13 @@ export default function LandingPage() { id: "v1", name: "Valkyrion", price: "POA", - imageSrc: "http://img.b2bpic.net/free-photo/metallic-color-sport-car-bridge-sunset_114579-4083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-color-sport-car-bridge-sunset_114579-4083.jpg?_wi=2", }, { id: "v2", name: "EON GT", price: "POA", - imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-550.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-550.jpg?_wi=2", }, ]} />