From 81cddb259295054e3e4e0ac87bf21ca7543558dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:00:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 828ed24..eade18a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,16 +145,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Fashion Enthusiast", testimonial: "Finally found a brand that aligns with my values. The quality is exceptional and the fit is perfect. I'm a THREADS customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell portrait", icon: Heart + id: "1", name: "Sarah Mitchell", role: "Fashion Enthusiast", testimonial: "Finally found a brand that aligns with my values. The quality is exceptional and the fit is perfect. I'm a THREADS customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Mitchell portrait", icon: Heart }, { - id: "2", name: "Marcus Johnson", role: "Sustainable Living Advocate", testimonial: "I love how THREADS combines style with sustainability. The materials feel premium and knowing they're ethically made makes every purchase worthwhile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson portrait", icon: Leaf + id: "2", name: "Marcus Johnson", role: "Sustainable Living Advocate", testimonial: "I love how THREADS combines style with sustainability. The materials feel premium and knowing they're ethically made makes every purchase worthwhile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson portrait", icon: Leaf }, { - id: "3", name: "Emma Rodriguez", role: "Style Blogger", testimonial: "The designs are timeless and versatile. After six months of regular wear, my THREADS pieces still look brand new. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emma Rodriguez portrait", icon: ThumbsUp + id: "3", name: "Emma Rodriguez", role: "Style Blogger", testimonial: "The designs are timeless and versatile. After six months of regular wear, my THREADS pieces still look brand new. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Emma Rodriguez portrait", icon: ThumbsUp }, { - id: "4", name: "David Chen", role: "Environmental Consultant", testimonial: "As someone who works in sustainability, I'm impressed by THREADS' commitment to reducing environmental impact without compromising on style.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen portrait", icon: CheckCircle + id: "4", name: "David Chen", role: "Environmental Consultant", testimonial: "As someone who works in sustainability, I'm impressed by THREADS' commitment to reducing environmental impact without compromising on style.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen portrait", icon: CheckCircle } ]} /> -- 2.49.1