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}