diff --git a/src/app/page.tsx b/src/app/page.tsx index b511bb8..6138328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,32 +65,32 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg?_wi=1", imageAlt: "Luxurious coffee experience", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg?_wi=2", imageAlt: "Warm cafe lighting", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg?_wi=3", imageAlt: "Premium artisan presentation", }, { id: "c4", - imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg?_wi=4", imageAlt: "Refined cafe atmosphere", }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg?_wi=5", imageAlt: "Handcrafted cafe pastry", }, { id: "c6", - imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/layered-desserts-with-toppings-black-background_23-2148028572.jpg?_wi=6", imageAlt: "Almar Cafe excellence", }, ]} @@ -120,19 +120,19 @@ export default function LandingPage() { id: "p1", name: "Signature Espresso", price: "22 Lei", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg?_wi=1", }, { id: "p2", name: "Butter Croissant", price: "20 Lei", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-with-salad-leaves-ham-cutting-board_1220-294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-with-salad-leaves-ham-cutting-board_1220-294.jpg?_wi=1", }, { id: "p3", name: "Gourmet Panini", price: "28 Lei", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7269.jpg?_wi=1", }, { id: "p4", @@ -237,7 +237,7 @@ export default function LandingPage() { category: "Education", title: "The Art of the Perfect Pour", excerpt: "Understanding the science behind extraction for a superior cup every morning.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg?_wi=2", authorName: "Elena Ionescu", authorAvatar: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", date: "Oct 12, 2023", @@ -247,7 +247,7 @@ export default function LandingPage() { category: "Community", title: "Local Artisans Spotlight", excerpt: "Meet the local bakeries we partner with to serve the freshest pastries in Ovidiu.", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-with-salad-leaves-ham-cutting-board_1220-294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-with-salad-leaves-ham-cutting-board_1220-294.jpg?_wi=2", authorName: "Radu Stan", authorAvatar: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893797.jpg", date: "Oct 05, 2023", @@ -257,7 +257,7 @@ export default function LandingPage() { category: "Roasting", title: "From Bean to Cup", excerpt: "Exploring the journey of our ethically sourced beans from farm to roasting machine.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7269.jpg?_wi=2", authorName: "Andrei Vasile", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg", date: "Sept 28, 2023",