Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-03-10 10:29:58 +00:00

View File

@@ -53,15 +53,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/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg", imageAlt: "happy mother with kids smiling"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.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/happy-smiling-father-his-daughter-home_624325-4129.jpg", imageAlt: "father child playing joyful together"
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-4129.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/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg", imageAlt: "little girl smiling cute portrait"
imageSrc: "http://img.b2bpic.net/free-photo/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg?_wi=1", imageAlt: "little girl smiling cute portrait"
}
]}
buttons={[
@@ -172,22 +172,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/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg", imageAlt: "happy mother with kids smiling"
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/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg?_wi=2", imageAlt: "happy mother with kids smiling"
},
{
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/happy-smiling-father-his-daughter-home_624325-4129.jpg", imageAlt: "father child playing joyful together"
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/happy-smiling-father-his-daughter-home_624325-4129.jpg?_wi=2", imageAlt: "father child playing joyful together"
},
{
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/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg", imageAlt: "little girl smiling cute portrait"
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/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg?_wi=2", imageAlt: "little girl smiling cute portrait"
},
{
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/beautiful-children-having-fun-park_1301-6825.jpg", imageAlt: "little boy happy smiling portrait"
},
{
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/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg", imageAlt: "happy mother with kids smiling"
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/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg?_wi=3", imageAlt: "happy mother with kids smiling"
},
{
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/happy-smiling-father-his-daughter-home_624325-4129.jpg", imageAlt: "father child playing joyful together"
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/happy-smiling-father-his-daughter-home_624325-4129.jpg?_wi=3", imageAlt: "father child playing joyful together"
}
]}
speed={40}