Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-23 01:39:12 +00:00

View File

@@ -20,31 +20,23 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Accueil",
id: "hero",
},
{
name: "Le Cabinet",
id: "about",
},
{
name: "Équipe",
id: "team",
},
{
name: "Soins",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Accueil", id: "hero" },
{ name: "Le Cabinet", id: "about" },
{ name: "Équipe", id: "team" },
{ name: "Soins", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Cabinet La Dent Bleue"
/>
@@ -52,104 +44,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Cabinet La Dent Bleue : Votre sourire est notre priorité"
description="Dr Sautereau, Dr Ulrich et Dr Terrier vous accueillent dans un environnement moderne et apaisant à Sainte-Anne, Guadeloupe."
testimonials={[
{
name: "Michel G.",
handle: "Patient",
testimonial: "Cabinet dentaire au top, très bien accueilli. Rdv rapide.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg",
},
{
name: "Marie L.",
handle: "Patiente",
testimonial: "Une équipe douce et très professionnelle.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-looking-happy-grey-background_176420-20375.jpg",
},
{
name: "Jean B.",
handle: "Patient",
testimonial: "Des soins rapides et d'une grande qualité.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shy-bearded-redhead-guy-posing-against-white-wall_176420-33203.jpg",
},
{
name: "Sophie P.",
handle: "Patiente",
testimonial: "Enfin un cabinet dentaire efficace en Guadeloupe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-wall_23-2148648215.jpg",
},
{
name: "Marc T.",
handle: "Patient",
testimonial: "Très bonne équipe, rassurante et compétente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg",
},
]}
buttons={[
{
text: "Prendre rendez-vous",
href: "#contact",
},
{ name: "Michel G.", handle: "Patient", testimonial: "Cabinet dentaire au top, très bien accueilli. Rdv rapide.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg" },
{ name: "Marie L.", handle: "Patiente", testimonial: "Une équipe douce et très professionnelle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-looking-happy-grey-background_176420-20375.jpg" },
{ name: "Jean B.", handle: "Patient", testimonial: "Des soins rapides et d'une grande qualité.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shy-bearded-redhead-guy-posing-against-white-wall_176420-33203.jpg" },
{ name: "Sophie P.", handle: "Patiente", testimonial: "Enfin un cabinet dentaire efficace en Guadeloupe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-leaning-wall_23-2148648215.jpg" },
{ name: "Marc T.", handle: "Patient", testimonial: "Très bonne équipe, rassurante et compétente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg" },
]}
buttons={[{ text: "Prendre rendez-vous", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg",
alt: "Patient 1",
},
{
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg",
alt: "Patient 2",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-redhead-girl-sitting-dentist-chair-with-mirror-hands-looking-camera_613910-17783.jpg",
alt: "Patient 3",
},
{
src: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg",
alt: "Patient 4",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-couple-makes-photo-outdoors_146671-15113.jpg",
alt: "Patient 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg", alt: "Patient 1" },
{ src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg", alt: "Patient 2" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-smiling-redhead-girl-sitting-dentist-chair-with-mirror-hands-looking-camera_613910-17783.jpg", alt: "Patient 3" },
{ src: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg", alt: "Patient 4" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-couple-makes-photo-outdoors_146671-15113.jpg", alt: "Patient 5" },
]}
avatarText="Rejoignez nos patients satisfaits"
marqueeItems={[
{
type: "text-icon",
text: "Hygiène exemplaire",
icon: Shield,
},
{
type: "text-icon",
text: "Technologie moderne",
icon: Sparkles,
},
{
type: "text-icon",
text: "Suivi personnalisé",
icon: Heart,
},
{
type: "text-icon",
text: "Urgences dentaires",
icon: AlertCircle,
},
{
type: "text-icon",
text: "Accès facile",
icon: MapPin,
},
{ type: "text-icon", text: "Hygiène exemplaire", icon: Shield },
{ type: "text-icon", text: "Technologie moderne", icon: Sparkles },
{ type: "text-icon", text: "Suivi personnalisé", icon: Heart },
{ type: "text-icon", text: "Urgences dentaires", icon: AlertCircle },
{ type: "text-icon", text: "Accès facile", icon: MapPin },
]}
/>
</div>
@@ -159,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Une expertise dédiée à votre santé dentaire"
description="Situé sur le Boulevard Hegesippe Ibene, notre cabinet allie technologie de pointe et approche humaine pour vous offrir des soins de qualité, dans une atmosphère sereine."
imageSrc="http://img.b2bpic.net/free-photo/joyful-female-dentist-male-patient-sitting-dental-office_651396-2610.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/joyful-female-dentist-male-patient-sitting-dental-office_651396-2610.jpg"
/>
</div>
@@ -170,27 +90,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
{
id: "dr-1",
name: "Dr Sautereau Johan",
role: "Chirurgien-dentiste",
description: "Expertise en soins conservateurs.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-researcher-lab-with-clipboard_23-2148816377.jpg",
},
{
id: "dr-2",
name: "Dr Ulrich Julie",
role: "Chirurgien-dentiste",
description: "Spécialisée en esthétique dentaire.",
imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg",
},
{
id: "dr-3",
name: "Dr Terrier Laura",
role: "Chirurgien-dentiste",
description: "Reconnue pour son efficacité et sa douceur.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-male-dentist-clinic_23-2147879205.jpg",
},
{ id: "dr-1", name: "Dr Sautereau Johan", role: "Chirurgien-dentiste", description: "Expertise en soins conservateurs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-researcher-lab-with-clipboard_23-2148816377.jpg" },
{ id: "dr-2", name: "Dr Ulrich Julie", role: "Chirurgien-dentiste", description: "Spécialisée en esthétique dentaire.", imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg" },
{ id: "dr-3", name: "Dr Terrier Laura", role: "Chirurgien-dentiste", description: "Reconnue pour son efficacité et sa douceur.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-male-dentist-clinic_23-2147879205.jpg" },
]}
title="Notre équipe de praticiens"
description="Trois spécialistes à votre écoute pour vous accompagner dans tous vos besoins dentaires."
@@ -202,21 +104,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Soins courants",
description: "Détartrage, caries et suivis réguliers.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473213.jpg",
},
{
title: "Orthodontie",
description: "Alignement dentaire pour enfants et adultes.",
imageSrc: "http://img.b2bpic.net/free-photo/headportrait-beautiful-young-female-with-freckles-facial-piercing-braces-smiling-excitedly-keeping-eyes-closed-waiting-surprise_343059-3917.jpg",
},
{
title: "Chirurgie et implants",
description: "Solutions durables pour remplacer vos dents.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-template-dental-clinic-business_23-2149575896.jpg",
},
{ title: "Soins courants", description: "Détartrage, caries et suivis réguliers.", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473213.jpg" },
{ title: "Orthodontie", description: "Alignement dentaire pour enfants et adultes.", imageSrc: "http://img.b2bpic.net/free-photo/headportrait-beautiful-young-female-with-freckles-facial-piercing-braces-smiling-excitedly-keeping-eyes-closed-waiting-surprise_343059-3917.jpg" },
{ title: "Chirurgie et implants", description: "Solutions durables pour remplacer vos dents.", imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-template-dental-clinic-business_23-2149575896.jpg" },
]}
title="Nos services de soins"
description="Nous proposons une large gamme de traitements adaptés à toute la famille."
@@ -225,44 +115,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Michel G.",
role: "Patient",
testimonial: "Cabinet dentaire au top.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3521.jpg",
},
{
id: "2",
name: "Marie L.",
role: "Patiente",
testimonial: "Une équipe douce et très professionnelle.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg",
},
{
id: "3",
name: "Jean B.",
role: "Patient",
testimonial: "Des soins rapides et d'une grande qualité.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg",
},
{
id: "4",
name: "Sophie P.",
role: "Patiente",
testimonial: "Enfin un cabinet agréable.",
imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg",
},
{
id: "5",
name: "Marc T.",
role: "Patient",
testimonial: "Rassurant et très compétent.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3566.jpg",
},
{ id: "1", name: "Michel G.", role: "Patient", testimonial: "Cabinet dentaire au top.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3521.jpg" },
{ id: "2", name: "Marie L.", role: "Patiente", testimonial: "Une équipe douce et très professionnelle.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg" },
{ id: "3", name: "Jean B.", role: "Patient", testimonial: "Des soins rapides et d'une grande qualité.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg" },
{ id: "4", name: "Sophie P.", role: "Patiente", testimonial: "Enfin un cabinet agréable.", imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg" },
{ id: "5", name: "Marc T.", role: "Patient", testimonial: "Rassurant et très compétent.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3566.jpg" },
]}
title="Ce que nos patients disent de nous"
description="La satisfaction de nos patients est le cœur de notre pratique."
@@ -274,27 +135,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Comment prendre rendez-vous ?",
content: "Appelez-nous au 0590 590 03 57 22.",
},
{
id: "f2",
title: "Quels sont les horaires ?",
content: "Du lundi au vendredi, dès 8h00.",
},
{
id: "f3",
title: "Prenez-vous les urgences ?",
content: "Contactez-nous directement pour une prise en charge.",
},
{ id: "f1", title: "Comment prendre rendez-vous ?", content: "Appelez-nous au 0590 590 03 57 22." },
{ id: "f2", title: "Quels sont les horaires ?", content: "Du lundi au vendredi, dès 8h00." },
{ id: "f3", title: "Prenez-vous les urgences ?", content: "Contactez-nous directement pour une prise en charge." },
]}
mediaAnimation="slide-up"
title="Questions fréquentes"
description="Tout ce qu'il faut savoir avant votre visite."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/joyful-female-dentist-male-patient-sitting-dental-office_651396-2610.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/joyful-female-dentist-male-patient-sitting-dental-office_651396-2610.jpg"
/>
</div>
@@ -305,21 +154,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "15+",
description: "Années d'expérience",
},
{
id: "m2",
value: "4.5/5",
description: "Note moyenne Google",
},
{
id: "m3",
value: "100%",
description: "Engagement sécurité",
},
{ id: "m1", value: "15+", description: "Années d'expérience" },
{ id: "m2", value: "4.5/5", description: "Note moyenne Google" },
{ id: "m3", value: "100%", description: "Engagement sécurité" },
]}
title="Notre engagement"
description="Des chiffres qui témoignent de notre exigence."
@@ -332,30 +169,11 @@ export default function LandingPage() {
title="Prenez rendez-vous"
description="Contactez-nous pour toute demande."
inputs={[
{
name: "name",
type: "text",
placeholder: "Nom",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Téléphone",
required: true,
},
{ name: "name", type: "text", placeholder: "Nom", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true },
{ name: "phone", type: "tel", placeholder: "Téléphone", required: true },
]}
textarea={{
name: "message",
placeholder: "Votre message",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Votre message", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/woman-stomatologist-speaking-video-camera-sitting-chair-dental-clinic-with-assistent-background-dentistry-doctor-looking-webcam-explaining-treatment-while-nurse-is-talking-with-patient_482257-13315.jpg"
/>
</div>
@@ -363,14 +181,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Cabinet La Dent Bleue"
leftLink={{
text: "Mentions légales",
href: "#",
}}
rightLink={{
text: "Prendre RDV",
href: "#contact",
}}
leftLink={{ text: "Mentions légales", href: "#" }}
rightLink={{ text: "Prendre RDV", href: "#contact" }}
/>
</div>
</ReactLenis>