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"