Merge version_1 into main #2
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
||||
title: "Animal Rescue & Rehabilitation", description: "We rescue animals from difficult situations and provide medical care, behavioral training, and rehabilitation to prepare them for adoption.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-owner-hugging-dog-bed_23-2148935401.jpg"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-owner-hugging-dog-bed_23-2148935401.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-petting-smiley-dog_23-2148699706.jpg"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-hand-petting-smiley-dog_23-2148699706.jpg"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -123,10 +123,10 @@ export default function LandingPage() {
|
||||
title: "Adoption Program", description: "Our thorough adoption process ensures perfect matches between pets and families. We provide support before, during, and after adoption.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-australian-shepherd-puppy-blurred-background_181624-56725.jpg"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/closeup-shot-australian-shepherd-puppy-blurred-background_181624-56725.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bengal-tiger-staring-beauty-nature-captured-generated-by-ai_188544-44525.jpg"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/bengal-tiger-staring-beauty-nature-captured-generated-by-ai_188544-44525.jpg"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -134,10 +134,10 @@ export default function LandingPage() {
|
||||
title: "Foster Network", description: "Our foster program provides temporary homes for animals while they wait for adoption, reducing shelter stress and building confidence.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-parent-with-kid-home_23-2150231652.jpg"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-happy-parent-with-kid-home_23-2150231652.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-owners-with-cute-dog_23-2149027305.jpg"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-owners-with-cute-dog_23-2149027305.jpg"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -159,9 +159,9 @@ export default function LandingPage() {
|
||||
tag="Lives Changed"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "3,500+", description: "Animals Rescued" },
|
||||
{ value: "92%", description: "Adoption Success Rate" },
|
||||
{ value: "450+", description: "Active Volunteers" }
|
||||
{ id: "metric-1", value: "3,500+", description: "Animals Rescued" },
|
||||
{ id: "metric-2", value: "92%", description: "Adoption Success Rate" },
|
||||
{ id: "metric-3", value: "450+", description: "Active Volunteers" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -199,9 +199,9 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5,000+", description: "Happy Families" },
|
||||
{ value: "98%", description: "Customer Satisfaction" },
|
||||
{ value: "15+", description: "Years of Service" }
|
||||
{ id: "kpi-1", value: "5,000+", description: "Happy Families" },
|
||||
{ id: "kpi-2", value: "98%", description: "Customer Satisfaction" },
|
||||
{ id: "kpi-3", value: "15+", description: "Years of Service" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user