From 4ce3c4a20e454523da420bf3d19e2b5208befcf7 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Thu, 30 Mar 2023 22:20:38 +0100 Subject: [PATCH] Modified a few content --- components/HomeThree/OurExpertise.js | 79 ++++++++-- pages/about.js | 209 ++++++++++++++------------- public/css/style.css | 2 + 3 files changed, 180 insertions(+), 110 deletions(-) diff --git a/components/HomeThree/OurExpertise.js b/components/HomeThree/OurExpertise.js index 755dbb4..e9fe91b 100755 --- a/components/HomeThree/OurExpertise.js +++ b/components/HomeThree/OurExpertise.js @@ -1,13 +1,12 @@ import React from 'react'; const OurExpertise = () => { - let expertise = "Lorem ipsum dolor sit amet, is consectetur adipiscing" return (
- Speciality -

Our Expertise

+ {/* Speciality */} +

{expertise.title}

@@ -22,29 +21,43 @@ const OurExpertise = () => {
-

Home Care
Consult

-

{expertise}

+

{expertise.employers.title}

+

{expertise.employers.text}

-

Lactation
Consultancy

-

{expertise}

+

{expertise.healthcareProviders.title.first}
{expertise.healthcareProviders.title.second}

+

{expertise.healthcareProviders.text}

-

Follow Up care
& Support

-

{expertise}

+

{expertise.healthPlan.title.first}
{expertise.healthPlan.title.second}

+

{expertise.healthPlan.text}

-

Telehealth
Conference

-

{expertise}

+

{expertise.brandPartner.title.first}
{expertise.brandPartner.title.second}

+

{expertise.brandPartner.text}

+
+
+
+
+ +

{expertise.parents.title}
{' '}

+

{expertise.parents.text}

+
+
+
+
+ +

{expertise.careers.title.first}
{expertise.careers.title.second}

+

{expertise.careers.text}

@@ -56,13 +69,13 @@ const OurExpertise = () => {
Speciality -
+ {/*

Emergency Call

+07 554 332 322

-
+
*/}
@@ -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 ' + } +} diff --git a/pages/about.js b/pages/about.js index 7b7e816..abec346 100755 --- a/pages/about.js +++ b/pages/about.js @@ -1,112 +1,127 @@ -import React from 'react'; -import TopHeader from '../components/_App/TopHeader'; -import Navbar from '../components/_App/Navbar'; -import PageBanner from '../components/Common/PageBanner'; -import Footer from '../components/_App/Footer'; -import OurExpertise from '../components/HomeThree/OurExpertise'; -import Services from '../components/HomeOne/Services'; -import TestimonialSlider from '../components/Common/TestimonialSlider'; -import LatestBlogPost from '../components/Common/LatestBlogPost'; +import React from "react"; +import TopHeader from "../components/_App/TopHeader"; +import Navbar from "../components/_App/Navbar"; +import PageBanner from "../components/Common/PageBanner"; +import Footer from "../components/_App/Footer"; +import OurExpertise from "../components/HomeThree/OurExpertise"; +import Services from "../components/HomeOne/Services"; +import TestimonialSlider from "../components/Common/TestimonialSlider"; +import LatestBlogPost from "../components/Common/LatestBlogPost"; const About = () => { + let aboutHosp = { + title: "About Our Hospital", + desc: "At KintCare, we are dedicated to helping nursing families meet their breastfeeding goals anywhere in their journey. Our mission is to promote, protect, and support breastfeeding by providing lactation services, care, support, and education. We strive to treat our patients like family.", + list1: "Collaborating to advance the field of lactation support by equipping aspiring lactation professionals of color with the right tools at the right time to make a difference.", + list2: "Kintcare provides a free virtual information hub for aspiring IBCLCs ", + list3: "Not sure where to begin your lactation career journey? Start with our Pathways 101 Video!", + }; + return ( + <> + - let aboutHosp = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis." - return ( - <> - + - - - + -
-
-
-
-
-
- About -
-
-
- -
-
- About -

About Our Hospital

-

{aboutHosp}

-
    -
  • - - Browse Our Website -
  • -
  • - - Choose Service -
  • -
  • - - Send Messege -
  • -
-
-
-
+
+
+
+
+
+
+ About
+
-
-
-
-
-
- -

850

-

Patients Beds

-
-
-
-
- -

25000+

-

Happy Patients

-
-
-
-
- -

750

-

Doctors & Nurse

-
-
-
-
- -

18

-

Year Experience

-
-
-
+
+
+ About +

{aboutHosp.title}

+

{aboutHosp.desc}

+ {/*
    +
  • +
    + +

    {aboutHosp.list1}

    +
  • +
  • +
    + + +

    {aboutHosp.list2}

    +
    +
  • +
  • +
    + + +

    {aboutHosp.list3}

    +
    +
  • +
*/} +
+
+
+
- +
+
+
+
+
+ +

850

+

Patients Beds

+
+
+
+
+ +

+ 25000+ +

+

Happy Patients

+
+
+
+
+ +

750

+

Doctors & Nurse

+
+
+
+
+ +

18

+

Year Experience

+
+
+
+
+
- + - + - - -