From 480df5eb97538b3e88ac129138444bbb23053981 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:52:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2637ee..1800f23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,17 +53,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", imageAlt: "Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg?_wi=1", imageAlt: "Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", imageAlt: "Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg?_wi=2", imageAlt: "Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", imageAlt: "Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg?_wi=3", imageAlt: "Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", imageAlt: "Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg?_wi=4", imageAlt: "Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", imageAlt: "Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg?_wi=5", imageAlt: "Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg", imageAlt: "Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg?_wi=6", imageAlt: "Storefront"}, ]} /> @@ -89,21 +89,21 @@ export default function LandingPage() { features={[ { title: "Schoolwear", description: "Durable uniforms for students.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg?_wi=2"}, }, { title: "Workwear", description: "Professional trades clothing.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg?_wi=3"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg?_wi=4"}, }, { title: "Custom Orders", description: "Help with sizing and bulk.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg?_wi=5"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/clothing-rack-fashion-shop_53876-147813.jpg?_wi=6"}, }, ]} showStepNumbers={false} -- 2.49.1