diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c1d783..5a9ee75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=1", imageAlt: "Artisan French Croissants", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=2", imageAlt: "Freshly Baked Pastries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=3", imageAlt: "Premium Butter Pastry", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=4", imageAlt: "L’Atelier Experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=5", imageAlt: "Artisan Craftsmanship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=6", imageAlt: "Brașov Pastry Boutique", }, ]} @@ -124,21 +124,21 @@ export default function LandingPage() { name: "Croissant cu Fistic", price: "18 RON", variant: "Best-seller", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-spread-with-croissant_23-2148367521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-spread-with-croissant_23-2148367521.jpg?_wi=1", }, { id: "p2", name: "Croissant cu Ciocolată", price: "16 RON", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg?_wi=1", }, { id: "p3", name: "Croissant cu Vanilie", price: "16 RON", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-eco-food-concept-with-flowers-croissant_23-2149448059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-eco-food-concept-with-flowers-croissant_23-2149448059.jpg?_wi=1", }, { id: "p4", @@ -165,7 +165,7 @@ export default function LandingPage() { handle: "@andrei.m", testimonial: "Cele mai bune croissante pe care le-am mâncat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-chocolate-gray_114579-37482.jpg?_wi=7", imageAlt: "luxury french bakery croissant photography", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { handle: "@victor.g", testimonial: "Se simte calitatea ingredientelor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-spread-with-croissant_23-2148367521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-spread-with-croissant_23-2148367521.jpg?_wi=2", imageAlt: "pistachio croissant premium pastry", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { handle: "@maria.s", testimonial: "Crocant la exterior, pufos în interior.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31529.jpg?_wi=2", imageAlt: "chocolate artisan croissant bakery", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { handle: "@ioan.d", testimonial: "O atmosferă autentică, exact ca în Paris.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-eco-food-concept-with-flowers-croissant_23-2149448059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-eco-food-concept-with-flowers-croissant_23-2149448059.jpg?_wi=2", imageAlt: "vanilla pastry croissant artisan", }, ]}