Update src/app/page.tsx
This commit is contained in:
172
src/app/page.tsx
172
src/app/page.tsx
@@ -30,83 +30,52 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Caratteristiche",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Caratteristiche", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="LeadsFound"
|
||||
button={{
|
||||
text: "Accedi",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Accedi", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Trova, Analizza, Chiudi: Il tuo CRM ideale è qui."
|
||||
variant: "radial-gradient"}}
|
||||
title="Trova, Analizza e Chiudi Clienti ad Alto Valore in Minuti"
|
||||
description="LeadsFound automatizza la ricerca di potenziali clienti per agenzie di marketing e web designer. Risparmia ore di lavoro manuale con dati pronti all'uso."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg",
|
||||
alt: "Dashboard",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-uses-tablet-governmental-cyber-security-room-working-russian-flag_482257-90680.jpg", alt: "Dashboard"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
|
||||
alt: "Entrepreneur",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", alt: "Entrepreneur"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg",
|
||||
alt: "Programmer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", alt: "Programmer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg",
|
||||
alt: "Futuristic interface",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", alt: "Futuristic interface"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg",
|
||||
alt: "Voice command",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg", alt: "Voice command"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Inizia la tua ricerca",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inizia la tua ricerca", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Aggiornato in tempo reale",
|
||||
},
|
||||
type: "text", text: "Aggiornato in tempo reale"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dati certificati GDPR",
|
||||
},
|
||||
type: "text", text: "Dati certificati GDPR"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Integrazione API",
|
||||
},
|
||||
type: "text", text: "Integrazione API"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Supporto 24/7",
|
||||
},
|
||||
type: "text", text: "Supporto 24/7"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Esportazione illimitata",
|
||||
},
|
||||
type: "text", text: "Esportazione illimitata"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,20 +87,11 @@ export default function LandingPage() {
|
||||
description="Dalla ricerca geolocalizzata all'analisi del sito web, LeadsFound ti fornisce tutto ciò che ti serve per chiudere nuovi contratti velocemente."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Ricerca Geolocalizzata",
|
||||
content: "Trova attività commerciali per città, quartiere o raggio d'azione con un clic.",
|
||||
},
|
||||
id: "1", title: "Ricerca Geolocalizzata", content: "Trova attività commerciali per città, quartiere o raggio d'azione con un clic."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Analisi Performance",
|
||||
content: "Scopri subito se il sito del prospect è lento, obsoleto o inesistente.",
|
||||
},
|
||||
id: "2", title: "Analisi Performance", content: "Scopri subito se il sito del prospect è lento, obsoleto o inesistente."},
|
||||
{
|
||||
id: "3",
|
||||
title: "CRM Integrato",
|
||||
content: "Salva, contatta ed esporta i tuoi prospect in Excel o PDF con facilità.",
|
||||
},
|
||||
id: "3", title: "CRM Integrato", content: "Salva, contatta ed esporta i tuoi prospect in Excel o PDF con facilità."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -146,20 +106,11 @@ export default function LandingPage() {
|
||||
tag="Statistiche reali"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10x",
|
||||
description: "Velocità di ricerca prospect",
|
||||
},
|
||||
id: "m1", value: "10x", description: "Velocità di ricerca prospect"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
description: "Precisione dati lead",
|
||||
},
|
||||
id: "m2", value: "95%", description: "Precisione dati lead"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Disponibilità piattaforma",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Disponibilità piattaforma"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,37 +123,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Base",
|
||||
price: "49€",
|
||||
subtitle: "Per Freelancer",
|
||||
features: [
|
||||
"Ricerca base",
|
||||
"Esportazione CSV",
|
||||
"Supporto email",
|
||||
],
|
||||
id: "p1", badge: "Base", price: "49€", subtitle: "Per Freelancer", features: [
|
||||
"Ricerca base", "Esportazione CSV", "Supporto email"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Pro",
|
||||
price: "89€",
|
||||
subtitle: "Per Agency",
|
||||
features: [
|
||||
"Tutto del Base",
|
||||
"Automazione Email",
|
||||
"Analisi Social",
|
||||
],
|
||||
id: "p2", badge: "Pro", price: "89€", subtitle: "Per Agency", features: [
|
||||
"Tutto del Base", "Automazione Email", "Analisi Social"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Enterprise",
|
||||
price: "159€",
|
||||
subtitle: "Per Team",
|
||||
features: [
|
||||
"Tutto del Pro",
|
||||
"Accesso API",
|
||||
"Supporto Prioritario",
|
||||
],
|
||||
id: "p3", badge: "Enterprise", price: "159€", subtitle: "Per Team", features: [
|
||||
"Tutto del Pro", "Accesso API", "Supporto Prioritario"],
|
||||
},
|
||||
]}
|
||||
title="Piani flessibili per ogni esigenza"
|
||||
@@ -215,20 +145,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "È incluso un CRM?",
|
||||
content: "Sì, LeadsFound nasce proprio per evitare l'uso di fogli Excel dispersivi, organizzando i tuoi prospect in modo professionale.",
|
||||
},
|
||||
id: "f1", title: "È incluso un CRM?", content: "Sì, LeadsFound nasce proprio per evitare l'uso di fogli Excel dispersivi, organizzando i tuoi prospect in modo professionale."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Posso esportare i dati?",
|
||||
content: "Certamente, puoi esportare le tue liste in PDF o Excel con un solo clic.",
|
||||
},
|
||||
id: "f2", title: "Posso esportare i dati?", content: "Certamente, puoi esportare le tue liste in PDF o Excel con un solo clic."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Il servizio email è automatico?",
|
||||
content: "Offriamo un servizio di invio automatico per contattare direttamente le liste salvate.",
|
||||
},
|
||||
id: "f3", title: "Il servizio email è automatico?", content: "Offriamo un servizio di invio automatico per contattare direttamente le liste salvate."},
|
||||
]}
|
||||
sideTitle="Domande Frequenti"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -239,16 +160,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contattaci"
|
||||
title="Pronto a scalare la tua agenzia?"
|
||||
description="Inizia oggi stesso a trovare i tuoi prossimi clienti ideali senza perdere tempo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Richiedi una Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Richiedi una Demo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -258,29 +176,19 @@ export default function LandingPage() {
|
||||
logoText="LeadsFound"
|
||||
columns={[
|
||||
{
|
||||
title: "Prodotto",
|
||||
items: [
|
||||
title: "Prodotto", items: [
|
||||
{
|
||||
label: "Caratteristiche",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Caratteristiche", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legale",
|
||||
items: [
|
||||
title: "Legale", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Termini",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termini", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user