From d2e514a37717796b6576ce5b6f2f99e034ddb73b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:21:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10f1a2b..d67f327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Il Cascinetto" description="Un’oasi nel cuore del cremasco dove la natura autentica incontra l'eccellenza culinaria. Un’esperienza che resta nel cuore." buttons={[{ text: "Prenota Ora", 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" /> @@ -58,7 +58,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" /> @@ -74,18 +74,18 @@ export default function LandingPage() { features={[ { id: 1, - 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" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg" } + 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?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=2" } }, { id: 2, - 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" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg" } + 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?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-greens-tomatoes-seasonings_140725-135235.jpg?_wi=2" } }, { id: 3, - 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" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg" } + 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?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-flowers_1157-8692.jpg?_wi=4" } } ]} /> @@ -136,7 +136,7 @@ export default function LandingPage() {