From 15fb4eca8e41ae9929316c95ec3d1a06e46d0475 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:30:05 +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 0c538bc..a391cb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,18 +47,18 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg", imageAlt: "Delicious layered chocolate cake" + imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg?_wi=1", imageAlt: "Delicious layered chocolate cake" }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-finger-tasty-meal-food_1157-4106.jpg", imageAlt: "Beautiful pink frosted cupcakes" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-finger-tasty-meal-food_1157-4106.jpg?_wi=1", imageAlt: "Beautiful pink frosted cupcakes" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-finger-tasty-meal-food_1157-4106.jpg", imageAlt: "Colorful macarons and pastries" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-finger-tasty-meal-food_1157-4106.jpg?_wi=2", imageAlt: "Colorful macarons and pastries" }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg", imageAlt: "Premium decorated cake showcase" + imageSrc: "http://img.b2bpic.net/free-photo/crispy-cookies-wooden-board-piece-burlap_114579-38683.jpg?_wi=2", imageAlt: "Premium decorated cake showcase" } ]} tag="Welcome to Sweet Cravings" -- 2.49.1