Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-12 16:37:05 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Award, Zap, Smile, Star, Quote } from "lucide-react";
import { Award, Zap, Smile, Star, Quote, Calendar, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -82,9 +82,11 @@ export default function HomePage() {
showDimOverlay={true}
buttons={[
{
text: "Prendre rendez-vous", href: "/contact"},
text: "Prendre rendez-vous", href: "/contact"
},
{
text: "Découvrir nos services", href: "/services"},
text: "Découvrir nos services", href: "/services"
},
]}
buttonAnimation="slide-up"
ariaLabel="Section héro - Bienvenue à BADR SMILE CENTER"
@@ -98,16 +100,20 @@ export default function HomePage() {
metrics={[
{
id: "1", icon: Award,
title: "Dentistes Expérimentés", value: "15+ ans"},
title: "Dentistes Expérimentés", value: "15+ ans"
},
{
id: "2", icon: Zap,
title: "Technologie Moderne", value: "100%"},
title: "Technologie Moderne", value: "100%"
},
{
id: "3", icon: Smile,
title: "Résultats Naturels", value: "Garantis"},
title: "Résultats Naturels", value: "Garantis"
},
{
id: "4", icon: Star,
title: "Service Professionnel", value: "5 étoiles"},
title: "Service Professionnel", value: "5 étoiles"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -124,17 +130,23 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Transformation Blanchiment", handle: "Résultat éclatant", testimonial: "Notre expert a réalisé une transformation complète du sourire avec un blanchiment professionnel. Résultat naturel et durable.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg", imageAlt: "Avant et après blanchiment dentaire"},
id: "1", name: "Transformation Blanchiment", handle: "Résultat éclatant", testimonial: "Notre expert a réalisé une transformation complète du sourire avec un blanchiment professionnel. Résultat naturel et durable.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg", imageAlt: "Avant et après blanchiment dentaire"
},
{
id: "2", name: "Implant Dentaire", handle: "Restauration complète", testimonial: "Procédure d'implant réussie avec résultat esthétique impeccable. Le sourire retrouve sa confiance naturelle.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", imageAlt: "Avant et après implant dentaire"},
id: "2", name: "Implant Dentaire", handle: "Restauration complète", testimonial: "Procédure d'implant réussie avec résultat esthétique impeccable. Le sourire retrouve sa confiance naturelle.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", imageAlt: "Avant et après implant dentaire"
},
{
id: "3", name: "Design du Sourire", handle: "Transformation totale", testimonial: "Notre approche complète du design du sourire a transformé cette smile. Alignement et esthétique parfaits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg", imageAlt: "Avant et après design du sourire"},
id: "3", name: "Design du Sourire", handle: "Transformation totale", testimonial: "Notre approche complète du design du sourire a transformé cette smile. Alignement et esthétique parfaits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg", imageAlt: "Avant et après design du sourire"
},
{
id: "4", name: "Restauration Complète", handle: "Résultat naturel", testimonial: "Restauration esthétique et fonctionnelle complète. Un sourire nouveau avec une qualité premium garantie.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66944.jpg", imageAlt: "Avant et après restauration dentaire"},
id: "4", name: "Restauration Complète", handle: "Résultat naturel", testimonial: "Restauration esthétique et fonctionnelle complète. Un sourire nouveau avec une qualité premium garantie.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66944.jpg", imageAlt: "Avant et après restauration dentaire"
},
{
id: "5", name: "Blanchiment Avancé", handle: "Sourire premium", testimonial: "Blanchiment professionnel associé à des soins esthétiques. Résultat éclatant et naturel garanti.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg", imageAlt: "Avant et après blanchiment professionnel"},
id: "5", name: "Blanchiment Avancé", handle: "Sourire premium", testimonial: "Blanchiment professionnel associé à des soins esthétiques. Résultat éclatant et naturel garanti.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg", imageAlt: "Avant et après blanchiment professionnel"
},
{
id: "6", name: "Correction Complète", handle: "Confiance retrouvée", testimonial: "Notre équipe a réalisé une correction complète pour un sourire harmonieux et éclairant. Satisfaction garantie.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", imageAlt: "Avant et après correction dentaire"},
id: "6", name: "Correction Complète", handle: "Confiance retrouvée", testimonial: "Notre équipe a réalisé une correction complète pour un sourire harmonieux et éclairant. Satisfaction garantie.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", imageAlt: "Avant et après correction dentaire"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -148,10 +160,12 @@ export default function HomePage() {
<TextSplitAbout
title="Pourquoi Nous Choisir"
description={[
"BADR SMILE CENTER est une clinique dentaire de référence en soins esthétiques et en blanchiment dentaire. Notre équipe combine expertise professionnelle, technologie de pointe et approche bienveillante pour transformer vos sourires.", "Nous nous engageons à fournir des résultats naturels et durables. Chaque patient reçoit un plan de traitement personnalisé conçu pour atteindre ses objectifs spécifiques avec la qualité premium qu'il mérite."]}
"BADR SMILE CENTER est une clinique dentaire de référence en soins esthétiques et en blanchiment dentaire. Notre équipe combine expertise professionnelle, technologie de pointe et approche bienveillante pour transformer vos sourires.", "Nous nous engageons à fournir des résultats naturels et durables. Chaque patient reçoit un plan de traitement personnalisé conçu pour atteindre ses objectifs spécifiques avec la qualité premium qu'il mérite."
]}
buttons={[
{
text: "En savoir plus", href: "/about"},
text: "En savoir plus", href: "/about"
},
]}
buttonAnimation="slide-up"
showBorder={false}
@@ -163,7 +177,7 @@ export default function HomePage() {
<div id="appointment" data-section="appointment">
<ContactSplit
tag="Prenez RDV"
tagIcon={"Calendar"}
tagIcon={Calendar}
tagAnimation="slide-up"
title="Réservez Votre Consultation"
description="Nous vous accueillons pour une consultation gratuite. Nos experts vous conseilleront sur le meilleur traitement adapté à vos besoins."
@@ -180,6 +194,23 @@ export default function HomePage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Contactez-Nous"
tagIcon={Phone}
tagAnimation="slide-up"
title="Nous Sommes À Votre Écoute"
description="BADR SMILE CENTER - Clinique Dentaire Premium. Téléphone: 0636 27 38 89. Localisation: Wilaya Center. Horaires d'ouverture: Lundi-Samedi 8h-19h, Dimanche fermé."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/nobody-doctors-office-with-medical-equipment-tools_482257-27168.jpg"
imageAlt="Localisation et contact de la clinique"
mediaAnimation="blur-reveal"
mediaPosition="left"
ariaLabel="Section de contact avec informations"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}