diff --git a/src/app/page.tsx b/src/app/page.tsx index 4244877..6131e1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,15 +44,15 @@ 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?_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" } + { 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" } ]} testimonialRotationInterval={5000} useInvertedBackground={false} buttons={[{ text: "Find Your Pet", href: "#adopt" }, { text: "Learn More", href: "#about" }]} - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/female-farmer-holding-baby-sheep_23-2149066228.jpg" imageAlt="Happy cat and dog together, looking out from a pet shelter." imagePosition="right" @@ -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?_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" } + { 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" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"