Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 13:38:11 +00:00

View File

@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=2", 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", imageAlt: "David Park"
}
]}
textboxLayout="default"
@@ -184,6 +184,9 @@ export default function LandingPage() {
tag="Partners"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Fashion Plus", "Studio Creative", "Brand Collective", "Apparel Co", "Design Hub", "Premium Goods", "Luxury Group", "Style Labs"
]}
logos={[
"http://img.b2bpic.net/free-vector/logos-lumberjack_1319-79.jpg", "http://img.b2bpic.net/free-vector/ornamental-logo-with-letter-s_1017-6162.jpg", "http://img.b2bpic.net/free-vector/hipster-badges-collection_23-2147508961.jpg", "http://img.b2bpic.net/free-vector/several-vintage-logos-with-white-details_23-2147593442.jpg", "http://img.b2bpic.net/free-vector/oramental-fashion-logo_23-2147521044.jpg", "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", "http://img.b2bpic.net/free-vector/luxury-vip-logo-concept-design-your-brand-with-floral-decoration_1017-11224.jpg", "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14907.jpg"
]}