From ae9eb341282d615f4a2ff1ed9636c1dbb886bc8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:24:12 +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 615ffed..df0e038 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@alexfashion", testimonial: "Cloth Haven transformed my wardrobe! The quality is exceptional and the styles are truly unique. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8504.jpg?_wi=1", imageAlt: "Alex P. avatar", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@jamie_style", testimonial: "Fantastic customer service and beautiful pieces. I always find something I love at Cloth Haven.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1", imageAlt: "Jamie L. avatar", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { }, ]} avatarText="Loved by thousands of fashion enthusiasts." - imageSrc="http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-with-shoes-clothing-store-brand-new-modern-boutique_627829-6436.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-with-shoes-clothing-store-brand-new-modern-boutique_627829-6436.jpg?_wi=1" imageAlt="Stylish clothing racks in a modern boutique" showBlur={true} textPosition="bottom" @@ -191,7 +191,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-sign-language_23-2148803719.jpg", imageAlt: "Close up of high-quality fabric", }, - imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-with-shoes-clothing-store-brand-new-modern-boutique_627829-6436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-with-shoes-clothing-store-brand-new-modern-boutique_627829-6436.jpg?_wi=2", imageAlt: "model wearing modern outfit", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827252.jpg", imageAlt: "Package delivered to a doorstep", }, - imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8504.jpg?_wi=2", imageAlt: "model wearing modern outfit", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg", imageAlt: "Stylist taking measurements", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2", imageAlt: "model wearing modern outfit", }, ]} -- 2.49.1