From 9f466804611ee3af3d42e42ab0b9076da6838a41 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:47:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf6248d..65f1ae3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,13 +72,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Crewneck", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/man-with-sunglasses-wearing-white-t-shirt-posing_158538-16703.jpg"}, + id: "1", name: "Classic Crewneck", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/man-with-sunglasses-wearing-white-t-shirt-posing_158538-16703.jpg?_wi=1"}, { id: "2", name: "Oxford Button-Down", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg"}, { id: "3", name: "Charcoal V-Neck", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/playful-smiling-black-model-grey-jeans-plain-cotton-black-t-shirt-stool-isolated-white_346278-1017.jpg"}, { - id: "4", name: "Linen Summer Shirt", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/man-with-sunglasses-wearing-white-t-shirt-posing_158538-16703.jpg"}, + id: "4", name: "Linen Summer Shirt", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/man-with-sunglasses-wearing-white-t-shirt-posing_158538-16703.jpg?_wi=2"}, ]} title="Our Collection" description="Handpicked selection of essential shirts and t-shirts to elevate your everyday look." @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-dark-curly-hair-sitting-stairs-university-dreamily-looking-camera_574295-3942.jpg"}, + id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-dark-curly-hair-sitting-stairs-university-dreamily-looking-camera_574295-3942.jpg?_wi=1"}, { id: "2", name: "James L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021805.jpg"}, { @@ -118,7 +118,7 @@ export default function LandingPage() { { id: "4", name: "Marcus D.", imageSrc: "http://img.b2bpic.net/free-photo/asian-friend-assisting-middle-eastern-wheelchair-user-buying-new-clothes_482257-112830.jpg"}, { - id: "5", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-dark-curly-hair-sitting-stairs-university-dreamily-looking-camera_574295-3942.jpg"}, + id: "5", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-dark-curly-hair-sitting-stairs-university-dreamily-looking-camera_574295-3942.jpg?_wi=2"}, ]} cardTitle="What Customers Say" cardTag="Loved by thousands" -- 2.49.1