diff --git a/src/app/farm-details/page.tsx b/src/app/farm-details/page.tsx index 20b9c28..23eac2b 100644 --- a/src/app/farm-details/page.tsx +++ b/src/app/farm-details/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { descriptions: [ "-48.98765", ], - imageSrc: "http://img.b2bpic.net/free-photo/mock-up-angle-view-man-with-tablet_23-2148233476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mock-up-angle-view-man-with-tablet_23-2148233476.jpg?_wi=2", imageAlt: "modern farm icon vector", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { descriptions: [ "Soja", ], - imageSrc: "http://img.b2bpic.net/free-photo/drone-spraying-fertilizer-vegetable-green-plants-agriculture-technology-farm-automation_35913-2318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drone-spraying-fertilizer-vegetable-green-plants-agriculture-technology-farm-automation_35913-2318.jpg?_wi=2", imageAlt: "modern farm icon vector", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { descriptions: [ "1200 hectares", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-tablet_23-2148617242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-tablet_23-2148617242.jpg?_wi=2", imageAlt: "modern farm icon vector", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { descriptions: [ "Operacional", ], - imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17437.jpg?_wi=2", imageAlt: "modern farm icon vector", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index a42d7da..085013d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,19 +72,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mock-up-angle-view-man-with-tablet_23-2148233476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mock-up-angle-view-man-with-tablet_23-2148233476.jpg?_wi=1", imageAlt: "AgroIA Dashboard Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/drone-spraying-fertilizer-vegetable-green-plants-agriculture-technology-farm-automation_35913-2318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drone-spraying-fertilizer-vegetable-green-plants-agriculture-technology-farm-automation_35913-2318.jpg?_wi=1", imageAlt: "Drone view of farm with data overlay", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-tablet_23-2148617242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-tablet_23-2148617242.jpg?_wi=1", imageAlt: "Farmer using tablet in greenhouse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17437.jpg?_wi=1", imageAlt: "Healthy crops with digital data", }, {