diff --git a/src/app/page.tsx b/src/app/page.tsx index 6775d4a..57cdd16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,12 +85,10 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "2.4M", title: "Trees Planted", items: ["Seagrass, mangroves, and kelp forests restored worldwide"], - imageSrc: "https://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg", imageAlt: "growth metrics achievement success" + id: "1", value: "2.4M", title: "Trees Planted", items: ["Seagrass, mangroves, and kelp forests restored worldwide"] }, { - id: "2", value: "890K", title: "Active Members", items: ["People around the world restoring ocean ecosystems"], - imageSrc: "https://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1689.jpg?_wi=2", imageAlt: "community collaboration team" + id: "2", value: "890K", title: "Active Members", items: ["People around the world restoring ocean ecosystems"] } ]} tagAnimation="slide-up"