diff --git a/src/app/page.tsx b/src/app/page.tsx index be8e81d..cbce0fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function HomePage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-slices-fresh-bread-top-view_23-2148432333.jpg?_wi=1" imageAlt="Italian artisan pastries display" mediaAnimation="slide-up" background={{ @@ -99,7 +99,7 @@ export default function HomePage() { price: "€2.50", rating: 5, reviewCount: "145", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=1", imageAlt: "Chocolate brioche pastry", }, { @@ -109,7 +109,7 @@ export default function HomePage() { price: "€3.00", rating: 5, reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132622.jpg?_wi=1", imageAlt: "Fresh cream pastries", }, { @@ -119,7 +119,7 @@ export default function HomePage() { price: "From €35", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=1", imageAlt: "Custom celebration cake", }, { @@ -129,7 +129,7 @@ export default function HomePage() { price: "€8.50", rating: 5, reviewCount: "102", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-coffee_23-2148696272.jpg?_wi=1", imageAlt: "Breakfast pastry assortment", }, ]} @@ -156,25 +156,25 @@ export default function HomePage() { { title: "Fresh Every Day", description: "Baked daily using traditional methods and premium ingredients. No artificial preservatives.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg?_wi=1", imageAlt: "Artisan baker preparing fresh pastries", }, { title: "Artisan Quality", description: "Handmade pastries and cakes crafted with passion and attention to detail. Italian heritage in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg?_wi=1", imageAlt: "Elegant pastry shop interior", }, { title: "Local Favorite", description: "Loved by the Storo community for 25 years. Part of your neighborhood and your celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=2", imageAlt: "Locally made chocolate brioche", }, { title: "Perfect for Events", description: "Custom cakes for birthdays, celebrations, and catering. Let us make your event memorable.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=2", imageAlt: "Custom designed celebration cake", }, ]} @@ -260,7 +260,7 @@ export default function HomePage() {