From 5686bcde8f760c56f69ad0c1d12dfdd39f0ecf7d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:55:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c8322b..9c59db0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alicem", testimonial: "The quality is simply unmatched. My new wardrobe essentials.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridesmaids-dresses-hangers_23-2149081537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridesmaids-dresses-hangers_23-2149081537.jpg?_wi=1", imageAlt: "elegant fashion editorial model", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@bobd", testimonial: "Incredible fit and sustainable materials. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-waist-t-shirt-looking-focused_176474-47163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-waist-t-shirt-looking-focused_176474-47163.jpg?_wi=1", imageAlt: "elegant fashion editorial model", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@claraj", testimonial: "Sophisticated styles that truly stand the test of time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-handsome-businessman-male-model-suit-fashionable-glasses_158538-13754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-handsome-businessman-male-model-suit-fashionable-glasses_158538-13754.jpg?_wi=1", imageAlt: "elegant fashion editorial model", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Fantastic experience from purchase to delivery. The fabric feels amazing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-lady-sunglasses-jacket-smiles-yellow-doors-trendy-woman-with-curly-hair-undershirt-poses-yellow-doors_197531-19361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-lady-sunglasses-jacket-smiles-yellow-doors-trendy-woman-with-curly-hair-undershirt-poses-yellow-doors_197531-19361.jpg?_wi=1", imageAlt: "elegant fashion editorial model", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "A staple in my collection. Perfectly tailored and elegant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-45.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-45.jpg?_wi=1", imageAlt: "elegant fashion editorial model", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-bridesmaids-dresses-hangers_23-2149081537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-bridesmaids-dresses-hangers_23-2149081537.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg", @@ -142,25 +142,25 @@ export default function LandingPage() { id: "p1", name: "Essential T-Shirt", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-waist-t-shirt-looking-focused_176474-47163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-holding-hands-waist-t-shirt-looking-focused_176474-47163.jpg?_wi=2", }, { id: "p2", name: "Tailored Jacket", price: "$290", - imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-handsome-businessman-male-model-suit-fashionable-glasses_158538-13754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-handsome-businessman-male-model-suit-fashionable-glasses_158538-13754.jpg?_wi=2", }, { id: "p3", name: "Linen Trousers", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/happy-lady-sunglasses-jacket-smiles-yellow-doors-trendy-woman-with-curly-hair-undershirt-poses-yellow-doors_197531-19361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-lady-sunglasses-jacket-smiles-yellow-doors-trendy-woman-with-curly-hair-undershirt-poses-yellow-doors_197531-19361.jpg?_wi=2", }, { id: "p4", name: "Classic Denim", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-45.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-45.jpg?_wi=2", }, { id: "p5", -- 2.49.1