Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Clinique Imane Médico-Chirurgicale"
|
||||
description="Votre santé est notre priorité. Nous offrons des soins médico-chirurgicaux d'excellence 24h/24, 7j/7, avec une équipe dédiée et des installations à la pointe de la technologie."
|
||||
description="Votre santé est notre priorité. Nous offrons des soins médico-chirurgicaux d'excellence 24h/24, 7j/7, avec une équipe dédiée et des installations à la pointe de la technologie. Contactez-nous au 031 75 89 42."
|
||||
buttons={[
|
||||
{ text: "Prendre Rendez-vous", href: "#contact" },
|
||||
{ text: "Nos Services", href: "#features" },
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="À Propos de Clinique Imane"
|
||||
description={[
|
||||
"Fondée pour offrir des soins de santé de classe mondiale, la Clinique Imane Médico-Chirurgicale est un pilier de confiance à El Khroub.", "Nous combinons expertise médicale, technologie avancée et approche humaine pour accompagner chaque patient vers un rétablissement rapide et serein."]}
|
||||
"Fondée pour offrir des soins de santé de classe mondiale, la Clinique Imane Médico-Chirurgicale est un pilier de confiance à El Khroub. Vous pouvez nous joindre au 031 75 89 42.", "Nous combinons expertise médicale, technologie avancée et approche humaine pour accompagner chaque patient vers un rétablissement rapide et serein."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Chirurgie spécialisée", description: "Interventions chirurgicales réalisées par des experts renommés.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-surgeon-wearing-surgical-mask-operation-theater-hospital_657921-1145.jpg", buttonIcon: Activity },
|
||||
{ title: "Urgences 24/7", description: "Prise en charge rapide pour toutes vos urgences médicales.", imageSrc: "http://img.b2bpic.net/free-photo/young-paramedics-moving-ambulance-stretcher-from-car-hurry-paramedics-uniform-taking-stretcher-out-ambulance-car_657921-1483.jpg", buttonIcon: Clock },
|
||||
{ title: "Urgences 24/7", description: "Prise en charge rapide pour toutes vos urgences médicales. Appelez le 031 75 89 42.", imageSrc: "http://img.b2bpic.net/free-photo/young-paramedics-moving-ambulance-stretcher-from-car-hurry-paramedics-uniform-taking-stretcher-out-ambulance-car_657921-1483.jpg", buttonIcon: Clock },
|
||||
{ title: "Laboratoire", description: "Analyses médicales précises et rapides.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-medical-lab-practitioner-smiling-looking-camera-team-scientists-doctors-examining-virus-evolution-using-high-tech-chemistry-tools-scientific-research-vaccine_482257-3972.jpg", buttonIcon: FlaskConical },
|
||||
{ title: "Imagerie", description: "Radiologie et diagnostics de pointe.", imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-studying-hospital-records-x-ray-test-results-cabinet_482257-122754.jpg", buttonIcon: Scan },
|
||||
]}
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15+", title: "Ans d'Expertise", description: "Qualité de soins reconnue.", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-performing-tummy-tuck-surgery-operating-room_651396-2512.jpg" },
|
||||
{ id: "m2", value: "24/7", title: "Service", description: "Toujours disponible pour vous.", imageSrc: "http://img.b2bpic.net/free-photo/emergency-department-entrance_23-2151997620.jpg" },
|
||||
{ id: "m2", value: "24/7", title: "Service", description: "Toujours disponible pour vous au 031 75 89 42.", imageSrc: "http://img.b2bpic.net/free-photo/emergency-department-entrance_23-2151997620.jpg" },
|
||||
{ id: "m3", value: "95%", title: "Taux de Réussite", description: "Satisfaction des patients.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-wearing-scientist-uniform-using-microscope-laboratory_839833-4089.jpg" },
|
||||
]}
|
||||
title="Chiffres Clés"
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contactez-nous"
|
||||
title="Besoin d'une consultation ?"
|
||||
description="Notre équipe est disponible pour répondre à vos questions et organiser votre accueil."
|
||||
description="Appelez-nous au 031 75 89 42. Notre équipe est disponible pour répondre à vos questions et organiser votre accueil."
|
||||
buttons={[{ text: "Appeler la clinique", href: "tel:031758942" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,6 +152,7 @@ export default function LandingPage() {
|
||||
{ label: "À propos", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Tél: 031 75 89 42", href: "tel:031758942" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -167,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user