Merge version_1 into main #1
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Servizi",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servizi", id: "features"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="Tekno Green srl"
|
||||
/>
|
||||
@@ -56,99 +48,56 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Tekno Green srl: Gestione e Cura del Verde"
|
||||
description="Specialisti nella manutenzione del verde pubblico, parchi e infrastrutture paesaggistiche a Melito e dintorni. Esperienza, qualità e sostenibilità al servizio del territorio."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mario Rossi",
|
||||
handle: "@mario.rossi",
|
||||
testimonial: "Ottimo lavoro nella manutenzione dei parchi cittadini. Puntuali e professionali.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-wearing-basic-long-sleeve-shirts-apparel-ad_53876-102926.jpg",
|
||||
},
|
||||
name: "Mario Rossi", handle: "@mario.rossi", testimonial: "Ottimo lavoro nella manutenzione dei parchi cittadini. Puntuali e professionali.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-wearing-basic-long-sleeve-shirts-apparel-ad_53876-102926.jpg"},
|
||||
{
|
||||
name: "Luigi Bianchi",
|
||||
handle: "@luigi.bianchi",
|
||||
testimonial: "Servizio eccellente per la potatura alberi. Molto competenti.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-architects-working-blueprints-plan_482257-8118.jpg",
|
||||
},
|
||||
name: "Luigi Bianchi", handle: "@luigi.bianchi", testimonial: "Servizio eccellente per la potatura alberi. Molto competenti.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-architects-working-blueprints-plan_482257-8118.jpg"},
|
||||
{
|
||||
name: "Anna Verdi",
|
||||
handle: "@anna.verdi",
|
||||
testimonial: "Tekno Green ha trasformato le aree verdi pubbliche del nostro comune.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
||||
},
|
||||
name: "Anna Verdi", handle: "@anna.verdi", testimonial: "Tekno Green ha trasformato le aree verdi pubbliche del nostro comune.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg"},
|
||||
{
|
||||
name: "Marco Gialli",
|
||||
handle: "@marco.gialli",
|
||||
testimonial: "Interventi rapidi e precisi su tutta la nostra rete di giardini.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-checking-leaves-potted-plant_23-2147918579.jpg",
|
||||
},
|
||||
name: "Marco Gialli", handle: "@marco.gialli", testimonial: "Interventi rapidi e precisi su tutta la nostra rete di giardini.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-checking-leaves-potted-plant_23-2147918579.jpg"},
|
||||
{
|
||||
name: "Elena Neri",
|
||||
handle: "@elena.neri",
|
||||
testimonial: "La cura dei dettagli è il loro punto di forza.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-walking-forest_23-2149557261.jpg",
|
||||
},
|
||||
name: "Elena Neri", handle: "@elena.neri", testimonial: "La cura dei dettagli è il loro punto di forza.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-walking-forest_23-2149557261.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Richiedi un Preventivo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Richiedi un Preventivo", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500809.jpg"
|
||||
imageAlt="Landscape maintenance professional team"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", alt: "Team member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-her-exterior-hobbies_23-2149367019.jpg",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-her-exterior-hobbies_23-2149367019.jpg", alt: "Team member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg", alt: "Team member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", alt: "Team member 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sostenibilità",
|
||||
},
|
||||
type: "text", text: "Sostenibilità"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professionalità",
|
||||
},
|
||||
type: "text", text: "Professionalità"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Qualità Certificata",
|
||||
},
|
||||
type: "text", text: "Qualità Certificata"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovazione",
|
||||
},
|
||||
type: "text", text: "Innovazione"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rispetto del Territorio",
|
||||
},
|
||||
type: "text", text: "Rispetto del Territorio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,9 +108,7 @@ export default function LandingPage() {
|
||||
title="Esperienza e Passione per il Paesaggio"
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri i Nostri Servizi",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Scopri i Nostri Servizi", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,32 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Manutenzione Parchi",
|
||||
tags: [
|
||||
"Verde",
|
||||
"Servizio",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-male-gardener-shaping-spiral-from-thuja-with-hedge-trimmer-back-yard-side-view_7502-10484.jpg",
|
||||
},
|
||||
id: "1", title: "Manutenzione Parchi", tags: [
|
||||
"Verde", "Servizio"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-male-gardener-shaping-spiral-from-thuja-with-hedge-trimmer-back-yard-side-view_7502-10484.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Impianti Irrigazione",
|
||||
tags: [
|
||||
"Tecnica",
|
||||
"Sostenibile",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-sustainable-greenhouse_23-2149072117.jpg",
|
||||
},
|
||||
id: "2", title: "Impianti Irrigazione", tags: [
|
||||
"Tecnica", "Sostenibile"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-sustainable-greenhouse_23-2149072117.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Potatura Alberi",
|
||||
tags: [
|
||||
"Specializzato",
|
||||
"Sicurezza",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening_1157-38539.jpg",
|
||||
},
|
||||
id: "3", title: "Potatura Alberi", tags: [
|
||||
"Specializzato", "Sicurezza"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening_1157-38539.jpg"},
|
||||
]}
|
||||
title="I Nostri Servizi"
|
||||
description="Offriamo soluzioni complete per la cura e la gestione del verde pubblico e privato."
|
||||
@@ -213,25 +145,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Anni di Attività",
|
||||
description: "Professionalità certificata.",
|
||||
icon: Award,
|
||||
id: "1", value: "15+", title: "Anni di Attività", description: "Professionalità certificata.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "200+",
|
||||
title: "Cantieri Conclusi",
|
||||
description: "Opere completate con successo.",
|
||||
icon: CheckCircle,
|
||||
id: "2", value: "200+", title: "Cantieri Conclusi", description: "Opere completate con successo.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Comuni Serviti",
|
||||
description: "Lavori su territorio pubblico.",
|
||||
icon: MapPin,
|
||||
id: "3", value: "50+", title: "Comuni Serviti", description: "Lavori su territorio pubblico.", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="I Numeri del Nostro Impegno"
|
||||
@@ -241,50 +161,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mario Rossi",
|
||||
role: "Direttore Lavori",
|
||||
company: "Comune",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-document_23-2149445754.jpg",
|
||||
},
|
||||
id: "1", name: "Mario Rossi", role: "Direttore Lavori", company: "Comune", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-document_23-2149445754.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luigi Bianchi",
|
||||
role: "Resp. Tecnico",
|
||||
company: "Parco Regionale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-office-partners-looking-blueprints-plans_482257-10523.jpg",
|
||||
},
|
||||
id: "2", name: "Luigi Bianchi", role: "Resp. Tecnico", company: "Parco Regionale", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-office-partners-looking-blueprints-plans_482257-10523.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anna Verdi",
|
||||
role: "Amministratore",
|
||||
company: "Consorzio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
id: "3", name: "Anna Verdi", role: "Amministratore", company: "Consorzio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca Neri",
|
||||
role: "Tecnico",
|
||||
company: "Gestione Verde",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-being-serious-while-looking-camera_23-2148242992.jpg",
|
||||
},
|
||||
id: "4", name: "Luca Neri", role: "Tecnico", company: "Gestione Verde", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-being-serious-while-looking-camera_23-2148242992.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sara Blu",
|
||||
role: "Consulente",
|
||||
company: "Area Urbana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg",
|
||||
},
|
||||
id: "5", name: "Sara Blu", role: "Consulente", company: "Area Urbana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg"},
|
||||
]}
|
||||
title="Cosa Dicono di Noi"
|
||||
description="La soddisfazione dei nostri partner pubblici e privati è la nostra migliore referenza."
|
||||
@@ -296,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Operate anche in privato?",
|
||||
content: "Principalmente ci occupiamo di lavori pubblici, ma accettiamo richieste selezionate per aree verdi di grandi dimensioni.",
|
||||
},
|
||||
id: "1", title: "Operate anche in privato?", content: "Principalmente ci occupiamo di lavori pubblici, ma accettiamo richieste selezionate per aree verdi di grandi dimensioni."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quali zone coprite?",
|
||||
content: "Operiamo principalmente a Melito, in tutta la provincia di Napoli e regioni limitrofe.",
|
||||
},
|
||||
id: "2", title: "Quali zone coprite?", content: "Operiamo principalmente a Melito, in tutta la provincia di Napoli e regioni limitrofe."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Come richiedere un sopralluogo?",
|
||||
content: "Contattaci tramite il modulo qui sotto o chiama il nostro ufficio per fissare un appuntamento.",
|
||||
},
|
||||
id: "3", title: "Come richiedere un sopralluogo?", content: "Contattaci tramite il modulo qui sotto o chiama il nostro ufficio per fissare un appuntamento."},
|
||||
]}
|
||||
sideTitle="Domande Frequenti"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -320,8 +207,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contatti"
|
||||
title="Richiedi un Preventivo"
|
||||
description="Siamo a disposizione per sopralluoghi e consulenze gratuite sul territorio."
|
||||
@@ -333,34 +219,23 @@ export default function LandingPage() {
|
||||
logoText="Tekno Green srl"
|
||||
columns={[
|
||||
{
|
||||
title: "Sede",
|
||||
items: [
|
||||
title: "Sede", items: [
|
||||
{
|
||||
label: "Corso Europa, Melito (NA)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Corso Europa, Melito (NA)", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servizi",
|
||||
items: [
|
||||
title: "Servizi", items: [
|
||||
{
|
||||
label: "Manutenzione Verde",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Manutenzione Verde", href: "#features"},
|
||||
{
|
||||
label: "Potatura Alberi",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Potatura Alberi", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legale",
|
||||
items: [
|
||||
title: "Legale", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user