Modified a few content
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
const OurExpertise = () => {
|
||||
let expertise = "Lorem ipsum dolor sit amet, is consectetur adipiscing"
|
||||
return (
|
||||
<div className="speciality-area pb-100">
|
||||
<div className="container p-0">
|
||||
<div className="section-title-two">
|
||||
<span>Speciality</span>
|
||||
<h2>Our Expertise</h2>
|
||||
{/* <span>Speciality</span> */}
|
||||
<h2>{expertise.title}</h2>
|
||||
</div>
|
||||
<div className="row m-0 item-center">
|
||||
<div className="col-lg-7">
|
||||
@@ -22,29 +21,43 @@ const OurExpertise = () => {
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>Home Care <br/> Consult</h3>
|
||||
<p>{expertise}</p>
|
||||
<h3>{expertise.employers.title}</h3>
|
||||
<p>{expertise.employers.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>Lactation <br/> Consultancy</h3>
|
||||
<p>{expertise}</p>
|
||||
<h3>{expertise.healthcareProviders.title.first} <br /> {expertise.healthcareProviders.title.second}</h3>
|
||||
<p>{expertise.healthcareProviders.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>Follow Up care <br/> & Support</h3>
|
||||
<p>{expertise}</p>
|
||||
<h3>{expertise.healthPlan.title.first}<br /> {expertise.healthPlan.title.second}</h3>
|
||||
<p>{expertise.healthPlan.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>Telehealth <br/> Conference</h3>
|
||||
<p>{expertise}</p>
|
||||
<h3>{expertise.brandPartner.title.first}<br /> {expertise.brandPartner.title.second}</h3>
|
||||
<p>{expertise.brandPartner.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>{expertise.parents.title}<br/>{' '}</h3>
|
||||
<p>{expertise.parents.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="speciality-inner">
|
||||
<i className="icofont-check-circled"></i>
|
||||
<h3>{expertise.careers.title.first}<br /> {expertise.careers.title.second}</h3>
|
||||
<p>{expertise.careers.text}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -56,13 +69,13 @@ const OurExpertise = () => {
|
||||
<div className="speciality-item speciality-right">
|
||||
<img src="/images/about5.jpg" alt="Speciality" />
|
||||
|
||||
<div className="speciality-emergency">
|
||||
{/* <div className="speciality-emergency">
|
||||
<div className="speciality-icon">
|
||||
<i className="icofont-ui-call"></i>
|
||||
</div>
|
||||
<h3>Emergency Call</h3>
|
||||
<p>+07 554 332 322</p>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,3 +85,43 @@ const OurExpertise = () => {
|
||||
}
|
||||
|
||||
export default OurExpertise;
|
||||
|
||||
let expertise = {
|
||||
title: "LET'S GET YOU ON THE SCHEDULE. ",
|
||||
employers: {
|
||||
title: 'Employers',
|
||||
text: 'Care for your company and employees'
|
||||
},
|
||||
healthcareProviders: {
|
||||
title: {
|
||||
first: 'Healthcare',
|
||||
second: 'Providers'
|
||||
},
|
||||
text: 'Refer your patients'
|
||||
},
|
||||
healthPlan: {
|
||||
title: {
|
||||
first: 'Health',
|
||||
second: 'Plans'
|
||||
},
|
||||
text: 'Care for your members'
|
||||
},
|
||||
brandPartner: {
|
||||
title: {
|
||||
first: 'Brand',
|
||||
second: 'Partnerships'
|
||||
},
|
||||
text: 'Join Kintcare as a brand partner'
|
||||
},
|
||||
parents: {
|
||||
title: 'Parents ',
|
||||
text: 'Care for you and your family'
|
||||
},
|
||||
careers: {
|
||||
title: {
|
||||
first: 'Careers',
|
||||
second: 'at KintCare'
|
||||
},
|
||||
text: 'Join us on our mission '
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user