diff --git a/src/app/page.tsx b/src/app/page.tsx index 04c040e..6d5d63a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,63 +33,39 @@ export default function LandingPage() {
@@ -102,19 +78,13 @@ export default function LandingPage() { metrics={[ { icon: CheckCircle, - label: "No-show ridotti", - value: "85%", - }, + label: "No-show ridotti", value: "85%"}, { icon: Clock, - label: "Tempo risparmiato", - value: "10h/sett.", - }, + label: "Tempo risparmiato", value: "10h/sett."}, { icon: Users, - label: "Clienti fidelizzati", - value: "2k+", - }, + label: "Clienti fidelizzati", value: "2k+"}, ]} metricsAnimation="slide-up" /> @@ -127,20 +97,14 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Niente più chiamate perse", - "Addio ai no-show manuali", - "Nessuna configurazione complessa", - ], + "Niente più chiamate perse", "Addio ai no-show manuali", "Nessuna configurazione complessa"], }} positiveCard={{ items: [ - "Booking online in 3 click", - "Reminder WhatsApp automatici", - "Gestione tavoli in real-time", - ], + "Booking online in 3 click", "Reminder WhatsApp automatici", "Gestione tavoli in real-time"], }} title="Perché i Ristoratori ci Scelgono" - description="Un sistema costruito per semplificare la gestione del tuo locale, eliminando le perdite di tempo e aumentando la redditività." + description="Un sistema costruito per semplificare la gestione del tuo locale, eliminando le perdite di tempo e aumentando la redditività senza costi fissi." />
@@ -149,14 +113,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Bistro Elite", - "Osteria Moderna", - "Ristorante Stella", - "Caffè Centrale", - "Trattoria Milano", - "Sushi Gourmet", - "Pizzeria d'Autore", - ]} + "Bistro Elite", "Osteria Moderna", "Ristorante Stella", "Caffè Centrale", "Trattoria Milano", "Sushi Gourmet", "Pizzeria d'Autore"]} title="Scelto dai Migliori Ristoranti" description="Oltre 500 locali utilizzano ReserWise ogni giorno." /> @@ -167,20 +124,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "È difficile da integrare?", - content: "Assolutamente no, il sistema è pronto all'uso.", - }, + id: "1", title: "È difficile da integrare?", content: "Assolutamente no, il sistema è pronto all'uso."}, { - id: "2", - title: "I reminder sono inclusi?", - content: "Sì, i reminder WhatsApp sono la nostra funzionalità core.", - }, + id: "2", title: "I reminder sono inclusi?", content: "Sì, i reminder WhatsApp sono la nostra funzionalità core."}, { - id: "3", - title: "Posso provare gratuitamente?", - content: "Offriamo una demo gratuita di 14 giorni per provare ogni funzionalità.", - }, + id: "3", title: "Quanto costa?", content: "ReserWise è gratuito per i ristoratori, senza abbonamenti a pagamento."}, ]} sideTitle="Domande Frequenti" sideDescription="Tutto quello che devi sapere." @@ -195,43 +143,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "base", - badge: "Start", - price: "49€", - subtitle: "Perfetto per piccole attività", - features: [ - "Fino a 50 prenotazioni", - "Reminder base", - "Supporto email", - ], + id: "free", badge: "Gratis", price: "0€", subtitle: "Accesso completo alle funzioni", features: [ + "Prenotazioni illimitate", "Reminder WhatsApp inclusi", "Supporto prioritario"], buttons: [ { - text: "Scegli base", - href: "#contact", - }, - ], - }, - { - id: "pro", - badge: "Best Seller", - price: "99€", - subtitle: "Il preferito dai ristoratori", - features: [ - "Prenotazioni illimitate", - "Reminder WhatsApp avanzati", - "Gestione tavoli 3D", - "Supporto dedicato", - ], - buttons: [ - { - text: "Scegli Pro", - href: "#contact", - }, + text: "Inizia Gratis", href: "#contact"}, ], }, ]} - title="Scegli il tuo piano" - description="Prezzi trasparenti per la crescita del tuo business." + title="Completamente Gratuito" + description="Nessun costo nascosto, nessuna commissione." /> @@ -243,25 +164,15 @@ export default function LandingPage() { author="Marco Rossi, proprietario Osteria Moderna" avatars={[ { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", - alt: "Marco Rossi", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", alt: "Marco Rossi"}, { - src: "http://img.b2bpic.net/free-photo/portrait-elderly-chef-dressed-uniform-with-crossed-arms-against-dark-background_613910-17580.jpg", - alt: "Portrait of elderly chef dressed in uniform", - }, + src: "http://img.b2bpic.net/free-photo/portrait-elderly-chef-dressed-uniform-with-crossed-arms-against-dark-background_613910-17580.jpg", alt: "Portrait of elderly chef dressed in uniform"}, { - src: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg", - alt: "View of chef working in the kitchen", - }, + src: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg", alt: "View of chef working in the kitchen"}, { - src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720713.jpg", - alt: "Female chef in the kitchen", - }, + src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720713.jpg", alt: "Female chef in the kitchen"}, { - src: "http://img.b2bpic.net/free-photo/side-view-adult-chef-kitchen_23-2148471887.jpg", - alt: "Side view adult chef in kitchen", - }, + src: "http://img.b2bpic.net/free-photo/side-view-adult-chef-kitchen_23-2148471887.jpg", alt: "Side view adult chef in kitchen"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -272,11 +183,10 @@ export default function LandingPage() { @@ -286,42 +196,25 @@ export default function LandingPage() { logoText="ReserWise" columns={[ { - title: "Prodotto", - items: [ + title: "Prodotto", items: [ { - label: "Funzionalità", - href: "#features", - }, - { - label: "Prezzi", - href: "#pricing", - }, + label: "Funzionalità", href: "#features"}, ], }, { - title: "Azienda", - items: [ + title: "Azienda", items: [ { - label: "Chi Siamo", - href: "#", - }, + label: "Chi Siamo", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { - title: "Legale", - items: [ + title: "Legale", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Termini", - href: "#", - }, + label: "Termini", href: "#"}, ], }, ]} @@ -331,3 +224,8 @@ export default function LandingPage() { ); } +" + } + ], + "rawPlan": "Ho aggiornato le sezioni dei prezzi e le descrizioni del sito per chiarire che il servizio è completamente gratuito per i ristoratori, rimuovendo i riferimenti a piani a pagamento nel menu di navigazione e nelle sezioni dedicate." +} \ No newline at end of file