Update src/app/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user