diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d94bdb..46c970f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-stacked-white-table_181624-57863.jpg", imageAlt: "Macarons" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-puff-pastry-cookies_114579-44355.jpg", imageAlt: "Pastries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/trendy-portion-desserts-candy-bar_8353-11444.jpg", imageAlt: "Custom Cakes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweets-biscuits-cookies-candies-inside-heart-shaped-box_140725-104781.jpg", imageAlt: "Cookies" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-interior_1203-9480.jpg", imageAlt: "Bakery Interior" } + { imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-puff-pastry-cookies_114579-44355.jpg?_wi=1", imageAlt: "Pastries" }, + { imageSrc: "http://img.b2bpic.net/free-photo/trendy-portion-desserts-candy-bar_8353-11444.jpg?_wi=1", imageAlt: "Custom Cakes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sweets-biscuits-cookies-candies-inside-heart-shaped-box_140725-104781.jpg?_wi=1", imageAlt: "Cookies" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-interior_1203-9480.jpg?_wi=1", imageAlt: "Bakery Interior" } ]} buttons={[ { text: "Order Now", href: "contact" }, @@ -79,11 +79,11 @@ export default function LandingPage() {