Merge version_1 into main #2
230
src/app/page.tsx
230
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="LeadGenius"
|
||||
/>
|
||||
@@ -52,97 +44,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Domina il tuo Mercato con Lead Automatizzati"
|
||||
description="Scraping intelligente ed invio email automatizzato. Identifica i lead più caldi in pochi secondi e trasforma la tua pipeline commerciale."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marco Rossi",
|
||||
handle: "@rossimarketing",
|
||||
testimonial: "LeadGenius ha raddoppiato le nostre conversioni in un mese. Incredibile.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-young-male-te-1774863834963-44dbfee5.png?_wi=1",
|
||||
},
|
||||
name: "Marco Rossi", handle: "@rossimarketing", testimonial: "LeadGenius ha raddoppiato le nostre conversioni in un mese. Incredibile.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-young-male-te-1774863834963-44dbfee5.png"},
|
||||
{
|
||||
name: "Sara Bianchi",
|
||||
handle: "@sarab_growth",
|
||||
testimonial: "Lo strumento migliore che abbia mai usato per il lead scoring. Davvero potente.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-confident-female-marketing-1774863835949-139cfc52.png?_wi=1",
|
||||
},
|
||||
name: "Sara Bianchi", handle: "@sarab_growth", testimonial: "Lo strumento migliore che abbia mai usato per il lead scoring. Davvero potente.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-confident-female-marketing-1774863835949-139cfc52.png"},
|
||||
{
|
||||
name: "Luca Verdi",
|
||||
handle: "@lucav_founder",
|
||||
testimonial: "Risparmiamo ore di lavoro manuale ogni giorno. Un vero game changer.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-tech-startup-founder-smart-1774863835383-b15e83c7.png?_wi=1",
|
||||
},
|
||||
name: "Luca Verdi", handle: "@lucav_founder", testimonial: "Risparmiamo ore di lavoro manuale ogni giorno. Un vero game changer.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-tech-startup-founder-smart-1774863835383-b15e83c7.png"},
|
||||
{
|
||||
name: "Giulia Neri",
|
||||
handle: "@giulianeri_dev",
|
||||
testimonial: "Ottimo sistema di scraping, i dati sono sempre precisi ed aggiornati.",
|
||||
rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-software-engi-1774863834743-0ee2db01.png?_wi=1",
|
||||
},
|
||||
name: "Giulia Neri", handle: "@giulianeri_dev", testimonial: "Ottimo sistema di scraping, i dati sono sempre precisi ed aggiornati.", rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-software-engi-1774863834743-0ee2db01.png"},
|
||||
{
|
||||
name: "Alessandro Esposito",
|
||||
handle: "@ales_tech",
|
||||
testimonial: "Integrazione perfetta, abbiamo automatizzato tutto il nostro workflow B2B.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-business-exec-1774863852788-7b1c67e4.png?_wi=1",
|
||||
},
|
||||
name: "Alessandro Esposito", handle: "@ales_tech", testimonial: "Integrazione perfetta, abbiamo automatizzato tutto il nostro workflow B2B.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-business-exec-1774863852788-7b1c67e4.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Inizia Ora",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inizia Ora", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/a-futuristic-software-dashboard-showing--1774863838078-61ecffc2.png"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-young-male-te-1774863834963-44dbfee5.png",
|
||||
alt: "Marco Rossi",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-young-male-te-1774863834963-44dbfee5.png", alt: "Marco Rossi"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-confident-female-marketing-1774863835949-139cfc52.png",
|
||||
alt: "Sara Bianchi",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-confident-female-marketing-1774863835949-139cfc52.png", alt: "Sara Bianchi"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-tech-startup-founder-smart-1774863835383-b15e83c7.png",
|
||||
alt: "Luca Verdi",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-tech-startup-founder-smart-1774863835383-b15e83c7.png", alt: "Luca Verdi"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-software-engi-1774863834743-0ee2db01.png",
|
||||
alt: "Giulia Neri",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-software-engi-1774863834743-0ee2db01.png", alt: "Giulia Neri"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-business-exec-1774863852788-7b1c67e4.png",
|
||||
alt: "Alessandro Esposito",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-business-exec-1774863852788-7b1c67e4.png", alt: "Alessandro Esposito"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Lead Scraping Rapido",
|
||||
},
|
||||
type: "text", text: "Lead Scraping Rapido"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automazione Email",
|
||||
},
|
||||
type: "text", text: "Automazione Email"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lead Scoring Avanzato",
|
||||
},
|
||||
type: "text", text: "Lead Scoring Avanzato"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Integrazione CRM",
|
||||
},
|
||||
type: "text", text: "Integrazione CRM"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Analisi Real-time",
|
||||
},
|
||||
type: "text", text: "Analisi Real-time"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,32 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Targeting Avanzato",
|
||||
tags: [
|
||||
"scraping",
|
||||
"filtri",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/visual-representation-of-automated-data--1774863836386-7e650593.png",
|
||||
},
|
||||
id: "f1", title: "Targeting Avanzato", tags: [
|
||||
"scraping", "filtri"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/visual-representation-of-automated-data--1774863836386-7e650593.png"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "CRM Intelligente",
|
||||
tags: [
|
||||
"crm",
|
||||
"automazione",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/professional-crm-dashboard-interface-sle-1774863835685-050f718d.png",
|
||||
},
|
||||
id: "f2", title: "CRM Intelligente", tags: [
|
||||
"crm", "automazione"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/professional-crm-dashboard-interface-sle-1774863835685-050f718d.png"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Lead Scoring Automatico",
|
||||
tags: [
|
||||
"punteggio",
|
||||
"qualità",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/abstract-visualization-of-lead-scoring-h-1774863835757-b3b002a4.png",
|
||||
},
|
||||
id: "f3", title: "Lead Scoring Automatico", tags: [
|
||||
"punteggio", "qualità"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/abstract-visualization-of-lead-scoring-h-1774863835757-b3b002a4.png"},
|
||||
]}
|
||||
title="Potenza Tecnologica al tuo Servizio"
|
||||
description="Ogni aspetto della tua lead generation è gestito automaticamente."
|
||||
@@ -193,37 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Startup",
|
||||
price: "€49/mo",
|
||||
subtitle: "Per chi vuole iniziare",
|
||||
features: [
|
||||
"1000 Lead/mese",
|
||||
"Filtri base",
|
||||
"Email Support",
|
||||
],
|
||||
id: "basic", badge: "Startup", price: "€49/mo", subtitle: "Per chi vuole iniziare", features: [
|
||||
"1000 Lead/mese", "Filtri base", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Business",
|
||||
price: "€149/mo",
|
||||
subtitle: "Per team in crescita",
|
||||
features: [
|
||||
"10,000 Lead/mese",
|
||||
"CRM Integrato",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", badge: "Business", price: "€149/mo", subtitle: "Per team in crescita", features: [
|
||||
"10,000 Lead/mese", "CRM Integrato", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Elite",
|
||||
price: "Custom",
|
||||
subtitle: "Per grandi volumi",
|
||||
features: [
|
||||
"Lead illimitati",
|
||||
"API Access",
|
||||
"Dedicated Manager",
|
||||
],
|
||||
id: "enterprise", badge: "Elite", price: "Custom", subtitle: "Per grandi volumi", features: [
|
||||
"Lead illimitati", "API Access", "Dedicated Manager"],
|
||||
},
|
||||
]}
|
||||
title="Piani Scalabili per ogni Business"
|
||||
@@ -234,43 +147,19 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
role: "CEO",
|
||||
testimonial: "Ottima piattaforma, semplicissima da usare.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-young-male-te-1774863834963-44dbfee5.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Marco Rossi", role: "CEO", testimonial: "Ottima piattaforma, semplicissima da usare.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-young-male-te-1774863834963-44dbfee5.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara Bianchi",
|
||||
role: "Marketing",
|
||||
testimonial: "I dati sono sempre puliti ed accurati.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-confident-female-marketing-1774863835949-139cfc52.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sara Bianchi", role: "Marketing", testimonial: "I dati sono sempre puliti ed accurati.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-confident-female-marketing-1774863835949-139cfc52.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca Verdi",
|
||||
role: "Founder",
|
||||
testimonial: "Automazione eccellente, risparmio un sacco di tempo.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-tech-startup-founder-smart-1774863835383-b15e83c7.png?_wi=2",
|
||||
},
|
||||
id: "3", name: "Luca Verdi", role: "Founder", testimonial: "Automazione eccellente, risparmio un sacco di tempo.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-tech-startup-founder-smart-1774863835383-b15e83c7.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Giulia Neri",
|
||||
role: "Developer",
|
||||
testimonial: "Perfetto per la nostra pipeline vendite.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-software-engi-1774863834743-0ee2db01.png?_wi=2",
|
||||
},
|
||||
id: "4", name: "Giulia Neri", role: "Developer", testimonial: "Perfetto per la nostra pipeline vendite.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-software-engi-1774863834743-0ee2db01.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alessandro Esposito",
|
||||
role: "Sales Lead",
|
||||
testimonial: "I tool di analisi mi permettono di chiudere contratti più velocemente.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-business-exec-1774863852788-7b1c67e4.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Alessandro Esposito", role: "Sales Lead", testimonial: "I tool di analisi mi permettono di chiudere contratti più velocemente.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BeyO3loRnC6RRLmPsQ8YlAnN7j/portrait-of-a-professional-business-exec-1774863852788-7b1c67e4.png"},
|
||||
]}
|
||||
title="Cosa dicono i nostri clienti"
|
||||
description="Successi concreti basati su dati ed automazione."
|
||||
@@ -281,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
tag="Contattaci"
|
||||
title="Pronto a scalare?"
|
||||
description="Lascia la tua email e ti contatteremo per una demo gratuita."
|
||||
@@ -293,29 +181,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Piattaforma",
|
||||
items: [
|
||||
title: "Piattaforma", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Termini di Servizio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termini di Servizio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user