diff --git a/src/app/page.tsx b/src/app/page.tsx
index b78633b..d39d85a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,45 +50,28 @@ export default function LandingPage() {
@@ -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"},
]}
/>
@@ -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() {
);
-}
+}
\ No newline at end of file