diff --git a/src/app/page.tsx b/src/app/page.tsx index 108ecbf..93e2bf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,27 +94,27 @@ export default function LandingPage() { title: "Infrastructure Inspection", description: "Thermal and RGB analysis for bridges, towers, and pipelines.", icon: Building, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-inventor-her-workshop_23-2149067222.jpg?_wi=2"}, ], }, { title: "Precision Agriculture", description: "Multi-spectral imaging to boost crop yield and identify stress.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-researcher-studies-plants-with-tablet-standing-greenhouse_8353-7155.jpg?_wi=2"}, ], }, { title: "Security & Surveillance", description: "AI-driven perimeter monitoring for complex environments.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/drone-flies-city-with-words-fly-sky-it_188544-17023.jpg?_wi=2"}, ], }, ]}