diff --git a/src/app/page.tsx b/src/app/page.tsx index cd0e706..10927d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,23 +33,16 @@ export default function LandingPage() { @@ -57,97 +50,54 @@ export default function LandingPage() { @@ -173,47 +123,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Arrosticini Fatti a Mano", - price: "10€", - variant: "Classico", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-kuku-with-cherry-tomato_140725-389.jpg", - }, + id: "1", name: "Arrosticini Fatti a Mano", price: "10€", variant: "Classico", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-kuku-with-cherry-tomato_140725-389.jpg"}, { - id: "2", - name: "Chitarrina al Tartufo", - price: "14€", - variant: "Primo Piatto", - imageSrc: "http://img.b2bpic.net/free-photo/raw-pastas-trivet-marble-surface_114579-80845.jpg", - }, + id: "2", name: "Chitarrina al Tartufo", price: "14€", variant: "Primo Piatto", imageSrc: "http://img.b2bpic.net/free-photo/raw-pastas-trivet-marble-surface_114579-80845.jpg"}, { - id: "3", - name: "Tiramisù Scomposto", - price: "7€", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies-white-plate_114579-19145.jpg", - }, + id: "3", name: "Tiramisù Scomposto", price: "7€", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies-white-plate_114579-19145.jpg"}, { - id: "4", - name: "Gnocchi al sugo di 3 carni", - price: "12€", - variant: "Primo Piatto", - imageSrc: "http://img.b2bpic.net/free-photo/meat-with-potato-stew-served-plate-dark-background_1220-7157.jpg", - }, + id: "4", name: "Gnocchi al sugo di 3 carni", price: "12€", variant: "Primo Piatto", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-potato-stew-served-plate-dark-background_1220-7157.jpg"}, { - id: "5", - name: "Pizza Fritta Farcita", - price: "8€", - variant: "Antipasto", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-indoors_23-2150901109.jpg", - }, + id: "5", name: "Pizza Fritta Farcita", price: "8€", variant: "Antipasto", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-indoors_23-2150901109.jpg"}, { - id: "6", - name: "Tartare con Tartufo", - price: "16€", - variant: "Antipasto", - imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-plate-top-view_1147-529.jpg", - }, + id: "6", name: "Tartare con Tartufo", price: "16€", variant: "Antipasto", imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-plate-top-view_1147-529.jpg"}, ]} title="I Nostri Cavalli di Battaglia" description="Ogni piatto è preparato con amore, seguendo le ricette di una volta con un tocco contemporaneo che esalta i sapori locali." @@ -227,59 +147,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Vittoria G.", - role: "Local Guide", - company: "Pescara", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg?_wi=2", - }, + id: "t1", name: "Vittoria G.", role: "Local Guide", company: "Pescara", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg"}, { - id: "t2", - name: "Francesca M.", - role: "Appassionata", - company: "Pescara", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-bistro-medium-shot_23-2149366463.jpg?_wi=2", - }, + id: "t2", name: "Francesca M.", role: "Appassionata", company: "Pescara", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-bistro-medium-shot_23-2149366463.jpg"}, { - id: "t3", - name: "Rosa A.", - role: "Local Guide", - company: "Pescara", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg?_wi=2", - }, + id: "t3", name: "Rosa A.", role: "Local Guide", company: "Pescara", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg"}, { - id: "t4", - name: "E R.", - role: "Foodie", - company: "Pescara", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=2", - }, + id: "t4", name: "E R.", role: "Foodie", company: "Pescara", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg"}, { - id: "t5", - name: "Tatiana B.", - role: "Local Guide", - company: "Bari", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-posing_23-2149272871.jpg?_wi=2", - }, + id: "t5", name: "Tatiana B.", role: "Local Guide", company: "Bari", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-posing_23-2149272871.jpg"}, ]} kpiItems={[ { - value: "5/5", - label: "Qualità Media", - }, + value: "5/5", label: "Qualità Media"}, { - value: "100%", - label: "Ingredienti Locali", - }, + value: "100%", label: "Ingredienti Locali"}, { - value: "1000+", - label: "Clienti Felici", - }, + value: "1000+", label: "Clienti Felici"}, ]} title="Cosa dicono di noi" description="La soddisfazione dei nostri clienti è la nostra più grande gratifica. Leggi cosa pensano della nostra cucina e ospitalità." @@ -293,20 +182,11 @@ export default function LandingPage() { tag="Eccellenza" metrics={[ { - id: "m1", - value: "100+", - description: "Piatti preparati ogni giorno", - }, + id: "m1", value: "100+", description: "Piatti preparati ogni giorno"}, { - id: "m2", - value: "30+", - description: "Anni di ricette tradizionali", - }, + id: "m2", value: "30+", description: "Anni di ricette tradizionali"}, { - id: "m3", - value: "99%", - description: "Recensioni a 5 stelle", - }, + id: "m3", value: "99%", description: "Recensioni a 5 stelle"}, ]} metricsAnimation="slide-up" /> @@ -319,23 +199,11 @@ export default function LandingPage() { useInvertedBackground={true} team={[ { - id: "member1", - name: "Gianluca", - role: "Chef Titolare", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-waiter-taking-orders-holding-digital-tablet-smiling-wearing-black-apron-uniform-standin_1258-155565.jpg", - }, + id: "member1", name: "Gianluca", role: "Chef Titolare", imageSrc: "http://img.b2bpic.net/free-photo/handsome-waiter-taking-orders-holding-digital-tablet-smiling-wearing-black-apron-uniform-standin_1258-155565.jpg"}, { - id: "member2", - name: "Alessia", - role: "Direttore di Sala", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-crossed-arms_23-2149434495.jpg", - }, + id: "member2", name: "Alessia", role: "Direttore di Sala", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-crossed-arms_23-2149434495.jpg"}, { - id: "member3", - name: "Matteo", - role: "Sommelier", - imageSrc: "http://img.b2bpic.net/free-photo/waiter-offering-glass-wine-customers-waiting-food-table_482257-100057.jpg", - }, + id: "member3", name: "Matteo", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/waiter-offering-glass-wine-customers-waiting-food-table_482257-100057.jpg"}, ]} title="Il Nostro Cuore" description="Una famiglia dedicata alla cura di ogni dettaglio." @@ -347,20 +215,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "È necessaria la prenotazione?", - content: "Sì, la prenotazione è sempre consigliata per garantire il miglior servizio possibile.", - }, + id: "f1", title: "È necessaria la prenotazione?", content: "Sì, la prenotazione è sempre consigliata per garantire il miglior servizio possibile."}, { - id: "f2", - title: "Avete opzioni senza glutine?", - content: "Certamente! Siamo molto attenti alle esigenze dei nostri clienti e offriamo alternative sicure e deliziose.", - }, + id: "f2", title: "Avete opzioni senza glutine?", content: "Certamente! Siamo molto attenti alle esigenze dei nostri clienti e offriamo alternative sicure e deliziose."}, { - id: "f3", - title: "È possibile ospitare gruppi numerosi?", - content: "Sì, siamo felici di ospitare gruppi di ogni dimensione, basterà contattarci in anticipo.", - }, + id: "f3", title: "È possibile ospitare gruppi numerosi?", content: "Sì, siamo felici di ospitare gruppi di ogni dimensione, basterà contattarci in anticipo."}, ]} sideTitle="Domande Frequenti" sideDescription="Hai dubbi? Qui trovi le risposte alle domande più comuni sulla nostra cucina e le prenotazioni." @@ -372,8 +231,7 @@ export default function LandingPage() {