From 059a11e6ed090a8c244f4e321648de8cf297f77a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:04:45 +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 0a04022..e4dd454 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="STELLY — WEAR THE FUTURE" description="Experience the next evolution of luxury streetwear. Crafted for those who define the trend." testimonials={[ - { name: "Alex Rivier", handle: "@alexr", testimonial: "The best quality streetwear I have ever owned. Truly future-forward.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg" }, + { name: "Alex Rivier", handle: "@alexr", testimonial: "The best quality streetwear I have ever owned. Truly future-forward.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg?_wi=1" }, { name: "Sam Chen", handle: "@samchen", testimonial: "Futuristic design meets unparalleled comfort. Stelly is everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg" }, { name: "Jordan P.", handle: "@jordp", testimonial: "Incredible aesthetic. I get compliments everywhere I go.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-teenage-girl-dressed-striped-jumper-trousers-looks-away-poses-longboard-contemplates-about-something-poses-against-urban-building-likes-extreme-sport_273609-55258.jpg" }, { name: "Taylor M.", handle: "@taym", testimonial: "High fashion, streetwear heart. Stelly delivers every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-896.jpg" }, @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Limited Drops", description: "Exclusive pieces produced in small batches.", icon: Star, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-19319.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg?_wi=2" }, ], }, ]} -- 2.49.1