From 99885fb522d819754a8b66ec60e77cd48dd846a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:00:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"}, ], }, ]} -- 2.49.1