From 1b476396bdc1c3743df0ed2c54aed8662e1d3faa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:42:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d5e8a..818211f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,27 +171,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahstyle", testimonial: "The quality is unmatched. I've tried many brands, but Elevate truly delivers luxury at an accessible price point. My go-to for everyday wear.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "customer avatar professional portrait user profile testimonial image" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=1", imageAlt: "customer avatar professional portrait user profile testimonial image" }, { id: "2", name: "Marcus Johnson", handle: "@marcusfashion", testimonial: "Every piece is designed with intention. The minimalist aesthetic is exactly what I was looking for. Highly recommend to anyone with refined taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "customer photo professional headshot user avatar portrait image" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", imageAlt: "customer photo professional headshot user avatar portrait image" }, { id: "3", name: "Emma Rodriguez", handle: "@emmaelev8", testimonial: "Finally found a brand that gets it. Quality materials, timeless designs, and customer service that actually cares. Elevate is my new obsession.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "testimonial avatar professional profile customer portrait user image" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=2", imageAlt: "testimonial avatar professional profile customer portrait user image" }, { id: "4", name: "Alex Thompson", handle: "@alexwearables", testimonial: "The attention to detail is incredible. From packaging to the fit, everything about Elevate screams premium. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "profile photo customer avatar professional portrait testimonial image" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", imageAlt: "profile photo customer avatar professional portrait testimonial image" }, { id: "5", name: "Jessica Park", handle: "@jessicaparkstyle", testimonial: "Sustainable, stylish, and seriously well-made. I feel good about supporting a brand with values. My wardrobe staple now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "customer avatar professional portrait user profile testimonial image" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=3", imageAlt: "customer avatar professional portrait user profile testimonial image" }, { id: "6", name: "David Okafor", handle: "@davidfashiontalk", testimonial: "The minimal aesthetic doesn't mean boring. Each piece is a masterclass in design simplicity. Absolute game-changer for my style.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "customer photo professional headshot user avatar portrait image" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3", imageAlt: "customer photo professional headshot user avatar portrait image" } ]} showRating={true} -- 2.49.1