Merge version_1 into main #2
140
src/app/page.tsx
140
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "about",
|
||||
},
|
||||
name: "À Propos", id: "about"},
|
||||
{
|
||||
name: "Analyses",
|
||||
id: "features",
|
||||
},
|
||||
name: "Analyses", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Laboratoire Eddafali Azzouzia"
|
||||
/>
|
||||
@@ -58,11 +50,9 @@ export default function LandingPage() {
|
||||
description="Votre partenaire de confiance pour des analyses médicales précises et rapides à Marrakech. Technologies de pointe pour votre santé."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre Rendez-vous",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prendre Rendez-vous", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-laboratory-desk-with-professional-research-equipment-tray-vacutainers-with-blood-microscopic-examination-micro-pipette-microscope-tools-science-development_482257-26481.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-laboratory-desk-with-professional-research-equipment-tray-vacutainers-with-blood-microscopic-examination-micro-pipette-microscope-tools-science-development_482257-26481.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +64,7 @@ export default function LandingPage() {
|
||||
description="Laboratoire Eddafali Azzouzia allie technologie de pointe et humanité. Notre équipe qualifiée s'engage à vous fournir des résultats fiables pour un suivi médical optimal."
|
||||
subdescription="Au service des patients de tous âges, nous accompagnons votre parcours de santé avec rigueur, rapidité et une écoute attentive."
|
||||
icon={Activity}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-nurses-talking-doctor_23-2149310029.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-nurses-talking-doctor_23-2149310029.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -86,28 +76,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Analyses de Sang",
|
||||
description: "Bilans complets et précis pour un suivi santé efficace.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laboratory-desk-with-professional-research-equipment-tray-vacutainers-with-blood-microscopic-examination-micro-pipette-microscope-tools-science-development_482257-26481.jpg?_wi=2",
|
||||
imageAlt: "modern medical laboratory",
|
||||
title: "Analyses de Sang", description: "Bilans complets et précis pour un suivi santé efficace.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
{
|
||||
title: "Bilan Hormonal",
|
||||
description: "Tests spécialisés pour le diagnostic endocrinien.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Activity,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurses-talking-doctor_23-2149310029.jpg?_wi=2",
|
||||
imageAlt: "medical laboratory staff",
|
||||
title: "Bilan Hormonal", description: "Tests spécialisés pour le diagnostic endocrinien.", bentoComponent: "reveal-icon", icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Maladies Infectieuses",
|
||||
description: "Dépistage rapide et sécurisé pour votre tranquillité.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-scientist-researcher-doctor-writing-medical-expertise-clipboard-working-biochemistry-experiment-microbiology-hospital-laboratory-chemist-man-developing-vaccine-against-covid19_482257-30541.jpg",
|
||||
imageAlt: "medical blood analysis",
|
||||
title: "Maladies Infectieuses", description: "Dépistage rapide et sécurisé pour votre tranquillité.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Nos Services d'Analyses"
|
||||
@@ -123,25 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Précision",
|
||||
description: "Normes internationales de diagnostic",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "100%", title: "Précision", description: "Normes internationales de diagnostic", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
title: "Rapidité",
|
||||
description: "Résultats sous 24 heures pour la plupart des tests",
|
||||
icon: Zap,
|
||||
id: "m2", value: "24h", title: "Rapidité", description: "Résultats sous 24 heures pour la plupart des tests", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20k+",
|
||||
title: "Patients",
|
||||
description: "Patients soignés et accompagnés",
|
||||
icon: Users,
|
||||
id: "m3", value: "20k+", title: "Patients", description: "Patients soignés et accompagnés", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="La Confiance au Cœur de notre Mission"
|
||||
@@ -155,60 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mansouri",
|
||||
date: "12 Mars 2024",
|
||||
title: "Très satisfaite",
|
||||
quote: "Laboratoire moderne et personnel très attentionné.",
|
||||
tag: "Patient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-nurse-talking-patient_23-2149741240.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-science-elements-lab_23-2148697224.jpg",
|
||||
imageAlt: "hormonal screening testing",
|
||||
},
|
||||
id: "1", name: "Sarah Mansouri", date: "12 Mars 2024", title: "Très satisfaite", quote: "Laboratoire moderne et personnel très attentionné.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-nurse-talking-patient_23-2149741240.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-science-elements-lab_23-2148697224.jpg", imageAlt: "hormonal screening testing"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed Belkacem",
|
||||
date: "10 Mars 2024",
|
||||
title: "Excellente expérience",
|
||||
quote: "Résultats rapides, très professionnel.",
|
||||
tag: "Patient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vaccination-center-with-doctor-holding-syringe_23-2148976696.jpg",
|
||||
imageAlt: "infectious disease screening",
|
||||
},
|
||||
id: "2", name: "Ahmed Belkacem", date: "10 Mars 2024", title: "Excellente expérience", quote: "Résultats rapides, très professionnel.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vaccination-center-with-doctor-holding-syringe_23-2148976696.jpg", imageAlt: "infectious disease screening"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karim Idrissi",
|
||||
date: "05 Mars 2024",
|
||||
title: "Service irréprochable",
|
||||
quote: "Le meilleur laboratoire de la région.",
|
||||
tag: "Patient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-shaking-hand-patient_23-2147896666.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-nurse-talking-patient_23-2149741240.jpg",
|
||||
imageAlt: "happy patient portrait",
|
||||
},
|
||||
id: "3", name: "Karim Idrissi", date: "05 Mars 2024", title: "Service irréprochable", quote: "Le meilleur laboratoire de la région.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-shaking-hand-patient_23-2147896666.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-nurse-talking-patient_23-2149741240.jpg", imageAlt: "happy patient portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Zahra",
|
||||
date: "02 Mars 2024",
|
||||
title: "Je recommande",
|
||||
quote: "Personnel compétent, prise en charge rapide.",
|
||||
tag: "Patient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-patient_23-2149726923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997626.jpg",
|
||||
imageAlt: "happy senior man",
|
||||
},
|
||||
id: "4", name: "Fatima Zahra", date: "02 Mars 2024", title: "Je recommande", quote: "Personnel compétent, prise en charge rapide.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-patient_23-2149726923.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997626.jpg", imageAlt: "happy senior man"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mohamed Fassi",
|
||||
date: "28 Fév 2024",
|
||||
title: "Très professionnel",
|
||||
quote: "Suivi personnalisé de grande qualité.",
|
||||
tag: "Patient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-using-digital-tablet-clinic_107420-74001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-shaking-hand-patient_23-2147896666.jpg",
|
||||
imageAlt: "professional man portrait",
|
||||
},
|
||||
id: "5", name: "Mohamed Fassi", date: "28 Fév 2024", title: "Très professionnel", quote: "Suivi personnalisé de grande qualité.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-using-digital-tablet-clinic_107420-74001.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-shaking-hand-patient_23-2147896666.jpg", imageAlt: "professional man portrait"},
|
||||
]}
|
||||
title="Ils Nous Font Confiance"
|
||||
description="Nos patients témoignent de la qualité de notre accueil et de la rapidité de nos services."
|
||||
@@ -221,20 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Dois-je prendre rendez-vous ?",
|
||||
content: "Il est préférable de prendre rendez-vous pour les tests spécialisés.",
|
||||
},
|
||||
id: "f1", title: "Dois-je prendre rendez-vous ?", content: "Il est préférable de prendre rendez-vous pour les tests spécialisés."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Quel est le délai des résultats ?",
|
||||
content: "La majorité des résultats sont disponibles sous 24 heures.",
|
||||
},
|
||||
id: "f2", title: "Quel est le délai des résultats ?", content: "La majorité des résultats sont disponibles sous 24 heures."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Prenez-vous en charge les enfants ?",
|
||||
content: "Oui, notre équipe est formée pour les prélèvements pédiatriques.",
|
||||
},
|
||||
id: "f3", title: "Prenez-vous en charge les enfants ?", content: "Oui, notre équipe est formée pour les prélèvements pédiatriques."},
|
||||
]}
|
||||
title="Questions Fréquentes"
|
||||
description="Tout ce que vous devez savoir sur vos analyses au Laboratoire Eddafali."
|
||||
@@ -246,16 +155,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contactez-nous"
|
||||
title="Prenez votre santé en main dès aujourd'hui"
|
||||
description="Besoin d'une analyse ou de conseils ? Notre équipe est à votre écoute."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler le Laboratoire",
|
||||
href: "tel:+212500000000",
|
||||
},
|
||||
text: "Appeler le Laboratoire", href: "tel:+212500000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user