From 2d34037e0e125ce81b608dc5ba700b1f6cb4762b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:58:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2248a86..f1eb668 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,13 +72,13 @@ export default function ProjectHivePage() { description="Stingless bees are essential pollinators facing rapid decline. We are losing a vital keystone species through pesticide use, climate change, habitat loss, and disease. By placing hives on farms and near vegetation, Project Hive increases plant density, seed production, and CO2 absorption—helping farmers and fighting climate change simultaneously." metrics={[ { - id: "metric-1", value: "39.6%", title: "Annual Decline", description: "of stingless bee colonies lost per year" + id: "metric-1", value: "39.6%", title: "Annual Decline", description: "of stingless bee colonies lost per year", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pararge-plant-field-sunlight-with-blurry-background_181624-26764.jpg", imageAlt: "stingless bees on flowers pollinating" }, { - id: "metric-2", value: "37%", title: "Thai Pollination", description: "of pollination in Thai orchards attributed to stingless bees" + id: "metric-2", value: "37%", title: "Thai Pollination", description: "of pollination in Thai orchards attributed to stingless bees", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pararge-plant-field-sunlight-with-blurry-background_181624-26764.jpg", imageAlt: "stingless bees on flowers pollinating" }, { - id: "metric-3", value: "15%", title: "Total Impact", description: "total annual pollination decrease from stingless bee decline alone" + id: "metric-3", value: "15%", title: "Total Impact", description: "total annual pollination decrease from stingless bee decline alone", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pararge-plant-field-sunlight-with-blurry-background_181624-26764.jpg", imageAlt: "stingless bees on flowers pollinating" } ]} animationType="slide-up" -- 2.49.1