From fd7cb1677f5c3a391d561fc61f76f3707f9ad56d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:51:07 +0000 Subject: [PATCH 1/2] Update src/app/farm-details/page.tsx --- src/app/farm-details/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1 From c4da8934b993cb108d8e36129dd17a755d7788c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:51:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, { -- 2.49.1