diff --git a/src/app/page.tsx b/src/app/page.tsx index c3a45f3..3faea7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { tag="Sapori Autentici" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg?_wi=1", imageAlt: "Tagliere platter", }, { @@ -67,15 +67,15 @@ export default function LandingPage() { imageAlt: "Restaurant ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg?_wi=1", imageAlt: "Assorted meats", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg?_wi=1", imageAlt: "Fresh pasta dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg?_wi=1", imageAlt: "Traditional dessert", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { title: "Authentic Ingredients", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg" + imageSrc="http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg?_wi=1" imageAlt="Our mission" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -125,7 +125,7 @@ export default function LandingPage() { price: "€25", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg?_wi=2", }, { id: "2", @@ -134,7 +134,7 @@ export default function LandingPage() { price: "€12", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg?_wi=2", }, { id: "3", @@ -143,7 +143,7 @@ export default function LandingPage() { price: "€6", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg?_wi=2", }, { id: "4", @@ -190,12 +190,12 @@ export default function LandingPage() { { title: "Farm to Table", description: "Fresh, locally sourced ingredients that celebrate the seasonality of our region.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg?_wi=2", }, { title: "Traditional Recipes", description: "Authentic recipes passed down through generations, preserved with love.", - imageSrc: "http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg?_wi=2", }, ]} />