From 27815731a2283196878555a0082898c8dee20ba8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:12:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48466a4..167b89b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/sweet-bar-with-grey-mousse-desserts-chocolate-cake-candy-pops_8353-10479.jpg", imageAlt: "jewelry supplier luxury items gemstones accessories"}, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg", imageAlt: "phone accessories technology mobile supplies wholesale"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg?_wi=1", imageAlt: "phone accessories technology mobile supplies wholesale"}, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/row-fashionable-clothing-hangers_1232-3003.jpg", imageAlt: "hoodie supplier apparel clothing bundles fashion"}, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "cologne bottles fragrance supplier luxury goods beauty"}, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1", imageAlt: "cologne bottles fragrance supplier luxury goods beauty"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -91,11 +91,11 @@ export default function LandingPage() { { id: "product-3", name: "Moissanite Jewelry Supplier", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/classy-silver-wedding-rings-made-white-gold-lie-crystal-bracelet_8353-8667.jpg", imageAlt: "moissanite jewelry diamond rings luxury accessories supplier"}, { - id: "product-4", name: "Phone Accessories Pack", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg", imageAlt: "phone supplier mobile cases technology accessories wholesale"}, + id: "product-4", name: "Phone Accessories Pack", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg?_wi=2", imageAlt: "phone supplier mobile cases technology accessories wholesale"}, { id: "product-5", name: "Premium Hoodie Bundle", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/row-hoodies-with-different-colors-one-that-says-hoodie_188544-43266.jpg", imageAlt: "hoodie bundle apparel supplier clothing collection fashion"}, { - id: "product-6", name: "Cologne Collection", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "cologne supplier fragrance bottles luxury scents beauty"}, + id: "product-6", name: "Cologne Collection", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=2", imageAlt: "cologne supplier fragrance bottles luxury scents beauty"}, ]} /> -- 2.49.1