From bfc31b54655f489e0aa8ea522edeff04c326ad58 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e66222..151081e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,23 +50,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg?_wi=1", imageAlt: "Streetwear t-shirt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg?_wi=2", imageAlt: "Streetwear t-shirt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg?_wi=3", imageAlt: "Streetwear t-shirt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg?_wi=4", imageAlt: "Streetwear t-shirt", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-baseball-cap-sunglasses-white-blank-t-shirt-reading-something-his-smartphone-standing-gray-concrete-wall_346278-1741.jpg?_wi=5", imageAlt: "Streetwear t-shirt", }, ]} @@ -78,7 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Quality You Can Feel" description="We started ThreadInk to provide high-quality prints on fabrics that actually last. No peeling, no fading, just great art on soft tees." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-office_23-2150062304.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-office_23-2150062304.jpg?_wi=1" imageAlt="Printing studio process" /> @@ -97,7 +97,7 @@ export default function LandingPage() { price: "$35", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-model-pajama-playing-with-her-hair-laughing-young-woman-green-pants-standing_197531-9399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-model-pajama-playing-with-her-hair-laughing-young-woman-green-pants-standing_197531-9399.jpg?_wi=1", }, { id: "p2", @@ -135,7 +135,7 @@ export default function LandingPage() { role: "Fan", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg?_wi=1", }, { id: "2", @@ -167,7 +167,7 @@ export default function LandingPage() { role: "Fan", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg?_wi=2", }, ]} kpiItems={[ @@ -201,13 +201,13 @@ export default function LandingPage() { id: 1, title: "Premium Fabric", description: "Heavyweight cotton blends that maintain shape after every wash.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-office_23-2150062304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-office_23-2150062304.jpg?_wi=2", }, { id: 2, title: "Direct-to-Garment", description: "High-fidelity prints that feel soft and last for years.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-model-pajama-playing-with-her-hair-laughing-young-woman-green-pants-standing_197531-9399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-model-pajama-playing-with-her-hair-laughing-young-woman-green-pants-standing_197531-9399.jpg?_wi=2", }, ]} /> -- 2.49.1