changes to text implemented
This commit is contained in:
@@ -6,7 +6,7 @@ const Services = () => {
|
||||
<div className="services-area pb-70">
|
||||
<div className="container">
|
||||
<div className="section-title">
|
||||
<h2>Our Hospital Services</h2>
|
||||
<h2>Our Consultation Services</h2>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
|
||||
@@ -17,28 +17,28 @@ const OurExpertise = () => {
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>Child Care</h3>
|
||||
<h3>Home Care Consult</h3>
|
||||
<p>Lorem ipsum dolor sit amet, is consectetur adipiscing</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>More Stuff</h3>
|
||||
<h3>Lactation Consultancy</h3>
|
||||
<p>Lorem ipsum dolor sit amet, is consectetur adipiscing</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>Enough Lab</h3>
|
||||
<h3>Follow Up care & Support</h3>
|
||||
<p>Lorem ipsum dolor sit amet, is consectetur adipiscing</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>24 Hour Doctor</h3>
|
||||
<h3>Telehealth</h3>
|
||||
<p>Lorem ipsum dolor sit amet, is consectetur adipiscing</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ const Services = () => {
|
||||
<div className="container">
|
||||
<div className="section-title-two">
|
||||
<span>Services</span>
|
||||
<h2>Our Hospital Services</h2>
|
||||
<h2>Our Consultation Services</h2>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
|
||||
Reference in New Issue
Block a user