Merge version_2 into main #1
265
src/app/page.tsx
265
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Esperienze",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Esperienze", id: "experience"},
|
||||
{
|
||||
name: "Camere",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Camere", id: "rooms"},
|
||||
{
|
||||
name: "Ristorante",
|
||||
id: "restaurant",
|
||||
},
|
||||
name: "Ristorante", id: "restaurant"},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "booking",
|
||||
},
|
||||
name: "Prenota", id: "booking"},
|
||||
]}
|
||||
brandName="Cascina Autentica"
|
||||
/>
|
||||
@@ -60,45 +50,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Vivi il Piemonte autentico"
|
||||
description="Natura, cucina locale e relax a due passi da Torino."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Prenota il tuo soggiorno", href: "#booking"},
|
||||
{
|
||||
text: "Verifica disponibilità",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Verifica disponibilità", href: "#booking"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-landscape_181624-29948.jpg",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-landscape_181624-29948.jpg"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-city-skyline-with-urban-skyscrapers-sunset-background_1127-3630.jpg",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/big-city-skyline-with-urban-skyscrapers-sunset-background_1127-3630.jpg"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-country-house-middle-field-surrounded-by-hills-clear-sky_181624-4252.jpg",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-country-house-middle-field-surrounded-by-hills-clear-sky_181624-4252.jpg"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rural-landscape_23-2150724917.jpg",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rural-landscape_23-2150724917.jpg"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-building-isolated-hill-surrounded-by-tall-trees-pathway_181624-5266.jpg",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-building-isolated-hill-surrounded-by-tall-trees-pathway_181624-5266.jpg"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-green-landscape-with-village-with-lot-buildings_181624-23977.jpg",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-green-landscape-with-village-with-lot-buildings_181624-23977.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,17 +83,11 @@ export default function LandingPage() {
|
||||
description="Immergiti nel cuore della tradizione piemontese. Dalle degustazioni locali alla vita in agriturismo, ogni momento è pensato per il tuo relax."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Relax Totale",
|
||||
},
|
||||
value: "100%", title: "Relax Totale"},
|
||||
{
|
||||
value: "30+",
|
||||
title: "Esperienze Locali",
|
||||
},
|
||||
value: "30+", title: "Esperienze Locali"},
|
||||
{
|
||||
value: "15",
|
||||
title: "Anni di Tradizione",
|
||||
},
|
||||
value: "15", title: "Anni di Tradizione"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -135,51 +102,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "r1",
|
||||
label: "Suite",
|
||||
title: "La Vigna",
|
||||
items: [
|
||||
"Vista panoramica",
|
||||
"Colazione inclusa",
|
||||
"Wi-Fi",
|
||||
],
|
||||
id: "r1", label: "Suite", title: "La Vigna", items: [
|
||||
"Vista panoramica", "Colazione inclusa", "Wi-Fi"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Scopri",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Scopri", href: "#booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "r2",
|
||||
label: "Standard",
|
||||
title: "Il Bosco",
|
||||
items: [
|
||||
"Atmosfera intima",
|
||||
"Parcheggio",
|
||||
"Relax",
|
||||
],
|
||||
id: "r2", label: "Standard", title: "Il Bosco", items: [
|
||||
"Atmosfera intima", "Parcheggio", "Relax"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Scopri",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Scopri", href: "#booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "r3",
|
||||
label: "Deluxe",
|
||||
title: "L'Orto",
|
||||
items: [
|
||||
"Spaziosa",
|
||||
"Terrazzo privato",
|
||||
"Servizi Premium",
|
||||
],
|
||||
id: "r3", label: "Deluxe", title: "L'Orto", items: [
|
||||
"Spaziosa", "Terrazzo privato", "Servizi Premium"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Scopri",
|
||||
href: "#booking",
|
||||
},
|
||||
text: "Scopri", href: "#booking"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -196,55 +139,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tajarin al Tartufo",
|
||||
price: "18€",
|
||||
variant: "Primo Piatto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-ball-with-vegetable-feeling-sauce-dark-plate-closeup_1220-6654.jpg",
|
||||
},
|
||||
id: "p1", name: "Tajarin al Tartufo", price: "18€", variant: "Primo Piatto", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-ball-with-vegetable-feeling-sauce-dark-plate-closeup_1220-6654.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Brasato al Barolo",
|
||||
price: "22€",
|
||||
variant: "Secondo Piatto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081863.jpg",
|
||||
},
|
||||
id: "p2", name: "Brasato al Barolo", price: "22€", variant: "Secondo Piatto", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081863.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bunet della Nonna",
|
||||
price: "8€",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370839.jpg",
|
||||
},
|
||||
id: "p3", name: "Bunet della Nonna", price: "8€", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370839.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Antipasto Misto",
|
||||
price: "15€",
|
||||
variant: "Antipasto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370863.jpg",
|
||||
},
|
||||
id: "p4", name: "Antipasto Misto", price: "15€", variant: "Antipasto", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370863.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vino della Casa",
|
||||
price: "12€",
|
||||
variant: "Cantina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-with-grapes-glass-red-wine_114579-1782.jpg",
|
||||
},
|
||||
id: "p5", name: "Vino della Casa", price: "12€", variant: "Cantina", imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-with-grapes-glass-red-wine_114579-1782.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ravioli del Plin",
|
||||
price: "16€",
|
||||
variant: "Primo Piatto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-mushrooms-with-pasta-dark-table-mushroom-ripe-wild-meal_140725-79167.jpg",
|
||||
},
|
||||
id: "p6", name: "Ravioli del Plin", price: "16€", variant: "Primo Piatto", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-mushrooms-with-pasta-dark-table-mushroom-ripe-wild-meal_140725-79167.jpg"},
|
||||
]}
|
||||
title="Il Nostro Ristorante"
|
||||
description="Tajarin, brasato e i migliori sapori della terra."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota un tavolo",
|
||||
href: "https://wa.me/39000000000",
|
||||
},
|
||||
text: "Prenota un tavolo", href: "https://wa.me/39000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,25 +168,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.5/5",
|
||||
title: "Rating",
|
||||
description: "Basato su 800+ recensioni",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.5/5", title: "Rating", description: "Basato su 800+ recensioni", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Tradizione",
|
||||
description: "Prodotti a Km 0",
|
||||
icon: Utensils,
|
||||
id: "m2", value: "100%", title: "Tradizione", description: "Prodotti a Km 0", icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Eventi",
|
||||
description: "Matrimoni e cerimonie",
|
||||
icon: Heart,
|
||||
id: "m3", value: "50+", title: "Eventi", description: "Matrimoni e cerimonie", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Il Nostro Successo"
|
||||
@@ -291,45 +190,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marco Rossi",
|
||||
role: "Viaggiatore",
|
||||
company: "Torino",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
|
||||
},
|
||||
id: "t1", name: "Marco Rossi", role: "Viaggiatore", company: "Torino", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Giulia Bianchi",
|
||||
role: "Food Blogger",
|
||||
company: "Milano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-male-model-man-lying-beach-sand-wearing-hipster-summer-hat_158538-2168.jpg",
|
||||
},
|
||||
id: "t2", name: "Giulia Bianchi", role: "Food Blogger", company: "Milano", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-male-model-man-lying-beach-sand-wearing-hipster-summer-hat_158538-2168.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Luca Verde",
|
||||
role: "Turista",
|
||||
company: "Roma",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-lying-ground-using-cellphone_23-2147950686.jpg",
|
||||
},
|
||||
id: "t3", name: "Luca Verde", role: "Turista", company: "Roma", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-lying-ground-using-cellphone_23-2147950686.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sara Neri",
|
||||
role: "Famiglia",
|
||||
company: "Genova",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1058.jpg",
|
||||
},
|
||||
id: "t4", name: "Sara Neri", role: "Famiglia", company: "Genova", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1058.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Paolo Gialli",
|
||||
role: "Coppia",
|
||||
company: "Firenze",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-mountains-landscape-sitting-hill_176420-4293.jpg",
|
||||
},
|
||||
id: "t5", name: "Paolo Gialli", role: "Coppia", company: "Firenze", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-mountains-landscape-sitting-hill_176420-4293.jpg"},
|
||||
]}
|
||||
title="Cosa dicono di noi"
|
||||
description="L'esperienza dei nostri ospiti."
|
||||
@@ -342,25 +216,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Check-in e Check-out",
|
||||
content: "Check-in dalle 15:00, Check-out entro le 11:00.",
|
||||
},
|
||||
id: "f1", title: "Check-in e Check-out", content: "Check-in dalle 15:00, Check-out entro le 11:00."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Animali ammessi?",
|
||||
content: "Sì, i nostri amici a 4 zampe sono i benvenuti!",
|
||||
},
|
||||
id: "f2", title: "Animali ammessi?", content: "Sì, i nostri amici a 4 zampe sono i benvenuti!"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Colazione inclusa?",
|
||||
content: "Certamente, una ricca colazione a Km 0 ti aspetta ogni mattina.",
|
||||
},
|
||||
id: "f3", title: "Colazione inclusa?", content: "Certamente, una ricca colazione a Km 0 ti aspetta ogni mattina."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Parcheggio?",
|
||||
content: "Disponiamo di un ampio parcheggio gratuito riservato agli ospiti.",
|
||||
},
|
||||
id: "f4", title: "Parcheggio?", content: "Disponiamo di un ampio parcheggio gratuito riservato agli ospiti."},
|
||||
]}
|
||||
title="Domande Frequenti"
|
||||
description="Tutto quello che devi sapere."
|
||||
@@ -372,8 +234,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Prenotazioni"
|
||||
title="Verifica disponibilità"
|
||||
description="Inserisci il tuo indirizzo email per ricevere un preventivo personalizzato."
|
||||
@@ -387,29 +248,19 @@ export default function LandingPage() {
|
||||
logoText="Cascina Autentica"
|
||||
columns={[
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/39000000000",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/39000000000"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Indicazioni",
|
||||
href: "#",
|
||||
},
|
||||
label: "Indicazioni", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -418,4 +269,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user