Merge version_1_1777545655120 into main #3

Merged
bender merged 1 commits from version_1_1777545655120 into main 2026-04-30 10:43:55 +00:00

View File

@@ -6,141 +6,148 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards';
import ProductMediaCards from '@/components/sections/product/ProductMediaCards';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import { Activity, Award, Heart, Shield, Users } from "lucide-react";
import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal';
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
tag="Your New Best Friend Awaits"
title="Give a Second Chance, Get Lifelong Love"
description="At Pawsitivity, we connect rescued animals with loving families. Browse our adoptable friends and find your perfect companion today."
primaryButton={{
text: "See Adoptable Pets", href: "#pets"}}
secondaryButton={{
text: "Volunteer With Us", href: "#contact"}}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-going-walk-with-her-dog_23-2149392642.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-white-cat-walking-farmer_23-2148200862.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cute-black-dog-lying-yellow-flowers_181624-11637.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grey-cat-tiled-road_181624-44229.jpg" },
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
tag="Your New Best Friend Awaits"
title="Give a Second Chance, Get Lifelong Love"
description="At Pawsitivity, we connect rescued animals with loving families. Browse our adoptable friends and find your perfect companion today."
primaryButton={{ text: "See Adoptable Pets", href: "#pets" }}
secondaryButton={{ text: "Volunteer With Us", href: "#contact" }}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-going-walk-with-her-dog_23-2149392642.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-white-cat-walking-farmer_23-2148200862.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cute-black-dog-lying-yellow-flowers_181624-11637.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grey-cat-tiled-road_181624-44229.jpg" },
]}
/>
</div>
<div id="about" data-section="about">
<AboutFeaturesSplit
tag="Our Mission"
title="Caring for Paws in Need"
description="We are a community-funded pet shelter dedicated to rescuing abandoned pets, providing medical care, and preparing them for their forever homes. Our mission is to ensure every pet gets the love and dignity they deserve."
items={[
{ icon: "Heart", title: "Compassionate Care", description: "Providing shelter and love to those who need it most." },
{ icon: "Shield", title: "Medical Support", description: "Full vaccinations and health checks for every rescue." },
{ icon: "Users", title: "Community Adoption", description: "Connecting local families with their perfect matches." },
]}
imageSrc="http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-61520.jpg"
/>
</div>
<div id="about" data-section="about">
<AboutFeaturesSplit
tag="Our Mission"
title="Caring for Paws in Need"
description="We are a community-funded pet shelter dedicated to rescuing abandoned pets, providing medical care, and preparing them for their forever homes. Our mission is to ensure every pet gets the love and dignity they deserve."
items={[
{ icon: "Heart", title: "Compassionate Care", description: "Providing shelter and love to those who need it most." },
{ icon: "Shield", title: "Medical Support", description: "Full vaccinations and health checks for every rescue." },
{ icon: "Users", title: "Community Adoption", description: "Connecting local families with their perfect matches." },
]}
imageSrc="http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-61520.jpg"
/>
</div>
<div id="pets" data-section="pets">
<ProductMediaCards
tag="Find Your Friend"
title="Pets Currently Seeking Adoption"
description="Every one of these animals is eager to find a family. Is it yours?"
products={[
{ name: "Buddy (Lab Mix)", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/dog-sitting-lawn_23-2148144457.jpg" },
{ name: "Luna (Tabby)", price: "Adoption Fee: $80", imageSrc: "http://img.b2bpic.net/free-photo/photo-canadian-sphinx-cozy-house_613910-20233.jpg" },
{ name: "Max (Senior Dog)", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-petting-dog_23-2149613994.jpg" },
{ name: "Daisy (Puppy)", price: "Adoption Fee: $200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-golden-retriever-puppy-green-cloth-bag_181624-21532.jpg" },
{ name: "Snowball (White Cat)", price: "Adoption Fee: $80", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-rabbit-girl-strokes-rabbit_169016-59401.jpg" },
{ name: "Cooper (Mixed Breed)", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/portrait-domestic-dog-country_501050-1153.jpg" },
]}
/>
</div>
<div id="pets" data-section="pets">
<ProductMediaCards
tag="Find Your Friend"
title="Pets Currently Seeking Adoption"
description="Every one of these animals is eager to find a family. Is it yours?"
products={[
{ name: "Buddy (Lab Mix)", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/dog-sitting-lawn_23-2148144457.jpg" },
{ name: "Luna (Tabby)", price: "Adoption Fee: $80", imageSrc: "http://img.b2bpic.net/free-photo/photo-canadian-sphinx-cozy-house_613910-20233.jpg" },
{ name: "Max (Senior Dog)", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-petting-dog_23-2149613994.jpg" },
{ name: "Daisy (Puppy)", price: "Adoption Fee: $200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-golden-retriever-puppy-green-cloth-bag_181624-21532.jpg" },
{ name: "Snowball (White Cat)", price: "Adoption Fee: $80", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-rabbit-girl-strokes-rabbit_169016-59401.jpg" },
{ name: "Cooper (Mixed Breed)", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/portrait-domestic-dog-country_501050-1153.jpg" },
]}
/>
</div>
<div id="features" data-section="features">
<FeaturesDualMedia
tag="How We Make a Difference"
title="Supporting Our Shelter"
description="We strive to create a holistic environment for our rescues to thrive while they wait for their forever families."
items={[
{
icon: "Heart", title: "Structured Playtime", description: "Keeping minds sharp and bodies active daily.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dog-outdoors_23-2150264259.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36172.jpg" },
],
},
{
icon: "Activity", title: "Full Veterinary Care", description: "Ensuring every rescue is happy and healthy.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-domestic-cat_329181-10393.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-with-cat_23-2149304290.jpg" },
],
},
{
icon: "Award", title: "Nutritious Meals", description: "High-quality, healthy diets provided to all.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-being-prepared-with-food-donation_23-2148613211.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-yellow-cup_23-2148167156.jpg" },
],
},
]}
/>
</div>
<div id="features" data-section="features">
<FeaturesDualMedia
tag="How We Make a Difference"
title="Supporting Our Shelter"
description="We strive to create a holistic environment for our rescues to thrive while they wait for their forever families."
items={[
{
icon: "Heart", title: "Structured Playtime", description: "Keeping minds sharp and bodies active daily.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dog-outdoors_23-2150264259.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36172.jpg" },
],
},
{
icon: "Activity", title: "Full Veterinary Care", description: "Ensuring every rescue is happy and healthy.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-domestic-cat_329181-10393.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-with-cat_23-2149304290.jpg" },
],
},
{
icon: "Award", title: "Nutritious Meals", description: "High-quality, healthy diets provided to all.", mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-being-prepared-with-food-donation_23-2148613211.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-yellow-cup_23-2148167156.jpg" },
],
},
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricsMinimalCards
tag="Our Yearly Impact"
title="Impact Overview"
metrics={[
{ value: "1,200+", description: "Pets Rescued" },
{ value: "95%", description: "Adoption Success Rate" },
{ value: "450+", description: "Community Volunteers" },
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricsMinimalCards
tag="Our Yearly Impact"
title="Impact Overview"
metrics={[
{ value: "1,200+", description: "Pets Rescued" },
{ value: "95%", description: "Adoption Success Rate" },
{ value: "450+", description: "Community Volunteers" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialQuoteCards
tag="Success Stories"
title="Love Stories from Our Adopters"
description="Seeing our rescues find their true family is why we do what we do."
testimonials={[
{ name: "Sarah J.", role: "Adopter", quote: "Buddy has completely changed our lives for the better! Such a sweet, energetic companion.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-french-bulldog_1157-15910.jpg" },
{ name: "Michael C.", role: "Adopter", quote: "Luna is the perfect cuddle buddy. Adopting from Pawsitivity was the best decision ever.", imageSrc: "http://img.b2bpic.net/free-photo/guy-holds-cat-park-park-is-shrouded-fog_1153-4036.jpg" },
{ name: "Emily R.", role: "Adopter", quote: "We loved the guidance we got during the process. Max is finally at home.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-people-with-cat-pet_23-2150285636.jpg" },
{ name: "David K.", role: "Adopter", quote: "Our puppy Daisy brings so much laughter. The shelter staff really cares.", imageSrc: "http://img.b2bpic.net/free-photo/rescue-dog-enjoying-being-pet-by-woman-shelter_23-2148682929.jpg" },
{ name: "Rachel L.", role: "Adopter", quote: "A truly wonderful experience finding our forever best friend here.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-garden-with-her-dog_641386-1081.jpg" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialQuoteCards
tag="Success Stories"
title="Love Stories from Our Adopters"
description="Seeing our rescues find their true family is why we do what we do."
testimonials={[
{ name: "Sarah J.", role: "Adopter", quote: "Buddy has completely changed our lives for the better! Such a sweet, energetic companion.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-french-bulldog_1157-15910.jpg" },
{ name: "Michael C.", role: "Adopter", quote: "Luna is the perfect cuddle buddy. Adopting from Pawsitivity was the best decision ever.", imageSrc: "http://img.b2bpic.net/free-photo/guy-holds-cat-park-park-is-shrouded-fog_1153-4036.jpg" },
{ name: "Emily R.", role: "Adopter", quote: "We loved the guidance we got during the process. Max is finally at home.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-people-with-cat-pet_23-2150285636.jpg" },
{ name: "David K.", role: "Adopter", quote: "Our puppy Daisy brings so much laughter. The shelter staff really cares.", imageSrc: "http://img.b2bpic.net/free-photo/rescue-dog-enjoying-being-pet-by-woman-shelter_23-2148682929.jpg" },
{ name: "Rachel L.", role: "Adopter", quote: "A truly wonderful experience finding our forever best friend here.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-garden-with-her-dog_641386-1081.jpg" },
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
tag="Need Help?"
title="Frequently Asked Questions"
description="Have questions about the adoption process or shelter requirements?"
items={[
{ question: "What is the adoption process?", answer: "It starts with an application, a short interview, and a meet-and-greet with the pet." },
{ question: "Do I need to visit in person?", answer: "Yes, we encourage meet-and-greets to ensure you and your new pet are a perfect match." },
{ question: "Are all pets spayed/neutered?", answer: "Yes, all animals are fully vetted and sterilized before going home." },
{ question: "Can I volunteer?", answer: "Absolutely! We love new volunteers. Please check our volunteer page." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-showing-welcoming-gesture-shirt-puffer-jacket-looking-confused-front-view_176474-103978.jpg"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
tag="Need Help?"
title="Frequently Asked Questions"
description="Have questions about the adoption process or shelter requirements?"
items={[
{ question: "What is the adoption process?", answer: "It starts with an application, a short interview, and a meet-and-greet with the pet." },
{ question: "Do I need to visit in person?", answer: "Yes, we encourage meet-and-greets to ensure you and your new pet are a perfect match." },
{ question: "Are all pets spayed/neutered?", answer: "Yes, all animals are fully vetted and sterilized before going home." },
{ question: "Can I volunteer?", answer: "Absolutely! We love new volunteers. Please check our volunteer page." },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-showing-welcoming-gesture-shirt-puffer-jacket-looking-confused-front-view_176474-103978.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitEmail
tag="Join Our Mailing List"
title="Stay Updated on New Rescues"
description="Get notified about new pets arriving at the shelter, upcoming events, and volunteer opportunities."
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-old-women-sitting-bench_23-2149357054.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitEmail
tag="Join Our Mailing List"
title="Stay Updated on New Rescues"
description="Get notified about new pets arriving at the shelter, upcoming events, and volunteer opportunities."
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-old-women-sitting-bench_23-2149357054.jpg"
/>
</div>
<FooterBrandReveal
brand="Pawsitivity"
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Adoption", href: "#pets" }, { label: "Volunteer", href: "#contact" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] }
]}
/>
</>
);
}