From fbcb325fb6f6e0b312ad9a7def65e0c3df0fde42 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 14:37:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 793fc90..8a0b99b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg?_wi=1", imageAlt: "Artisan cake", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-lace-doily-green-sweets-waffles-cup-tea_140725-73804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-lace-doily-green-sweets-waffles-cup-tea_140725-73804.jpg?_wi=1", imageAlt: "Gourmet cake", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667658.jpg?_wi=1", imageAlt: "Delicate cupcakes", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/trendy-portion-desserts-candy-bar_8353-11444.jpg", imageAlt: "Inquiry", }, - imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg?_wi=2", imageAlt: "artisan bakery hero shot", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/many-mixed-alternative-baked-breads-presented-sale-rustic-wooden-table-professional-bakery-made-from-pistachio_346278-834.jpg", imageAlt: "Baking", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-lace-doily-green-sweets-waffles-cup-tea_140725-73804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-lace-doily-green-sweets-waffles-cup-tea_140725-73804.jpg?_wi=2", imageAlt: "artisan bakery hero shot", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-cookies-arrangement_23-2148343816.jpg", imageAlt: "Delivery", }, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667658.jpg?_wi=2", imageAlt: "artisan bakery hero shot", }, ]} -- 2.49.1