From f6bfbc7685e54c3036ad67fdb52a59c4cb728824 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:19:17 +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 6883eee..4c4ce26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { description="AquaWatch is a citizen-driven platform dedicated to monitoring and reporting water quality issues. Together, we can hold authorities accountable and ensure a healthier, cleaner environment for everyone." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-clear-ocean-water-texture_23-2149132349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-clear-ocean-water-texture_23-2149132349.jpg?_wi=1", imageAlt: "Pristine clear water flowing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lake-with-plants-branches_1127-359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-with-plants-branches_1127-359.jpg?_wi=1", imageAlt: "Dirty murky water with contaminants", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { description: "Automatically pinpoint the exact location of the reported issue using GPS.", bentoComponent: "reveal-icon", icon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-clear-ocean-water-texture_23-2149132349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-clear-ocean-water-texture_23-2149132349.jpg?_wi=2", imageAlt: "water drop checkmark icon", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { }, ], completedLabel: "Resolved", - imageSrc: "http://img.b2bpic.net/free-photo/lake-with-plants-branches_1127-359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-with-plants-branches_1127-359.jpg?_wi=2", imageAlt: "water drop checkmark icon", }, ]} @@ -315,14 +315,14 @@ export default function LandingPage() { description: "Amplify critical reports by upvoting them, generating more public pressure for action.", bentoComponent: "reveal-icon", icon: ThumbsUp, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-clear-ocean-water-texture_23-2149132349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-clear-ocean-water-texture_23-2149132349.jpg?_wi=3", imageAlt: "map pin water location icon", }, { title: "Report Analytics & Trends", description: "Access detailed analytics to identify polluted areas and track resolution trends over time.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/lake-with-plants-branches_1127-359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-with-plants-branches_1127-359.jpg?_wi=3", imageAlt: "map pin water location icon", }, ]}