From 3cd99a3a782de28149a4f7bb2dc4f18257cda8c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:00:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cb35da..51bc6f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,13 +197,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Alex Martinez", role: "Content Creator", testimonial: "The quality is insane for the price. I've bought merch from tons of brands, and Thursty Thursday consistently delivers. My community loves rocking this gear!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Alex Martinez" + id: "1", name: "Caiden Zimmerman", role: "Highschool Student ", testimonial: "The quality is insane for the price. I've bought merch from tons of brands, and Thursty Thursday consistently delivers. My community loves rocking this gear!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Caiden Zimmerman" }, { - id: "2", name: "Jordan Lee", role: "Streamer", testimonial: "Every Thursday I'm checking for new drops. The designs are fire, the fit is perfect, and the shipping is super fast. Already became a repeat customer!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Jordan Lee" + id: "2", name: "Nicholas Blough", role: "Teacher", testimonial: "The kids that make this merch are amazing! I have numerous products and they are super high quality!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Nicholas Blough" }, { - id: "3", name: "Casey Thompson", role: "Digital Artist", testimonial: "The attention to detail on these pieces is next level. I appreciate that they actually listen to community feedback and evolve their designs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Casey Thompson" + id: "3", name: "Tim VanLaan", role: "Dad", testimonial: "It's nice to have a website like Thursty Thursday where I can get things for cheap.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Tim VanLaan" }, { id: "4", name: "Morgan Rivera", role: "Fitness Influencer", testimonial: "Perfect for my gym and lifestyle content. The comfort is premium, the vibe is authentic, and the brand actually cares about their community.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "Morgan Rivera" -- 2.49.1