From acce3bfcc5a0ce82f28b7f0c625009388b7cc633 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:36:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc57be5..dd0d441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,9 +121,9 @@ export default function LandingPage() { description="PawsHome partners with respected animal welfare organizations and certification bodies to ensure the highest standards of care." textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "Animal Welfare Alliance", "Veterinary Excellence", "Humane Society Partner", "Community Outreach", "Pet Care Network", "Wildlife Protection", "International Rescue" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-collection_23-2148820567.jpg", "http://img.b2bpic.net/free-vector/veterinary-clinic-labels-collection_23-2149719958.jpg", "http://img.b2bpic.net/free-vector/wild-animal-stamps-set_1284-6532.jpg", "http://img.b2bpic.net/free-vector/colored-circular-logo_1025-396.jpg", "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100204.jpg", "http://img.b2bpic.net/free-vector/flat-design-cruelty-free-badge-set_23-2148825218.jpg", "http://img.b2bpic.net/free-vector/flat-4th-july-independence-day-badge-collection_23-2148961691.jpg" ]} @@ -222,7 +222,7 @@ export default function LandingPage() { id: "testimonial-1", name: "Sarah Martinez", role: "Pet Parent", testimonial: "Adopting Buddy from PawsHome was the best decision we ever made. The team was so helpful throughout the process, and Buddy has brought so much joy to our family.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-cute-blond-girl-charmingly-looking-camera-isolated-yellow-background_574295-2343.jpg", imageAlt: "Sarah Martinez", icon: Heart }, { - id: "testimonial-2", name: "James Chen", role: "Foster Parent", testimonial: "Fostering through PawsHome has been incredibly rewarding. Seeing the transformation in the animals we care for, knowing they're on their way to forever homes, is priceless.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285279.jpg", imageAlt: "James Chen", icon: Heart + id: "testimonial-2", name: "James Chen", role: "Foster Parent", testimonial: "Fostering through PawsHome has been incredibly rewarding. Seeing the transformation in the animals we care for, knowing they are on their way to forever homes, is priceless.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285279.jpg", imageAlt: "James Chen", icon: Heart }, { id: "testimonial-3", name: "Emma Thompson", role: "Volunteer Coordinator", testimonial: "The dedication of the PawsHome team is truly inspiring. Every volunteer here shares a genuine passion for animal welfare, and it shows in everything we do.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-looking-camera_23-2147774837.jpg", imageAlt: "Emma Thompson", icon: Heart @@ -244,7 +244,7 @@ export default function LandingPage() {