Update src/app/page.tsx
This commit is contained in:
@@ -79,7 +79,7 @@ export default function HomePage() {
|
||||
{ text: "Browse Pets", href: "/pets" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg?_wi=1"
|
||||
imageAlt="Happy pets in shelter"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -95,7 +95,7 @@ export default function HomePage() {
|
||||
{ value: "2,000+", title: "Pets Adopted" },
|
||||
{ value: "95%", title: "Success Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg?_wi=2"
|
||||
imageAlt="Shelter team caring for animals"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -150,15 +150,15 @@ export default function HomePage() {
|
||||
tag="Success Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Martinez, Mom of Max", date: "Date: 15 January 2025", title: "Max changed our lives!", quote: "We adopted Max six months ago and he's brought so much joy to our family. The entire adoption process was smooth, and the staff made sure we were the right fit. We couldn't imagine life without him now!", tag: "Dog Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg"},
|
||||
id: "1", name: "Sarah Martinez, Mom of Max", date: "Date: 15 January 2025", title: "Max changed our lives!", quote: "We adopted Max six months ago and he's brought so much joy to our family. The entire adoption process was smooth, and the staff made sure we were the right fit. We couldn't imagine life without him now!", tag: "Dog Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "James Chen, Cat Lover", date: "Date: 8 December 2024", title: "Luna is purr-fect!", quote: "I was nervous about adopting, but the team at PawsHaven guided me through everything. Luna is the sweetest companion, and I'm so grateful for their incredible work in rescue.", tag: "Cat Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-her-lovely-tabby-cat-park_23-2148045683.jpg"},
|
||||
id: "2", name: "James Chen, Cat Lover", date: "Date: 8 December 2024", title: "Luna is purr-fect!", quote: "I was nervous about adopting, but the team at PawsHaven guided me through everything. Luna is the sweetest companion, and I'm so grateful for their incredible work in rescue.", tag: "Cat Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-her-lovely-tabby-cat-park_23-2148045683.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez, Dog Parent", date: "Date: 2 November 2024", title: "Charlie brings happiness daily", quote: "Charlie was shy at first, but with patience and love, he's blossomed into the most affectionate little guy. PawsHaven's follow-up support made all the difference in his transition.", tag: "Dog Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-leaning-dog-green-grass_23-2147902026.jpg"},
|
||||
id: "3", name: "Emily Rodriguez, Dog Parent", date: "Date: 2 November 2024", title: "Charlie brings happiness daily", quote: "Charlie was shy at first, but with patience and love, he's blossomed into the most affectionate little guy. PawsHaven's follow-up support made all the difference in his transition.", tag: "Dog Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-leaning-dog-green-grass_23-2147902026.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", name: "Michael Wong, Animal Advocate", date: "Date: 25 September 2024", title: "Amazing organization, amazing people", quote: "I've volunteered at PawsHaven for three years now, and the passion of this team is unmatched. We're truly making a difference in these animals' lives every single day.", tag: "Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "Michael Wong", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-cute-rabbit_23-2149514560.jpg"},
|
||||
id: "4", name: "Michael Wong, Animal Advocate", date: "Date: 25 September 2024", title: "Amazing organization, amazing people", quote: "I've volunteered at PawsHaven for three years now, and the passion of this team is unmatched. We're truly making a difference in these animals' lives every single day.", tag: "Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "Michael Wong", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-cute-rabbit_23-2149514560.jpg?_wi=1"},
|
||||
{
|
||||
id: "5", name: "Lisa Thompson, New Pet Parent", date: "Date: 12 August 2024", title: "Dreams do come true", quote: "Finding Whiskers was like fate. The adoption counselors took time to understand what I needed, and the match was perfect. Thank you, PawsHaven, for making my dreams come true!", tag: "Cat Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-her-lovely-tabby-cat-park_23-2148045683.jpg"},
|
||||
id: "5", name: "Lisa Thompson, New Pet Parent", date: "Date: 12 August 2024", title: "Dreams do come true", quote: "Finding Whiskers was like fate. The adoption counselors took time to understand what I needed, and the match was perfect. Thank you, PawsHaven, for making my dreams come true!", tag: "Cat Adoption", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-her-lovely-tabby-cat-park_23-2148045683.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", name: "David & Karen Lee, Family", date: "Date: 3 July 2024", title: "Best decision ever", quote: "We adopted two cats and a dog from PawsHaven, and they're all best friends now! The entire staff is professional, caring, and genuinely passionate about helping animals find homes.", tag: "Multiple Adoptions", avatarSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg", avatarAlt: "David and Karen Lee", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg"},
|
||||
]}
|
||||
@@ -183,7 +183,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-hispanic-couple-doing-laundry-with-dogs-doing-heart-shape-with-hand-fingers-smiling-looking-through-sign_839833-10678.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-hispanic-couple-doing-laundry-with-dogs-doing-heart-shape-with-hand-fingers-smiling-looking-through-sign_839833-10678.jpg?_wi=1"
|
||||
imageAlt="Happy pets playing"
|
||||
logoText="PawsHaven"
|
||||
copyrightText="© 2025 PawsHaven Animal Shelter. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user