Merge version_1 into main #1
176
src/app/page.tsx
176
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
name: "À propos", id: "about"},
|
||||
{
|
||||
name: "Traitements",
|
||||
id: "services",
|
||||
},
|
||||
name: "Traitements", id: "services"},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avis", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dr. Allombert"
|
||||
/>
|
||||
@@ -54,15 +46,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Votre plus beau sourire commence ici"
|
||||
description="Dr. Marianne Allombert, spécialiste qualifiée en orthopédie dento-faciale. Expertise, douceur et technologie pour enfants et adultes au cœur de Vaise, Lyon."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prendre rendez-vous", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-positive-young-woman-wearing-blouse_1262-2298.jpg"
|
||||
imageAlt="Cabinet dentaire moderne"
|
||||
@@ -76,31 +65,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Ans d'expérience",
|
||||
items: [
|
||||
"Secteur 1",
|
||||
"Qualité & Soins",
|
||||
],
|
||||
id: "m1", value: "20+", title: "Ans d'expérience", items: [
|
||||
"Secteur 1", "Qualité & Soins"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "ODF",
|
||||
title: "Spécialité",
|
||||
items: [
|
||||
"Spécialiste qualifiée",
|
||||
"Orthopédie",
|
||||
],
|
||||
id: "m2", value: "ODF", title: "Spécialité", items: [
|
||||
"Spécialiste qualifiée", "Orthopédie"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Vaise",
|
||||
title: "Localisation",
|
||||
items: [
|
||||
"Lyon 9e",
|
||||
"Accessible",
|
||||
],
|
||||
id: "m3", value: "Vaise", title: "Localisation", items: [
|
||||
"Lyon 9e", "Accessible"],
|
||||
},
|
||||
]}
|
||||
title="Une expertise reconnue"
|
||||
@@ -115,13 +89,9 @@ export default function LandingPage() {
|
||||
description="Plus de 20 ans d'exercice dédié à la santé dentaire et à l'harmonie des sourires à Vaise. Nous privilégions une approche douce, moderne et personnalisée pour chaque étape de votre traitement."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Ans d'expérience",
|
||||
},
|
||||
value: "20+", title: "Ans d'expérience"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Sur-mesure",
|
||||
},
|
||||
value: "100%", title: "Sur-mesure"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg"
|
||||
imageAlt="Dr. Allombert"
|
||||
@@ -137,29 +107,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Consultation",
|
||||
description: "Bilan initial complet, radiographies et plan personnalisé.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg",
|
||||
imageAlt: "Consultation orthodontie",
|
||||
},
|
||||
title: "Consultation", description: "Bilan initial complet, radiographies et plan personnalisé.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-sitting-beside-patient-dental-office_651396-3411.jpg", imageAlt: "Consultation orthodontie"},
|
||||
{
|
||||
title: "Appareils fixes",
|
||||
description: "Technique classique avec bagues métalliques ou céramiques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-patient-how-brush-teeth_107420-74175.jpg",
|
||||
imageAlt: "Appareils dentaires",
|
||||
},
|
||||
title: "Appareils fixes", description: "Technique classique avec bagues métalliques ou céramiques.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-patient-how-brush-teeth_107420-74175.jpg", imageAlt: "Appareils dentaires"},
|
||||
{
|
||||
title: "Gouttières",
|
||||
description: "Aligneurs invisibles et amovibles pour plus de confort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-assistant-examining-patient-teeth-with-dental-xray-machine_651396-1894.jpg",
|
||||
imageAlt: "Aligneurs dentaires",
|
||||
},
|
||||
title: "Gouttières", description: "Aligneurs invisibles et amovibles pour plus de confort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-assistant-examining-patient-teeth-with-dental-xray-machine_651396-1894.jpg", imageAlt: "Aligneurs dentaires"},
|
||||
{
|
||||
title: "Pédiatrie",
|
||||
description: "Suivi précoce dès 6 ans pour une croissance dentaire harmonieuse.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-wearing-surgical-gloves_107420-74190.jpg",
|
||||
imageAlt: "Suivi pédiatrique",
|
||||
},
|
||||
title: "Pédiatrie", description: "Suivi précoce dès 6 ans pour une croissance dentaire harmonieuse.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-wearing-surgical-gloves_107420-74190.jpg", imageAlt: "Suivi pédiatrique"},
|
||||
]}
|
||||
title="Traitements orthodontiques"
|
||||
description="Des solutions adaptées pour enfants, adolescents et adultes."
|
||||
@@ -168,49 +122,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophie L.",
|
||||
handle: "Patient",
|
||||
testimonial: "Très satisfaite du suivi pour mon fils, le Dr Allombert est très pédagogue.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-laughing-pink_179666-1679.jpg",
|
||||
},
|
||||
id: "t1", name: "Sophie L.", handle: "Patient", testimonial: "Très satisfaite du suivi pour mon fils, le Dr Allombert est très pédagogue.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-laughing-pink_179666-1679.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Thomas M.",
|
||||
handle: "Patient",
|
||||
testimonial: "Traitement adulte sans douleur et résultat impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg",
|
||||
},
|
||||
id: "t2", name: "Thomas M.", handle: "Patient", testimonial: "Traitement adulte sans douleur et résultat impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Claire F.",
|
||||
handle: "Patient",
|
||||
testimonial: "Très disponible pour les urgences, très rassurante.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-little-girl-near-teddy-bear-home_169016-13525.jpg",
|
||||
},
|
||||
id: "t3", name: "Claire F.", handle: "Patient", testimonial: "Très disponible pour les urgences, très rassurante.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-little-girl-near-teddy-bear-home_169016-13525.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marc B.",
|
||||
handle: "Patient",
|
||||
testimonial: "Une excellente orthodontiste, je la recommande vivement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-nurse-medic-emotion-pandemic_179666-24193.jpg",
|
||||
},
|
||||
id: "t4", name: "Marc B.", handle: "Patient", testimonial: "Une excellente orthodontiste, je la recommande vivement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-nurse-medic-emotion-pandemic_179666-24193.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julie D.",
|
||||
handle: "Patient",
|
||||
testimonial: "Ambiance calme et très professionnelle au cabinet.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6859.jpg",
|
||||
},
|
||||
id: "t5", name: "Julie D.", handle: "Patient", testimonial: "Ambiance calme et très professionnelle au cabinet.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6859.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Avis de nos patients"
|
||||
@@ -224,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quel est l'âge idéal pour une première consultation ?",
|
||||
content: "Il est recommandé de consulter dès 6 ou 7 ans pour prévenir tout problème de croissance.",
|
||||
},
|
||||
id: "f1", title: "Quel est l'âge idéal pour une première consultation ?", content: "Il est recommandé de consulter dès 6 ou 7 ans pour prévenir tout problème de croissance."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Les traitements sont-ils remboursés ?",
|
||||
content: "Nous sommes secteur 1, la prise en charge dépend de l'âge et de la mutuelle.",
|
||||
},
|
||||
id: "f2", title: "Les traitements sont-ils remboursés ?", content: "Nous sommes secteur 1, la prise en charge dépend de l'âge et de la mutuelle."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Comment gérer les urgences ?",
|
||||
content: "Appelez directement le secrétariat en cas de problème technique (bague, fil).",
|
||||
},
|
||||
id: "f3", title: "Comment gérer les urgences ?", content: "Appelez directement le secrétariat en cas de problème technique (bague, fil)."},
|
||||
]}
|
||||
title="Questions fréquentes"
|
||||
description="Tout ce qu'il faut savoir sur vos soins."
|
||||
@@ -252,14 +173,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Prenez rendez-vous directement par téléphone au 04 78 64 07 16 ou passez nous voir au 31 Grande Rue de Vaise."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler le cabinet",
|
||||
href: "tel:0478640716",
|
||||
},
|
||||
text: "Appeler le cabinet", href: "tel:0478640716"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,33 +188,21 @@ export default function LandingPage() {
|
||||
logoText="Dr. Marianne Allombert"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "À propos",
|
||||
href: "#about",
|
||||
},
|
||||
label: "À propos", href: "#about"},
|
||||
{
|
||||
label: "Traitements",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Traitements", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
title: "Informations", items: [
|
||||
{
|
||||
label: "04 78 64 07 16",
|
||||
href: "tel:0478640716",
|
||||
},
|
||||
label: "04 78 64 07 16", href: "tel:0478640716"},
|
||||
{
|
||||
label: "31 Grande Rue de Vaise",
|
||||
href: "#",
|
||||
},
|
||||
label: "31 Grande Rue de Vaise", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user