From 447609ab015dcc6c4158aecbf95b35dc019a60a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 18:24:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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" -- 2.49.1