From 78b85c1c51a99e01753fbcf168715df082608298 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 01:13:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cd655c..5d0f30c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,11 +104,11 @@ export default function LandingPage() { title="What Our Customers Say" description="Real feedback from fashion-forward individuals who love their StyleTees. Join our growing community!" testimonials={[ - { id: "1", name: "Sarah J.", role: "Fashion Blogger", testimonial: "StyleTees truly understands modern fashion. Their designs are fresh, and the fabric quality is incredible. My go-to for unique graphic tees!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg" }, + { id: "1", name: "Sarah J.", role: "Fashion Blogger", testimonial: "StyleTees truly understands modern fashion. Their designs are fresh, and the fabric quality is incredible. My go-to for unique graphic tees!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg?_wi=1" }, { id: "2", name: "Michael C.", role: "Streetwear Enthusiast", testimonial: "Finally, a brand that delivers on style and comfort. The fit is perfect, and I always get compliments. Highly recommend!", imageSrc: "https://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-lambersexual-model-modern-man-dressed-red-checkered-shirt-fashion-male-posing-near-skyscraper-street-background-sunglasses-outdoors-sunset_158538-20172.jpg" }, { id: "3", name: "Emily R.", role: "Graphic Designer", testimonial: "As a designer, I appreciate the artistry in every print. StyleTees is setting a new standard for creative apparel.", imageSrc: "https://img.b2bpic.net/free-photo/casual-teenager-checking-her-shopping-bags_23-2148804689.jpg" }, { id: "4", name: "David K.", role: "Online Shopper", testimonial: "Easy browsing, quick checkout, and fantastic product quality. StyleTees has become my favorite online store for t-shirts.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, - { id: "5", name: "Jessica L.", role: "Student & Trendsetter", testimonial: "Their unique designs help me express myself perfectly. I love how versatile they are for any occasion!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg" }, + { id: "5", name: "Jessica L.", role: "Student & Trendsetter", testimonial: "Their unique designs help me express myself perfectly. I love how versatile they are for any occasion!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg?_wi=2" }, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1