diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index 98a0ba9..1bae4de 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { { title: "Gli anni 70", description: "Le radici della nostra cucina.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-having-dinner-together_53876-15342.jpg", buttonText: "Scopri di più", }, diff --git a/src/app/page.tsx b/src/app/page.tsx index c13d9aa..5152573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg?_wi=1", imageAlt: "Lo Zodiaco Traditional Pizza", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg?_wi=1", imageAlt: "Lo Zodiaco Traditional Pizza", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { { title: "Senza Glutine", description: "Eccellenza certificata per una pizza senza compromessi.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-surface-food-italian-pizza-bake-dough-meal_140725-101507.jpg", buttonText: "Vedi menu", }, @@ -175,7 +175,7 @@ export default function LandingPage() { quote: "Una delle migliori pizze senza glutine della mia carriera da celiaco.", tag: "Senza glutine", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { quote: "Cibo ottimo e personale gentilissimo.", tag: "Cucina", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg?_wi=1", imageAlt: "happy customer dining restaurant", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "Qualità eccellente e porzioni generose, consigliatissimo.", tag: "Carne", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { quote: "Il miglior posto dove mangiare in zona.", tag: "Gluten-free", avatarSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, ]}