diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f80af7..62a5ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Heart, Paw, Sparkles, Trophy, Users, Zap } from "lucide-react"; +import { Heart, Circle, Sparkles, Trophy, Users, Zap } from "lucide-react"; export default function PawsHomeLanding() { return ( @@ -49,7 +49,7 @@ export default function PawsHomeLanding() { tag="Open for Adoptions" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-posing-front-yellow-wall_23-2148366923.jpg", imageAlt: "Happy dog running in sunshine"}, @@ -84,7 +84,7 @@ export default function PawsHomeLanding() { title="Our Mission" description="PawsHome is dedicated to rescuing, rehabilitating, and rehoming animals in need. Since 2010, we've found loving homes for over 5,000 pets. Our compassionate team works tirelessly to ensure every animal receives the care, attention, and love they deserve while waiting for their forever families." tag="About Us" - tagIcon={Paw} + tagIcon={Circle} tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/happy-couple-with-horse_23-2147562470.jpg" imageAlt="PawsHome team caring for animals" @@ -205,16 +205,16 @@ export default function PawsHomeLanding() { features={[ { id: 1, - title: "Browse & Connect", description: "Explore our available pets and learn about their personalities, health status, and care needs.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=1", imageAlt: "Browse available pets"}, + title: "Browse & Connect", description: "Explore our available pets and learn about their personalities, health status, and care needs.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Browse available pets"}, { id: 2, - title: "Application Review", description: "Submit your adoption application and our team will review to ensure a great match.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=2", imageAlt: "Application process"}, + title: "Application Review", description: "Submit your adoption application and our team will review to ensure a great match.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Application process"}, { id: 3, - title: "Meet & Greet", description: "Schedule a time to meet your potential new pet and spend time together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=3", imageAlt: "Meet and greet"}, + title: "Meet & Greet", description: "Schedule a time to meet your potential new pet and spend time together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Meet and greet"}, { id: 4, - title: "Welcome Home", description: "Complete the adoption, receive care guidelines, and start your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=4", imageAlt: "Welcome home"}, + title: "Welcome Home", description: "Complete the adoption, receive care guidelines, and start your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Welcome home"}, ]} buttons={[{ text: "Start Application", href: "#contact" }]} buttonAnimation="slide-up"