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"