From bfd24969afcdebbb68b41bbf9b53d2530d0754d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:48:06 +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 7b9d050..3973cf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { description="Welcome to Cake Park – where every cake is a masterpiece, baked with passion and precision. Indulge in our exquisite range of custom cakes, delicious pastries, and delightful treats perfect for any occasion." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg?_wi=1", imageAlt: "Decadent chocolate cake with berries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg?_wi=1", imageAlt: "White forest cake with blueberry decoration", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg?_wi=1", imageAlt: "Classic red velvet cake", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-pride-day-elements-arrangement_23-2148960501.jpg?_wi=2", imageAlt: "chef decorating custom cake", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorted-bakery-sweets_23-2149367851.jpg?_wi=2", imageAlt: "chef decorating custom cake", }, { @@ -287,7 +287,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls-with-strawberries_140725-105617.jpg?_wi=2", imageAlt: "chef decorating custom cake", }, ]}