From 5d2370c1ae000344b0eb4027a67adea3ef9a2e5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 11:49:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d56c767..4244877 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,10 +44,10 @@ export default function LandingPage() { description="Discover loving animals ready for their forever homes. Every adoption helps us save more lives." background={{ variant: 'radial-gradient' }} testimonials={[ - { name: "Sarah P.", handle: "@SarahP_Adopts", testimonial: "Adopting from PawPrints Shelter was the best decision! Our dog is a joy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-hugging-her-bulldog-beach-sunset-light-summer-vacation-stylish-girl-with-funny-dog-resting-hugging-having-fun-cute-moments_273443-2590.jpg", imageAlt: "Smiling woman with adopted dog" }, - { name: "Mark D.", handle: "@MarkD_Pets", testimonial: "The team made the process so easy and found us the perfect cat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-playing-with-dog-bed_23-2148540262.jpg", imageAlt: "Man playing with adopted cat" }, - { name: "Emily R.", handle: "@EmilyR_Animals", testimonial: "Our family couldn't be happier with our new addition from this wonderful shelter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-caring-rabbit_23-2148415190.jpg", imageAlt: "Family with adopted pet" }, - { name: "Jessica L.", handle: "@JessLovesPets", testimonial: "From fostering to adoption, PawPrints provides amazing support and care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-rabbit-sitting-bed_329181-20227.jpg", imageAlt: "Woman with adopted small pet" } + { name: "Sarah P.", handle: "@SarahP_Adopts", testimonial: "Adopting from PawPrints Shelter was the best decision! Our dog is a joy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-hugging-her-bulldog-beach-sunset-light-summer-vacation-stylish-girl-with-funny-dog-resting-hugging-having-fun-cute-moments_273443-2590.jpg?_wi=1", imageAlt: "Smiling woman with adopted dog" }, + { name: "Mark D.", handle: "@MarkD_Pets", testimonial: "The team made the process so easy and found us the perfect cat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-playing-with-dog-bed_23-2148540262.jpg?_wi=1", imageAlt: "Man playing with adopted cat" }, + { name: "Emily R.", handle: "@EmilyR_Animals", testimonial: "Our family couldn't be happier with our new addition from this wonderful shelter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-caring-rabbit_23-2148415190.jpg?_wi=1", imageAlt: "Family with adopted pet" }, + { name: "Jessica L.", handle: "@JessLovesPets", testimonial: "From fostering to adoption, PawPrints provides amazing support and care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-rabbit-sitting-bed_329181-20227.jpg?_wi=1", imageAlt: "Woman with adopted small pet" } ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -111,10 +111,10 @@ export default function LandingPage() { title="Happy Tails: Success Stories" description="Read heartwarming stories from families who've found their perfect companions through PawPrints Shelter." testimonials={[ - { id: "1", name: "Sarah Johnson", role: "New Pet Parent", company: "Happy Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-hugging-her-bulldog-beach-sunset-light-summer-vacation-stylish-girl-with-funny-dog-resting-hugging-having-fun-cute-moments_273443-2590.jpg", imageAlt: "Sarah Johnson with her adopted dog" }, - { id: "2", name: "Michael Chen", role: "Rescue Advocate", company: "Loving Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-playing-with-dog-bed_23-2148540262.jpg", imageAlt: "Michael Chen with his adopted cat" }, - { id: "3", name: "Emily Rodriguez", role: "Animal Lover", company: "Forever Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-caring-rabbit_23-2148415190.jpg", imageAlt: "Emily Rodriguez with her adopted pet" }, - { id: "4", name: "David Kim", role: "Foster Parent", company: "Kind Heart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-rabbit-sitting-bed_329181-20227.jpg", imageAlt: "David Kim with a rescued pet" } + { id: "1", name: "Sarah Johnson", role: "New Pet Parent", company: "Happy Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-hugging-her-bulldog-beach-sunset-light-summer-vacation-stylish-girl-with-funny-dog-resting-hugging-having-fun-cute-moments_273443-2590.jpg?_wi=2", imageAlt: "Sarah Johnson with her adopted dog" }, + { id: "2", name: "Michael Chen", role: "Rescue Advocate", company: "Loving Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-playing-with-dog-bed_23-2148540262.jpg?_wi=2", imageAlt: "Michael Chen with his adopted cat" }, + { id: "3", name: "Emily Rodriguez", role: "Animal Lover", company: "Forever Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-caring-rabbit_23-2148415190.jpg?_wi=2", imageAlt: "Emily Rodriguez with her adopted pet" }, + { id: "4", name: "David Kim", role: "Foster Parent", company: "Kind Heart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-rabbit-sitting-bed_329181-20227.jpg?_wi=2", imageAlt: "David Kim with a rescued pet" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"