Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-13 14:39:06 +00:00

View File

@@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Building2, HandHeart, Heart, Home, Scales, ShieldCheck, Stethoscope, Users } from 'lucide-react';
import { Building2, HandHeart, Heart, Home, Scale, ShieldCheck, Stethoscope, Users } from 'lucide-react';
export default function LandingPage() {
return (
@@ -39,10 +39,10 @@ export default function LandingPage() {
logoText='Paw Haven'
description="Connecting loving homes with pets in need. Every animal deserves a second chance at happiness."
buttons={[{text: 'Adopt a Pet', href: 'adopt'}, {text: 'Volunteer', href: 'features'}]}
background={{variant: 'floatingGradient'}}
background={{variant: 'sparkles-gradient'}}
imageSrc='https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg'
imageAlt='Happy dog and cat in a shelter environment'
mediaAnimation='reveal-blur'
mediaAnimation='blur-reveal'
frameStyle='card'
/>
</div>
@@ -83,7 +83,7 @@ export default function LandingPage() {
<FeatureCardTwentyFive
features={[
{title: 'Fostering Programs', description: 'Provide a temporary home and care for pets before they find their forever families.', icon: Home, mediaItems: [{imageSrc: 'https://img.b2bpic.net/free-photo/front-view-people-working-together-special-cause_23-2148687316.jpg', imageAlt: 'Person fostering a dog'}, {imageSrc: 'https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg', imageAlt: 'Happy dog in a home'}]},
{title: 'Spay & Neuter Services', description: 'We offer affordable spay/neuter surgeries to help control pet overpopulation.', icon: Scales, mediaItems: [{imageSrc: 'https://img.b2bpic.net/free-photo/side-view-group-volunteers-taking-care-donations_23-2148687300.jpg', imageAlt: 'Vet staff working'}, {imageSrc: 'https://img.b2bpic.net/free-photo/pretty-young-woman-petting-her-dog_23-2148740455.jpg', imageAlt: 'Cat recovering'}]},
{title: 'Spay & Neuter Services', description: 'We offer affordable spay/neuter surgeries to help control pet overpopulation.', icon: Scale, mediaItems: [{imageSrc: 'https://img.b2bpic.net/free-photo/side-view-group-volunteers-taking-care-donations_23-2148687300.jpg', imageAlt: 'Vet staff working'}, {imageSrc: 'https://img.b2bpic.net/free-photo/pretty-young-woman-petting-her-dog_23-2148740455.jpg', imageAlt: 'Cat recovering'}]},
{title: 'Community Outreach', description: 'Engaging with local communities to promote responsible pet ownership and education.', icon: Users, mediaItems: [{imageSrc: 'https://img.b2bpic.net/free-photo/lots-cute-rescue-dogs-shelter-waiting-be-adopted_23-2148682950.jpg', imageAlt: 'Kids interacting with pets'}, {imageSrc: 'https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg', imageAlt: 'Dog at community event'}]},
{title: 'Veterinary Care', description: 'All our pets receive comprehensive medical examinations, vaccinations, and necessary treatments.', icon: Stethoscope, mediaItems: [{imageSrc: 'https://img.b2bpic.net/free-photo/side-view-group-volunteers-taking-care-donations_23-2148687300.jpg', imageAlt: 'Vet examining a pet'}, {imageSrc: 'https://img.b2bpic.net/free-photo/vertical-shot-two-dogs-sitting-closely-each-other_181624-9668.jpg', imageAlt: 'Dog at vet'}]}
]}