From 696588981619d46a71e21178b5241ee9b4a19e9d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:50:47 +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 7a53a60..be8730e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg?_wi=1", imageAlt: "Model in stylish urban t-shirt", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg?_wi=1", imageAlt: "Close up fabric texture", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/view-diy-hand-painted-t-shirt_23-2150564435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-diy-hand-painted-t-shirt_23-2150564435.jpg?_wi=1", imageAlt: "Neatly folded collection", }, { @@ -107,21 +107,21 @@ export default function LandingPage() { title: "Premium Durability", description: "100% organic cotton built to maintain shape and softness wash after wash.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg?_wi=2", imageAlt: "model wearing t-shirt photography studio", }, { title: "Fast Shipping", description: "Reliable delivery straight to your doorstep within 3-5 business days.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg?_wi=2", imageAlt: "t-shirt fabric texture close up", }, { title: "Sustainable Ethics", description: "Ethically produced with respect for our people and the planet.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/view-diy-hand-painted-t-shirt_23-2150564435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-diy-hand-painted-t-shirt_23-2150564435.jpg?_wi=2", imageAlt: "folded t-shirts flat lay streetwear", }, ]} -- 2.49.1