Merge branch 'homepage_cleanup_task' of MermsPartners/KintCare-www into main

This commit is contained in:
2023-03-30 14:48:09 +00:00
committed by Gogs
3 changed files with 23 additions and 23 deletions
+7 -7
View File
@@ -6,7 +6,7 @@ const OurDoctors = () => {
<div className="doctors-area ptb-100">
<div className="container">
<div className="section-title">
<h2>Meet Our Doctors</h2>
<h2>Meet Your Lactation Specialists</h2>
</div>
<div className="row justify-content-center">
@@ -21,10 +21,10 @@ const OurDoctors = () => {
<div className="doctor-bottom">
<h3>
<Link href="/doctor-details">
<a>Dr. Babatunde</a>
<a>Dr. Modupe</a>
</Link>
</h3>
<span>Neurosurgeon</span>
<span>Lactation Consultant</span>
</div>
</div>
</div>
@@ -40,10 +40,10 @@ const OurDoctors = () => {
<div className="doctor-bottom">
<h3>
<Link href="/doctor-details">
<a>Dr. Addision Smith</a>
<a>Dr. Helen</a>
</Link>
</h3>
<span>Neurosurgeon</span>
<span>Lactation Consultant</span>
</div>
</div>
</div>
@@ -59,10 +59,10 @@ const OurDoctors = () => {
<div className="doctor-bottom">
<h3>
<Link href="/doctor-details">
<a>Dr. Sarah Tylor</a>
<a>Dr. Catherine</a>
</Link>
</h3>
<span>Dental Surgeon</span>
<span>Lactation Consultant</span>
</div>
</div>
</div>
+14 -14
View File
@@ -15,13 +15,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-doctor"></i>
<h3>Expert Doctor</h3>
<h3>Specialists</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-doctor"></i>
<h3>Expert Doctor</h3>
<h3>Specialists</h3>
<p>{services}</p>
<Link href="/service-details">
@@ -35,13 +35,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-prescription"></i>
<h3>Diagnosis</h3>
<h3>Breast Feeding</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-prescription"></i>
<h3>Diagnosis</h3>
<h3>Breast Feeding</h3>
<p>{services}</p>
<Link href="/service-details">
@@ -55,13 +55,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-patient-file"></i>
<h3>Pathology</h3>
<h3>Connect with Parents</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-patient-file"></i>
<h3>Pathology</h3>
<h3>Connect with Parents</h3>
<p>{services}</p>
<Link href="/service-details">
@@ -75,13 +75,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-tooth"></i>
<h3>Dental Care</h3>
<h3>Your Support Team</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-tooth"></i>
<h3>Dental Care</h3>
<h3>Your Support Team</h3>
<p>{services}</p>
<Link href="/service-details">
@@ -95,13 +95,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-heart-beat-alt"></i>
<h3>Cardiology</h3>
<h3>Health Providers</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-heart-beat-alt"></i>
<h3>Cardiology</h3>
<h3>Health Providers</h3>
<p>{services}</p>
<Link href="/service-details">
@@ -115,13 +115,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-drug"></i>
<h3>Medicine</h3>
<h3>Healthcare Plans</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-drug"></i>
<h3>Medicine</h3>
<h3>Healthcare Plans</h3>
<p>{services}</p>
<Link href="/service-details">
@@ -155,13 +155,13 @@ const Services = () => {
<div className="service-item">
<div className="service-front">
<i className="icofont-ambulance-cross"></i>
<h3>Ambulance</h3>
<h3>Brand Partnerships</h3>
<p>{services}</p>
</div>
<div className="service-end">
<i className="icofont-ambulance-cross"></i>
<h3>Ambulance</h3>
<h3>Brand Partnerships</h3>
<p>{services}</p>
<Link href="/service-details">
+2 -2
View File
@@ -13,7 +13,7 @@ const DoctorDetails = () => {
<Navbar />
<PageBanner
pageTitle="Dr. Sarah Taylor (Neurosurgeon)"
pageTitle="Dr. Catherine (Lactation Consultant)"
homePageUrl="/"
homePageText="Home"
activePageText="Doctor Details"
@@ -65,7 +65,7 @@ const DoctorDetails = () => {
<div className="doctor-details-item">
<div className="doctor-details-right">
<div className="doctor-details-biography">
<h3>Dr. Sarah Taylor (Neurosurgeon)</h3>
<h3>Dr. Catherine (Lactation Consultant)</h3>
<p>MBBS in Neurology, PHD in Neurosurgeon</p>
</div>