Merge version_1 into main #2
268
src/app/page.tsx
268
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servizi",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Chi Siamo", id: "about" },
|
||||
{ name: "Servizi", id: "features" },
|
||||
{ name: "Contatti", id: "contact" },
|
||||
]}
|
||||
brandName="Asti Guerino"
|
||||
/>
|
||||
@@ -52,66 +40,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Il tuo punto di fiducia per il giardinaggio a Mascalucia"
|
||||
description="Prodotti di qualità, consigli esperti, e servizio locale che puoi toccare con mano. Chiama oggi e scopri come trasformare il tuo giardino."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-male-gardener-showing-pot-plant-his-hand_23-2147844284.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+39000000000",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-male-gardener-showing-pot-plant-his-hand_23-2147844284.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg", alt: "Client" },
|
||||
]}
|
||||
buttons={[{ text: "Chiama Ora", href: "tel:+39000000000" }]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Esperto Locale",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Qualità Garantita",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Consegna Veloce",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Consulenza Verde",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Massima Soddisfazione",
|
||||
icon: ThumbsUp,
|
||||
},
|
||||
{ type: "text-icon", text: "Esperto Locale", icon: MapPin },
|
||||
{ type: "text-icon", text: "Qualità Garantita", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Consegna Veloce", icon: Truck },
|
||||
{ type: "text-icon", text: "Consulenza Verde", icon: Leaf },
|
||||
{ type: "text-icon", text: "Massima Soddisfazione", icon: ThumbsUp },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,31 +67,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="La nostra esperienza al tuo servizio"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Anni di Esperienza",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clienti Soddisfatti",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Prodotti in Catalogo",
|
||||
value: "1000+",
|
||||
},
|
||||
{
|
||||
icon: Map,
|
||||
label: "Progetti a Mascalucia",
|
||||
value: "300+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Certificazioni",
|
||||
value: "15+",
|
||||
},
|
||||
{ icon: CheckCircle, label: "Anni di Esperienza", value: "20+" },
|
||||
{ icon: Users, label: "Clienti Soddisfatti", value: "500+" },
|
||||
{ icon: Leaf, label: "Prodotti in Catalogo", value: "1000+" },
|
||||
{ icon: Map, label: "Progetti a Mascalucia", value: "300+" },
|
||||
{ icon: Award, label: "Certificazioni", value: "15+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -156,53 +82,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Attrezzatura Professionale",
|
||||
description: "Strumenti di alta qualità selezionati per durare nel tempo.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg?_wi=1",
|
||||
imageAlt: "Attrezzi",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg?_wi=2",
|
||||
imageAlt: "Attrezzi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-standing-rows-with-potted-plants-cutting-bush-greenhouse-man-working-garden-growing-plants-pots-gardening-job-concept_74855-12788.jpg",
|
||||
imageAlt: "mascalucia gardening expert professional",
|
||||
},
|
||||
{
|
||||
title: "Consulenza Personalizzata",
|
||||
description: "I nostri esperti ti guidano nella scelta delle piante migliori.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-communicating-while-checking-growth-plants-plant-nursery_637285-1526.jpg?_wi=1",
|
||||
imageAlt: "Consulenza",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-communicating-while-checking-growth-plants-plant-nursery_637285-1526.jpg?_wi=2",
|
||||
imageAlt: "Consulenza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-florist-work_23-2149235713.jpg",
|
||||
imageAlt: "local gardening expert consulting",
|
||||
},
|
||||
{
|
||||
title: "Consegna Rapida",
|
||||
description: "Portiamo tutto il necessario direttamente a casa tua.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-holding-planted-cactus-plant-glass-bottle_23-2148165214.jpg?_wi=1",
|
||||
imageAlt: "Consegna",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-holding-planted-cactus-plant-glass-bottle_23-2148165214.jpg?_wi=2",
|
||||
imageAlt: "Consegna",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg?_wi=3",
|
||||
imageAlt: "high quality gardening tools set",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Soluzioni complete per il tuo verde"
|
||||
description="Dalla progettazione alla cura quotidiana, offriamo tutto ciò che serve per un giardino rigoglioso."
|
||||
features={[
|
||||
{
|
||||
title: "Attrezzatura Professionale", description: "Strumenti di alta qualità selezionati per durare nel tempo.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg", imageAlt: "Attrezzi" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148175876.jpg", imageAlt: "Attrezzi" },
|
||||
},
|
||||
{
|
||||
title: "Consulenza Personalizzata", description: "I nostri esperti ti guidano nella scelta delle piante migliori.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/two-workers-communicating-while-checking-growth-plants-plant-nursery_637285-1526.jpg", imageAlt: "Consulenza" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-workers-communicating-while-checking-growth-plants-plant-nursery_637285-1526.jpg", imageAlt: "Consulenza" },
|
||||
},
|
||||
{
|
||||
title: "Consegna Rapida", description: "Portiamo tutto il necessario direttamente a casa tua.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-holding-planted-cactus-plant-glass-bottle_23-2148165214.jpg", imageAlt: "Consegna" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-holding-planted-cactus-plant-glass-bottle_23-2148165214.jpg", imageAlt: "Consegna" },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,56 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
date: "2024-05-12",
|
||||
title: "Ottimo servizio",
|
||||
quote: "Consigli esperti e prodotti di altissima qualità.",
|
||||
tag: "Garden",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giulia Bianchi",
|
||||
date: "2024-06-01",
|
||||
title: "Molto gentili",
|
||||
quote: "Hanno trasformato il mio piccolo giardino in un oasi.",
|
||||
tag: "Home",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca Verdi",
|
||||
date: "2024-06-15",
|
||||
title: "Professionisti",
|
||||
quote: "Veloci e precisi nella consegna, assolutamente consigliati.",
|
||||
tag: "Work",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anna Neri",
|
||||
date: "2024-07-02",
|
||||
title: "Eccellente",
|
||||
quote: "Grazie ad Asti Guerino ho finalmente un prato perfetto.",
|
||||
tag: "Home",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-showing-pot-plant-his-hand_23-2147844284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-showing-pot-plant-his-hand_23-2147844284.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Paolo Gialli",
|
||||
date: "2024-07-10",
|
||||
title: "Molto soddisfatto",
|
||||
quote: "Prezzi giusti e ottimi consigli su cosa piantare.",
|
||||
tag: "Garden",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco Rossi", date: "2024-05-12", title: "Ottimo servizio", quote: "Consigli esperti e prodotti di altissima qualità.", tag: "Garden", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg" },
|
||||
{ id: "2", name: "Giulia Bianchi", date: "2024-06-01", title: "Molto gentili", quote: "Hanno trasformato il mio piccolo giardino in un oasi.", tag: "Home", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg" },
|
||||
{ id: "3", name: "Luca Verdi", date: "2024-06-15", title: "Professionisti", quote: "Veloci e precisi nella consegna, assolutamente consigliati.", tag: "Work", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg" },
|
||||
{ id: "4", name: "Anna Neri", date: "2024-07-02", title: "Eccellente", quote: "Grazie ad Asti Guerino ho finalmente un prato perfetto.", tag: "Home", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-showing-pot-plant-his-hand_23-2147844284.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-showing-pot-plant-his-hand_23-2147844284.jpg" },
|
||||
{ id: "5", name: "Paolo Gialli", date: "2024-07-10", title: "Molto soddisfatto", quote: "Prezzi giusti e ottimi consigli su cosa piantare.", tag: "Garden", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg" },
|
||||
]}
|
||||
title="Cosa dicono i nostri clienti"
|
||||
description="La fiducia dei nostri clienti è il nostro miglior biglietto da visita."
|
||||
@@ -273,30 +124,11 @@ export default function LandingPage() {
|
||||
title="Richiedi un preventivo"
|
||||
description="Contattaci per una consulenza gratuita o per ordinare i tuoi prodotti."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Il tuo nome",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Numero di telefono",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Il tuo nome", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Numero di telefono", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Come possiamo aiutarti?",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Come possiamo aiutarti?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-female-gardener-watering-trimming-seedlings-crate_23-2148165329.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -306,16 +138,8 @@ export default function LandingPage() {
|
||||
logoText="Asti Guerino Pollice Verde"
|
||||
copyrightText="© 2025 Asti Guerino Pollice Verde. Tutti i diritti riservati."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user