From f869e9f198e80b4e53cfcfae846a1880dec3666b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:19:09 +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 14e85c7..fee2e16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Mom of 2, Happy Parent", testimonial: "Brend Kids has the best quality clothes for my children. They love wearing them!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg", imageAlt: "happy mother with kids smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg?_wi=1", imageAlt: "happy mother with kids smiling" }, { name: "Michael Chen", handle: "Father, Quality Enthusiast", testimonial: "Finally found a store that combines style, comfort, and safety. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg", imageAlt: "father child playing joyful together" + imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg?_wi=1", imageAlt: "father child playing joyful together" }, { name: "Emma Williams", handle: "Grandmother, Fashion Lover", testimonial: "The variety and quality are exceptional. My grandkids look adorable in Brend Kids outfits.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-collecting-food-from-forest_23-2150167908.jpg", imageAlt: "little girl smiling cute portrait" + imageSrc: "http://img.b2bpic.net/free-photo/people-collecting-food-from-forest_23-2150167908.jpg?_wi=1", imageAlt: "little girl smiling cute portrait" } ]} buttons={[ @@ -180,22 +180,22 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Jessica Martinez", handle: "@jessica_mom_life", testimonial: "My kids feel confident wearing Brend Kids. The quality is amazing and they're so comfortable all day long!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg", imageAlt: "Jessica Martinez" + id: "1", name: "Jessica Martinez", handle: "@jessica_mom_life", testimonial: "My kids feel confident wearing Brend Kids. The quality is amazing and they're so comfortable all day long!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { - id: "2", name: "David Thompson", handle: "@dadventures", testimonial: "Finally found a brand that understands kids need quality AND style. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg", imageAlt: "David Thompson" + id: "2", name: "David Thompson", handle: "@dadventures", testimonial: "Finally found a brand that understands kids need quality AND style. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg?_wi=2", imageAlt: "David Thompson" }, { - id: "3", name: "Amanda Brooks", handle: "@amanda_style", testimonial: "The designs are so cute and the fabric is incredibly soft. My little ones never want to take them off!", imageSrc: "http://img.b2bpic.net/free-photo/people-collecting-food-from-forest_23-2150167908.jpg", imageAlt: "Amanda Brooks" + id: "3", name: "Amanda Brooks", handle: "@amanda_style", testimonial: "The designs are so cute and the fabric is incredibly soft. My little ones never want to take them off!", imageSrc: "http://img.b2bpic.net/free-photo/people-collecting-food-from-forest_23-2150167908.jpg?_wi=2", imageAlt: "Amanda Brooks" }, { id: "4", name: "Robert Chen", handle: "@robert_family", testimonial: "Customer service is outstanding and the clothing lasts through multiple kids. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/children-happiness-concept-joyful-redhead-girl-laughs-out-from-something-funny-wears-pink-hat-with-ears-loose-striped-sweater-smiles-brightfully-has-missing-teeth-models-indoor_273609-42049.jpg", imageAlt: "Robert Chen" }, { - id: "5", name: "Linda Garcia", handle: "@linda_loves_kids", testimonial: "Best investment for my kids' wardrobe. Quality and affordability combined perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg", imageAlt: "Linda Garcia" + id: "5", name: "Linda Garcia", handle: "@linda_loves_kids", testimonial: "Best investment for my kids' wardrobe. Quality and affordability combined perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg?_wi=3", imageAlt: "Linda Garcia" }, { - id: "6", name: "Michael Wong", handle: "@michael_dad", testimonial: "My kids are happy, I'm happy with the quality, and the prices are fair. Perfect!", imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg", imageAlt: "Michael Wong" + id: "6", name: "Michael Wong", handle: "@michael_dad", testimonial: "My kids are happy, I'm happy with the quality, and the prices are fair. Perfect!", imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg?_wi=3", imageAlt: "Michael Wong" } ]} speed={40} -- 2.49.1