changed names in consultation servive and lactation specialist section on homepage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user