Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user