From 93601c99bc4a5d655380586efeaa9a7edb3b5853 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:41:27 +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 d42f45e..49eef42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,18 +55,18 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg", imageAlt: "Luxury wedding cake with elegant design" + imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg?_wi=1", imageAlt: "Luxury wedding cake with elegant design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg", imageAlt: "Contemporary custom celebration cake" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg?_wi=1", imageAlt: "Contemporary custom celebration cake" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg", imageAlt: "Modern minimalist celebration cake" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-served-with-strawberries-blue-background_114579-15312.jpg?_wi=2", imageAlt: "Modern minimalist celebration cake" }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg", imageAlt: "Premium tiered wedding cake" + imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177032.jpg?_wi=2", imageAlt: "Premium tiered wedding cake" } ]} avatarText="Join 500+ satisfied customers" -- 2.49.1