diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6b49d31..e766dd8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,7 @@ export default function LandingPage() {
@@ -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" }]}
/>
@@ -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() {
);
-}
+}
\ No newline at end of file