From 6334cb7dbdfafe8199fcd9c0f16af8ebb3012d93 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:38:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fc3075..44de9ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,22 +130,22 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Alex Rivera", handle: "@AlexRiviera, Founder of StudioLab", testimonial: "Cotton Made transformed our production process. The quality is unmatched and their team is incredibly responsive to our needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Alex Rivera" + id: "1", name: "Alex Rivera", handle: "@AlexRiviera, Founder of StudioLab", testimonial: "Cotton Made transformed our production process. The quality is unmatched and their team is incredibly responsive to our needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "Alex Rivera" }, { - id: "2", name: "Jordan Kim", handle: "@JordanKim, Creative Director at Brand Collective", testimonial: "We scaled from 500 to 5000 units per month without any quality compromise. That's the Cotton Made difference.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Jordan Kim" + id: "2", name: "Jordan Kim", handle: "@JordanKim, Creative Director at Brand Collective", testimonial: "We scaled from 500 to 5000 units per month without any quality compromise. That's the Cotton Made difference.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=1", imageAlt: "Jordan Kim" }, { id: "3", name: "Sophie Laurent", handle: "@SophieLaurent, CEO of Éclat Apparel", testimonial: "Finally, a manufacturer who treats blank apparel with the same care as luxury fashion. Their attention to detail is extraordinary.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", imageAlt: "Sophie Laurent" }, { - id: "4", name: "Marcus Chen", handle: "@MarcusChen, Founder of Creator Supply Co", testimonial: "From first sample to full production run, Cotton Made exceeded every expectation. Highly recommended for any serious brand.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Marcus Chen" + id: "4", name: "Marcus Chen", handle: "@MarcusChen, Founder of Creator Supply Co", testimonial: "From first sample to full production run, Cotton Made exceeded every expectation. Highly recommended for any serious brand.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "Marcus Chen" }, { - id: "5", name: "Elena Rossi", handle: "@ElenaRossi, Designer at Minimal Co", testimonial: "The customization options are endless. They brought our vision to life with precision and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Elena Rossi" + id: "5", name: "Elena Rossi", handle: "@ElenaRossi, Designer at Minimal Co", testimonial: "The customization options are endless. They brought our vision to life with precision and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=3", imageAlt: "Elena Rossi" }, { - id: "6", name: "David Park", handle: "@DavidPark, Creative Founder", testimonial: "Cotton Made is the only manufacturer I trust with my brand's reputation. Quality, reliability, and class.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "David Park" + id: "6", name: "David Park", handle: "@DavidPark, Creative Founder", testimonial: "Cotton Made is the only manufacturer I trust with my brand's reputation. Quality, reliability, and class.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=2", imageAlt: "David Park" } ]} textboxLayout="default" -- 2.49.1