From 43ddab6a3bcad5ba87c1990c0cf1d4822c121699 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:18:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a8bd5e..cba8945 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function HomePage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-cookies-dark-surface_140725-90765.jpg", imageAlt: "chocolate candies sweets dolci confections"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-cookies-dark-surface_140725-90765.jpg?_wi=1", imageAlt: "chocolate candies sweets dolci confections"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg", imageAlt: "snacks savory appetizers treats food"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg?_wi=1", imageAlt: "snacks savory appetizers treats food"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-alcohol-bottles_23-2148673770.jpg", imageAlt: "beverages drinks liquors bottles wine"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-alcohol-bottles_23-2148673770.jpg?_wi=1", imageAlt: "beverages drinks liquors bottles wine"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg", imageAlt: "assortment variety products collection stock"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg?_wi=1", imageAlt: "assortment variety products collection stock"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg", imageAlt: "wholesale bulk distribution supplies store"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg?_wi=1", imageAlt: "wholesale bulk distribution supplies store"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-food_482257-96781.jpg", imageAlt: "shop retail counter display merchandise"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-food_482257-96781.jpg?_wi=1", imageAlt: "shop retail counter display merchandise"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -119,17 +119,17 @@ export default function HomePage() {