From 1f44971162b1eb08542ef8c79e08b7c7e2a6aab5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:35:42 +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 13a6dee..36bdd30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,13 +62,13 @@ export default function LandingPage() { @@ -100,7 +100,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Selection", description: "Carefully curated collection of the finest menswear brands and independent designers from around the world.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg", imageAlt: "Premium selection showcase" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg?_wi=2", imageAlt: "Premium selection showcase" }, items: [ { icon: CheckCircle, text: "Authenticated luxury brands" }, @@ -111,7 +111,7 @@ export default function LandingPage() { }, { id: "2", title: "Expert Styling Advice", description: "Our team of fashion experts is here to help you find the perfect pieces that match your personal style and lifestyle needs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg", imageAlt: "Expert styling consultation" + imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg?_wi=2", imageAlt: "Expert styling consultation" }, items: [ { icon: CheckCircle, text: "Personal styling consultations" }, @@ -122,7 +122,7 @@ export default function LandingPage() { }, { id: "3", title: "Fast Shipping & Easy Returns", description: "Shop with confidence knowing that we offer hassle-free returns and fast, reliable shipping to get your items when you need them.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg", imageAlt: "Fast shipping and returns" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg?_wi=2", imageAlt: "Fast shipping and returns" }, items: [ { icon: CheckCircle, text: "Free shipping on orders over $100" }, -- 2.49.1