From 7da43d384496dd4083ce857fd3e8701a89aa421c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:49:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f44502..dda2449 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { id: "1", title: "Found my grails here", quote: "I've been collecting sneakers for years and this is hands down the best selection I've seen. Authentic, well-maintained, and the customer service is incredible. Got my holy grail Air Jordan 1s here!", name: "Alex Chen", role: "Sneaker Collector", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-smiling-camera_140725-138562.jpg", imageAlt: "Alex Chen profile sneaker collector" }, { - id: "2", title: "Quality and authenticity guaranteed", quote: "Every pair I bought came with proper authentication. No fakes, no compromises. The team really knows their stuff and cares about the community. This is where I shop now.", name: "Jordan "J" Williams", role: "Sneakerhead", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-casual-clothes_140725-138570.jpg", imageAlt: "Jordan Williams sneaker enthusiast" + id: "2", title: "Quality and authenticity guaranteed", quote: "Every pair I bought came with proper authentication. No fakes, no compromises. The team really knows their stuff and cares about the community. This is where I shop now.", name: "Jordan \"J\" Williams", role: "Sneakerhead", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-casual-clothes_140725-138570.jpg", imageAlt: "Jordan Williams sneaker enthusiast" }, { id: "3", title: "Best platform for rare finds", quote: "I found limited edition releases here that I couldn't find anywhere else. The curated selection shows they really understand sneaker culture. Pricing is fair too.", name: "Maya Patel", role: "Collector & Reseller", imageSrc: "http://img.b2bpic.net/free-photo/woman-casual-pose-smiling_140725-138580.jpg", imageAlt: "Maya Patel sneaker collector profile" -- 2.49.1