Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-29 11:21:30 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
title="Il Cascinetto"
description="Unoasi nel cuore del cremasco dove la natura autentica incontra l'eccellenza culinaria. Unesperienza 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"
/>
</div>
@@ -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 unesperienza 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"
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
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"
columns={[
{ title: "Il Cascinetto", items: [{ label: "Chi Siamo", href: "#experience" }, { label: "Il Menù", href: "#kitchen" }] },
{ title: "Contatti", items: [{ label: "Prenota Ora", href: "#contact" }, { label: "Email: info@ilcascinetto.it", href: "mailto:info@ilcascinetto.it" }] },