From 4a709f27eb518ad90e19974e0cb54b673651e0a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:11: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 aebe339..cb4fb2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg?_wi=1", imageAlt: "Model wearing oversized t-shirt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg?_wi=1", imageAlt: "Model posing in streetwear", }, ]} @@ -116,7 +116,7 @@ export default function LandingPage() { icon: Diamond, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg?_wi=1" imageAlt="Close-up of premium fabric texture" mediaAnimation="slide-up" /> @@ -133,7 +133,7 @@ export default function LandingPage() { title: "Signature Oversized Fit", subtitle: "Unrestricted style", description: "Our t-shirts are designed for a relaxed, modern fit, providing ultimate comfort without compromising on style. Perfect for any occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg?_wi=1", imageAlt: "Model in oversized white t-shirt", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { title: "Built to Last", subtitle: "Premium durability", description: "Crafted from high-grade cotton blends, our garments endure wash after wash, maintaining their shape and softness, ensuring longevity in your wardrobe.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817552.jpg?_wi=2", imageAlt: "Close up of fabric texture", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { title: "Exclusive Graphics", subtitle: "Wearable art", description: "From minimalist logos to intricate urban art, our t-shirts feature unique designs that reflect contemporary culture and personal expression.", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Oversized graphic t-shirt", }, ]} @@ -171,14 +171,14 @@ export default function LandingPage() { id: "tee-001", name: "Classic Oversize Tee - White", price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-bicycle-shoulder-bag-against-dark-black-backdrop_23-2148176655.jpg?_wi=2", imageAlt: "Classic white oversized t-shirt", }, { id: "tee-002", name: "Graphic Street Tee - Black", price: "$55.00", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Black oversized t-shirt with graphic print", }, { @@ -192,14 +192,14 @@ export default function LandingPage() { id: "tee-004", name: "Urban Abstract Tee - Blue", price: "$60.00", - imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-surfer-man-with-his-surfboard_273609-14208.jpg?_wi=2", imageAlt: "Blue oversized t-shirt with urban abstract design", }, { id: "tee-005", name: "Minimalist Logo Tee - Cream", price: "$40.00", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg?_wi=2", imageAlt: "Cream oversized t-shirt with minimalist logo", }, ]} -- 2.49.1