diff --git a/src/app/page.tsx b/src/app/page.tsx index a2b6b49..80e7248 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/black-chokeberries-tree_53876-63466.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-chokeberries-tree_53876-63466.jpg?_wi=1" imageAlt="Il Cascinetto immerso nella natura" /> @@ -80,7 +80,7 @@ export default function LandingPage() { description="Immerso nel verde del cremasco, Il Cascinetto è un luogo dove il tempo rallenta. Tra meleti, profumi stagionali e piatti autentici, ogni visita diventa un’esperienza indimenticabile." subdescription="La nostra ospitalità è il riflesso della campagna che ci circonda." icon={Wheat} - imageSrc="http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -96,12 +96,12 @@ export default function LandingPage() { title: "Menù Stagionali", description: "Seguiamo il ritmo della natura, portando nel piatto ciò che il campo ci offre.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/black-chokeberries-tree_53876-63466.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-chokeberries-tree_53876-63466.jpg?_wi=2", imageAlt: "agriturismo country house landscape Italy", }, { @@ -109,12 +109,12 @@ export default function LandingPage() { title: "Ingredienti a KM0", description: "Materie prime selezionate da produttori locali per garantire freschezza estrema.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg?_wi=3", imageAlt: "traditional italian cuisine plating", }, { @@ -122,12 +122,12 @@ export default function LandingPage() { title: "Atmosfera Romantica", description: "Ogni dettaglio è curato per rendere le tue cene momenti indimenticabili.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg?_wi=4", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=4", }, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=5", imageAlt: "charming country house outdoor dining", }, ]} @@ -241,7 +241,7 @@ export default function LandingPage() {