Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 179a9ae6ca |
190
src/app/page.tsx
190
src/app/page.tsx
@@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -32,96 +32,28 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Servizi",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servizi", id: "services"},
|
||||
{
|
||||
name: "Il Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Il Team", id: "team"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="Centro-Idea"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
<HeroBillboardScroll
|
||||
title="Sorrisi sani, vita migliore."
|
||||
description="Benvenuti a Centro-Idea, il vostro studio dentistico di fiducia. Prenotate oggi il vostro appuntamento per un controllo accurato."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marco Rossi",
|
||||
handle: "@marco",
|
||||
testimonial: "Professionalità e gentilezza. Il miglior studio in cui sia mai stato.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Bianchi",
|
||||
handle: "@elena",
|
||||
testimonial: "Studio pulitissimo e personale sempre disponibile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg",
|
||||
},
|
||||
{
|
||||
name: "Giuseppe Verdi",
|
||||
handle: "@giuseppe",
|
||||
testimonial: "Trattamenti indolori e risultati eccellenti.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-hair-sitting-park_273609-15386.jpg",
|
||||
},
|
||||
{
|
||||
name: "Lucia Neri",
|
||||
handle: "@lucia",
|
||||
testimonial: "Staff competente e molto attento alle esigenze dei pazienti.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15896.jpg",
|
||||
},
|
||||
{
|
||||
name: "Filippo Gialli",
|
||||
handle: "@filippo",
|
||||
testimonial: "Consiglio vivamente Centro-Idea per l'igiene orale.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117901.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota ora", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-stomatology-orthodontic-hospital-cabinet-with-nobody-it-equipped-with-modern-furniture-teet_482257-2882.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg",
|
||||
alt: "Patient 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-doctor-speaking-with-patient_23-2147896697.jpg",
|
||||
alt: "Patient 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-patient-talking-doctor_23-2149941500.jpg",
|
||||
alt: "Patient 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-woman-touches-face-gently-closes-eyes-from-pleasure-enjoys-softness-skin-smiles-broadly-shows-white-teeth-isolated-vivid-red-background-sincere-emotions_273609-57978.jpg",
|
||||
alt: "Patient 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-fair-haired-young-woman-smiles-broadly-shows-white-perfect-teeth-being-good-mood-wears-casual-jumper-hat-isolated-brown-background-positive-emotions-concept_273609-58687.jpg",
|
||||
alt: "Patient 5",
|
||||
},
|
||||
]}
|
||||
background={{ variant: 'plain' }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,19 +64,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Anni di esperienza",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Anni di esperienza", value: "15+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Pazienti soddisfatti",
|
||||
value: "2000+",
|
||||
},
|
||||
label: "Pazienti soddisfatti", value: "2000+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Trattamenti eseguiti",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Trattamenti eseguiti", value: "5000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -158,26 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Checkup Dentale",
|
||||
description: "Controllo completo e pulizia professionale per denti sani.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/collection-orthodontic-instruments-dental-procedure_651396-2230.jpg",
|
||||
buttonText: "Dettagli",
|
||||
},
|
||||
title: "Checkup Dentale", description: "Controllo completo e pulizia professionale per denti sani.", imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/collection-orthodontic-instruments-dental-procedure_651396-2230.jpg", buttonText: "Dettagli"},
|
||||
{
|
||||
title: "Implantologia",
|
||||
description: "Soluzioni avanzate per ripristinare il tuo sorriso naturale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67470.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/dentist-attaching-metal-braces-patient-teeth_651396-2617.jpg",
|
||||
buttonText: "Dettagli",
|
||||
},
|
||||
title: "Implantologia", description: "Soluzioni avanzate per ripristinare il tuo sorriso naturale.", imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67470.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/dentist-attaching-metal-braces-patient-teeth_651396-2617.jpg", buttonText: "Dettagli"},
|
||||
{
|
||||
title: "Sbiancamento",
|
||||
description: "Trattamenti estetici per un sorriso più luminoso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-fair-haired-european-woman-points-index-fingers-mouth-forces-cheerful-smile-shows-perfect-white-teeth-wears-green-jumper-being-good-mood-isolated-purple-background_273609-57171.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/female-dentist-working-dental-tool-clinic_23-2147905883.jpg",
|
||||
buttonText: "Dettagli",
|
||||
},
|
||||
title: "Sbiancamento", description: "Trattamenti estetici per un sorriso più luminoso.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-fair-haired-european-woman-points-index-fingers-mouth-forces-cheerful-smile-shows-perfect-white-teeth-wears-green-jumper-being-good-mood-isolated-purple-background_273609-57171.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/female-dentist-working-dental-tool-clinic_23-2147905883.jpg", buttonText: "Dettagli"},
|
||||
]}
|
||||
title="I Nostri Servizi"
|
||||
description="Offriamo soluzioni complete per ogni esigenza del tuo sorriso."
|
||||
@@ -192,23 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "d1",
|
||||
name: "Dr. Rossi",
|
||||
role: "Direttore Clinico",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-looking-camera-smiling-while-elderly-patient-waiting-him-background-dental-hygiene-stomatologist-with-protection-glasses-standing-front-webcam-stomatological-clinic_482257-3573.jpg",
|
||||
},
|
||||
id: "d1", name: "Dr. Rossi", role: "Direttore Clinico", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-looking-camera-smiling-while-elderly-patient-waiting-him-background-dental-hygiene-stomatologist-with-protection-glasses-standing-front-webcam-stomatological-clinic_482257-3573.jpg"},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Dr.ssa Verdi",
|
||||
role: "Ortodontista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
||||
},
|
||||
id: "d2", name: "Dr.ssa Verdi", role: "Ortodontista", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg"},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Dr. Bianchi",
|
||||
role: "Igienista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-teeth-girl-dental-office-dentistry-concept_169016-66731.jpg",
|
||||
},
|
||||
id: "d3", name: "Dr. Bianchi", role: "Igienista", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-teeth-girl-dental-office-dentistry-concept_169016-66731.jpg"},
|
||||
]}
|
||||
title="Il Nostro Team"
|
||||
description="Specialisti al tuo servizio."
|
||||
@@ -222,40 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Giulia M.",
|
||||
role: "Paziente",
|
||||
testimonial: "Sono finalmente tornata a sorridere grazie a loro.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2149042144.jpg",
|
||||
},
|
||||
id: "1", name: "Giulia M.", role: "Paziente", testimonial: "Sono finalmente tornata a sorridere grazie a loro.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2149042144.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luca P.",
|
||||
role: "Paziente",
|
||||
testimonial: "Veloci, precisi e davvero professionali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
|
||||
},
|
||||
id: "2", name: "Luca P.", role: "Paziente", testimonial: "Veloci, precisi e davvero professionali.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sara B.",
|
||||
role: "Paziente",
|
||||
testimonial: "Ottima accoglienza e cure eccellenti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg",
|
||||
},
|
||||
id: "3", name: "Sara B.", role: "Paziente", testimonial: "Ottima accoglienza e cure eccellenti.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fabio S.",
|
||||
role: "Paziente",
|
||||
testimonial: "Molto gentili anche con chi ha paura del dentista.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-outdoors_23-2148613013.jpg",
|
||||
},
|
||||
id: "4", name: "Fabio S.", role: "Paziente", testimonial: "Molto gentili anche con chi ha paura del dentista.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-outdoors_23-2148613013.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna C.",
|
||||
role: "Paziente",
|
||||
testimonial: "Consigliatissimo per tutta la famiglia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-artist-with-brush_23-2149050558.jpg",
|
||||
},
|
||||
id: "5", name: "Anna C.", role: "Paziente", testimonial: "Consigliatissimo per tutta la famiglia.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-artist-with-brush_23-2149050558.jpg"},
|
||||
]}
|
||||
title="Cosa dicono i nostri pazienti"
|
||||
description="La salute del vostro sorriso è la nostra priorità."
|
||||
@@ -268,20 +142,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Come posso prenotare?",
|
||||
content: "Puoi chiamarci al telefono o usare il modulo contatti.",
|
||||
},
|
||||
id: "f1", title: "Come posso prenotare?", content: "Puoi chiamarci al telefono o usare il modulo contatti."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Accettate convenzioni?",
|
||||
content: "Sì, siamo convenzionati con i principali fondi sanitari.",
|
||||
},
|
||||
id: "f2", title: "Accettate convenzioni?", content: "Sì, siamo convenzionati con i principali fondi sanitari."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fate visite per bambini?",
|
||||
content: "Certamente, offriamo percorsi dedicati ai più piccoli.",
|
||||
},
|
||||
id: "f3", title: "Fate visite per bambini?", content: "Certamente, offriamo percorsi dedicati ai più piccoli."},
|
||||
]}
|
||||
title="Domande Frequenti"
|
||||
description="Tutto quello che c'è da sapere."
|
||||
@@ -293,8 +158,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contatti"
|
||||
title="Prenota ora la tua visita"
|
||||
description="Lascia il tuo numero o scrivici per fissare il tuo appuntamento."
|
||||
@@ -312,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user