changed names in consultation servive and lactation specialist section on homepage

This commit is contained in:
victorAnumudu
2023-03-30 14:50:05 +01:00
parent 15bb5bf475
commit 3434fb4dd3
2 changed files with 21 additions and 21 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>