diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1a07b78..ff7e1aa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,59 +30,37 @@ export default function LandingPage() {
@@ -92,17 +70,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "4,6/5 Valutazione", description: "Oltre 1700 recensioni confermano la qualità e l'esperienza memorabile dei nostri ospiti.", imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-salad-with-fresh-mint-pan-dark-surface_114579-14685.jpg"},
- {
- title: "Cucina Tradizionale", description: "Ogni ricetta rispetta le radici piemontesi con ingredienti freschi e di stagione.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-cut-beet-other-stuff-bowls-purple-white-checkered-tablecloth-light-grey-table_140725-136681.jpg"},
- {
- title: "Vini Regionali", description: "Una cantina curata che valorizza le eccellenze del nostro territorio.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361478.jpg"},
- {
- title: "Dog Friendly", description: "I vostri amici a quattro zampe sono sempre i benvenuti nel nostro locale.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-appetizing-dish-dish-radish-herbs-with-sauce-plate_140725-123059.jpg"},
+ { title: "Tradizione Locale", description: "Ricette antiche reinterpretate con passione.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-food-composition_23-2148705354.jpg" },
+ { title: "Asporto e Consegna", description: "Porta il sapore della locanda direttamente a casa tua.", imageSrc: "http://img.b2bpic.net/free-photo/takeout-food-packaging_23-2149176342.jpg" },
+ { title: "Eventi Privati", description: "Organizziamo cene e feste su misura nel nostro spazio.", imageSrc: "http://img.b2bpic.net/free-photo/event-dinner-table-setting_1203-3450.jpg" },
+ { title: "Cantina Selezionata", description: "Vini d'eccellenza per accompagnare ogni pietanza.", imageSrc: "http://img.b2bpic.net/free-photo/wine-glasses-rustic-restaurant_1203-5674.jpg" },
]}
- title="Perché sceglierci"
- description="Scopri cosa rende la nostra trattoria un punto di riferimento a Torino."
+ title="Servizi per te"
+ description="Oltre alla tavola, offriamo esperienze complete per ogni esigenza."
/>
@@ -113,27 +87,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", brand: "Antipasti", name: "Vitello Tonnato", price: "14€", rating: 5,
- reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-salad-with-dried-berries_140725-6274.jpg"},
- {
- id: "p2", brand: "Primi", name: "Agnolotti al sugo d'arrosto", price: "16€", rating: 5,
- reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-meat-dumplings-with-different-ingredients-dark-background-vegetable-dish-cooking-meal-color-dinner-pepper_140725-157579.jpg"},
- {
- id: "p3", brand: "Primi", name: "Crespelle ricotta e asparagi", price: "15€", rating: 5,
- reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/roll-with-vegetables-corns-arugula-carrot-bell-pepper-side-view_141793-3561.jpg"},
- {
- id: "p4", brand: "Secondi", name: "Brasato al Barolo", price: "18€", rating: 5,
- reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-chef-holding-hand-filled-pasta_23-2148343654.jpg"},
- {
- id: "p5", brand: "Dolci", name: "Bunet piemontese", price: "7€", rating: 5,
- reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg"},
- {
- id: "p6", brand: "Vini", name: "Selezione Cantina", price: "25€", rating: 5,
- reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg"},
+ { id: "1", brand: "Antipasti", name: "Vitello Tonnato", price: "14€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vitello-tonnato-plate_1203-6789.jpg" },
+ { id: "2", brand: "Primi", name: "Agnolotti al Plin", price: "16€", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/fresh-agnolotti-pasta_1203-4567.jpg" },
+ { id: "3", brand: "Secondi", name: "Brasato al Barolo", price: "19€", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/braised-beef-barolo_1203-8901.jpg" },
]}
- title="I piatti iconici"
- description="Esplora i sapori che hanno fatto innamorare i nostri clienti."
+ title="Piatti in evidenza"
+ description="I nostri classici amati dai clienti."
/>
@@ -143,32 +102,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Giulia M.", role: "Cliente", company: "Torino", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/croquette-making-with-different-delicious-ingredients_23-2149173820.jpg"},
- {
- id: "2", name: "Marco P.", role: "Cliente", company: "Milano", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/preparation-fresh-italian-pasta-gnocchi-with-fork-napkin-wooden-table_23-2148091032.jpg"},
- {
- id: "3", name: "Elena S.", role: "Cliente", company: "Torino", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148716248.jpg"},
- {
- id: "4", name: "Luca R.", role: "Cliente", company: "Roma", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/croquette-making-with-different-delicious-ingredients_23-2149173823.jpg"},
- {
- id: "5", name: "Sara D.", role: "Cliente", company: "Torino", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854210.jpg"},
+ { id: "1", name: "Claudio R.", role: "Appassionato", company: "Torino", rating: 5 },
+ { id: "2", name: "Maria G.", role: "Cliente", company: "Torino", rating: 5 },
]}
kpiItems={[
- {
- value: "1700+", label: "Recensioni"},
- {
- value: "4.6/5", label: "Media"},
- {
- value: "100%", label: "Qualità"},
+ { value: "500+", label: "Piatti serviti" },
+ { value: "4.9", label: "Voto medio" },
+ { value: "100%", label: "Tradizione" },
]}
- title="Cosa dicono i nostri ospiti"
- description="La soddisfazione dei clienti è il nostro miglior riconoscimento."
+ title="Cosa dicono di noi"
+ description="L'autenticità che parla da sola."
/>
@@ -177,18 +120,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "Dove vi trovate?", content: "Via Cenischia, 9 – Torino."},
- {
- id: "f2", title: "Quali sono gli orari?", content: "Aperti tutte le sere dalle 19:30."},
- {
- id: "f3", title: "Sono ammessi gli animali?", content: "Sì, i vostri amici a quattro zampe sono i benvenuti."},
- {
- id: "f4", title: "Fascia prezzo?", content: "Il costo medio è di 30–40 € a persona."},
+ { id: "1", title: "Avete parcheggio?", content: "Sì, a pochi passi dalla locanda." },
+ { id: "2", title: "Accettate prenotazioni?", content: "Consigliamo sempre la prenotazione per il fine settimana." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/table-empty-white-seat-background_1203-4740.jpg"
- title="Informazioni Utili"
- description="Domande frequenti per la vostra visita."
+ title="Galleria e Info"
+ description="Vivi l'atmosfera rustica della locanda."
+ imageSrc="http://img.b2bpic.net/free-photo/rustic-restaurant-interior-decor_1203-5678.jpg"
faqsAnimation="slide-up"
/>
@@ -196,50 +133,27 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}