From 687a87b3d0d7f42aed63ef00e36d1ec02ad4e538 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:58:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1eb668..6c7c182 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function ProjectHivePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pararge-plant-field-sunlight-with-blurry-background_181624-26764.jpg", imageAlt: "Stingless bees pollinating on colorful flowers" + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pararge-plant-field-sunlight-with-blurry-background_181624-26764.jpg?_wi=1", imageAlt: "Stingless bees pollinating on colorful flowers" } ]} autoplayDelay={5000} @@ -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", 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-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?_wi=2", imageAlt: "stingless bees on flowers pollinating" }, { - 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-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?_wi=3", imageAlt: "stingless bees on flowers pollinating" }, { - 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" + 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?_wi=4", imageAlt: "stingless bees on flowers pollinating" } ]} animationType="slide-up" -- 2.49.1