diff --git a/src/app/page.tsx b/src/app/page.tsx index cad89eb..2da4609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,23 +78,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/strawberries-exit-wedding-ceremony_8353-10172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberries-exit-wedding-ceremony_8353-10172.jpg?_wi=1", imageAlt: "Beautiful custom celebration cake", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423800.jpg?_wi=1", imageAlt: "Chocolate drip cake with berries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg?_wi=1", imageAlt: "Layered cake slices", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-small-cupcakes-with-chocolate-gift-with-red-ribbon-ice-surface_140725-102257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-small-cupcakes-with-chocolate-gift-with-red-ribbon-ice-surface_140725-102257.jpg?_wi=1", imageAlt: "Assortment of colorful cupcakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg?_wi=1", imageAlt: "Elegant tiered wedding cake", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/strawberries-exit-wedding-ceremony_8353-10172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberries-exit-wedding-ceremony_8353-10172.jpg?_wi=2", imageAlt: "beautiful custom birthday cake", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423800.jpg?_wi=2", imageAlt: "beautiful custom birthday cake", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg?_wi=2", imageAlt: "beautiful custom birthday cake", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-small-cupcakes-with-chocolate-gift-with-red-ribbon-ice-surface_140725-102257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-small-cupcakes-with-chocolate-gift-with-red-ribbon-ice-surface_140725-102257.jpg?_wi=2", imageAlt: "beautiful custom birthday cake", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg?_wi=2", imageAlt: "beautiful custom birthday cake", }, ]}