locations, caregivers page created

This commit is contained in:
Selvi 2025-09-01 18:21:16 +05:30
parent b35b2dc16d
commit c3f68da396
23 changed files with 1115 additions and 420 deletions

311
app/caregivers/page.js Normal file
View File

@ -0,0 +1,311 @@
'use client'
import Layout from "@/components/layout/Layout";
import Link from "next/link";
import { useState } from 'react';
export default function Home() {
const [isActive, setIsActive] = useState({
status: false,
key: 1,
})
const handleToggle = (key) => {
if (isActive.key === key) {
setIsActive({
status: false,
})
} else {
setIsActive({
status: true,
key,
})
}
}
return (
<>
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Our Team" bannerImage="/assets/images/our-team/our-team-banner.webp">
<section className="feature-section pt_120 pb_90">
<div className="shape" style={{ backgroundImage: 'url(assets/images/shape/shape-6.png)' }}></div>
<div className="auto-container">
<div className="sec-title centred mb_50">
<span className="sub-title">Caregivers</span>
<h2>We dont just give care <br />We take care as well</h2>
</div>
<div className="row clearfix">
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
<div className="feature-block-one">
<div className="inner-box">
<div className="icon-box"><i className="icon-9"></i></div>
<h3><Link href="/">Caring with a smile</Link></h3>
<p>Its not what we do as a home care agency, but how we do it. All of our elderly caregiving services are delivered with a smile. And we all know that a smile can be infectious.</p>
</div>
</div>
</div>
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
<div className="feature-block-one">
<div className="inner-box">
<div className="icon-box"><i className="icon-10"></i></div>
<h3><Link href="/">Attentive listener</Link></h3>
<p>How do you like things done? Where would you like to go? Listening to your needs, and having conversations with you, helps us make sure we bring you the perfect match.</p>
</div>
</div>
</div>
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
<div className="feature-block-one">
<div className="inner-box">
<div className="icon-box"><i className="icon-11"></i></div>
<h3><Link href="/">Qualified</Link></h3>
<p>Whether you just need someone to take you for a walk or a to provide attentive complex caring we, as a home care agency, can provide a caregiver that is qualified to meet your needs.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section className="about-style-three pt_120 pb_120 bg-color-1">
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-35.png)' }}></div>
<div className="auto-container">
<div className="row clearfix">
<div className="col-lg-6 col-md-12 col-sm-12 image-column">
<div className="image_block_three">
<div className="image-box">
<figure className="image image-1"><img src="/assets/images/about-us/section1/about-right.webp" alt="" style={{ height: "400px", objectFit: "cover", width: "100%" }} /></figure>
<figure className="image image-2"><img src="/assets/images/about-us/section1/about-left.webp" alt="" style={{ height: "400px", objectFit: "cover", width: "100%" }} /></figure>
<div className="icon-box"><img src="/assets/images/about-us/section1/about-icon.webp" alt="" /></div>
</div>
</div>
</div>
<div className="col-lg-6 col-md-12 col-sm-12 content-column">
<div className="content_block_one">
<div className="content-box">
<div className="sec-title mb_15">
<span className="sub-title">At NanoCare</span>
<h2>A professional and friendly care provider</h2>
</div>
<div className="text-box mb_40">
<p>At NanoCare, we select Caregivers who are passionate about providing in home care to those in need on a daily basis.</p>
</div>
<div className="btn-box">
<Link href="/contact" className="theme-btn btn-one"><span>Become A Caregiver</span></Link>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section className="service-section sec-pad bg-color-1" id="service">
<div className="auto-container">
<div className="row clearfix">
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
<div className="service-block-one wow fadeInUp animated" data-wow-delay="00ms" data-wow-duration="1500ms">
<div className="inner-box">
<div className="image-box">
<figure className="image"><Link href="service-details-3"><img src="/assets/images/service/service-1.jpg" alt="" /></Link></figure>
{/* <div className="icon-box"><i className="icon-15"></i></div> */}
</div>
<div className="lower-content">
<h3><Link href="service-details-3">Keira Knightley</Link></h3>
<h5 className="mb-3">Care Manager</h5>
<p>Keira Knightley has thirty-six years of nursing experience across a range of services, including hospital, community, nursing and care homes.</p>
</div>
</div>
</div>
</div>
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
<div className="service-block-one wow fadeInUp animated" data-wow-delay="300ms" data-wow-duration="1500ms">
<div className="inner-box">
<div className="image-box">
<figure className="image"><Link href="service-details-6"><img src="/assets/images/service/service-2.jpg" alt="" /></Link></figure>
{/* <div className="icon-box"><i className="icon-16"></i></div> */}
</div>
<div className="lower-content">
<h3><Link href="service-details-6">Katherine waterston</Link></h3>
<h5 className="mb-3">Care Manager</h5>
<p>At Nano Care, Katherine ensures that the each and every client of Nano Care is looked after according to the companys core mission, values and vision.</p>
</div>
</div>
</div>
</div>
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
<div className="service-block-one wow fadeInUp animated" data-wow-delay="600ms" data-wow-duration="1500ms">
<div className="inner-box">
<div className="image-box">
<figure className="image"><Link href="service-details"><img src="/assets/images/service/service-3.jpg" alt="" /></Link></figure>
{/* <div className="icon-box"><i className="icon-17"></i></div> */}
</div>
<div className="lower-content">
<h3><Link href="service-details">Anna faris</Link></h3>
<h5 className="mb-3">Care Manager</h5>
<p>Anna ensures that all the staff and support workers at Nano Care adhere to the companys ethos of providing the highest care standards in every service we offer</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div className="auto-container">
<div className="row clearfix">
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
<div className="service-block-one wow fadeInUp animated" data-wow-delay="00ms" data-wow-duration="1500ms">
<div className="inner-box">
<div className="image-box">
<figure className="image"><Link href="service-details-3"><img src="/assets/images/service/service-1.jpg" alt="" /></Link></figure>
{/* <div className="icon-box"><i className="icon-15"></i></div> */}
</div>
<div className="lower-content">
<h3><Link href="service-details-3">David walliams</Link></h3>
<h5 className="mb-3">Care Co-Ordinator</h5>
<p>David walliams has over thirty eight years of experience in the Care and Services Industry. Previously working in Germany for many years.</p>
</div>
</div>
</div>
</div>
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
<div className="service-block-one wow fadeInUp animated" data-wow-delay="300ms" data-wow-duration="1500ms">
<div className="inner-box">
<div className="image-box">
<figure className="image"><Link href="service-details-6"><img src="/assets/images/service/service-2.jpg" alt="" /></Link></figure>
{/* <div className="icon-box"><i className="icon-16"></i></div> */}
</div>
<div className="lower-content">
<h3><Link href="service-details-6">John henry</Link></h3>
<h5 className="mb-3">Care Co-Ordinator</h5>
<p>John has experience in ensuring that the level of care that is provided to our clients does not fall short of any expectations that is expected of a care provider.</p>
</div>
</div>
</div>
</div>
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
<div className="service-block-one wow fadeInUp animated" data-wow-delay="600ms" data-wow-duration="1500ms">
<div className="inner-box">
<div className="image-box">
<figure className="image"><Link href="service-details"><img src="/assets/images/service/service-3.jpg" alt="" /></Link></figure>
{/* <div className="icon-box"><i className="icon-17"></i></div> */}
</div>
<div className="lower-content">
<h3><Link href="service-details">Sophia jabola</Link></h3>
<h5 className="mb-3">Care Co-Ordinator</h5>
<p>She has previously trained as a midwife. Her nine years experience as a nurse included working in the Hospital Medical Ward and Accident and Emergency.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section className="faq-section pt_120 pb_120">
<div className="auto-container">
<div className="sec-title centred mb_50">
<span className="sub-title">FAQ'S</span>
<h2>Do You Have Any Physiotherapy <br />Questions?</h2>
</div>
<div className="row align-items-center clearfix">
{/* Left Side Image */}
<div className="col-lg-6 col-md-12 col-sm-12 image-column mb-5 text-center text-lg-start">
<div className="image_block_four">
<div className="image-box">
<figure>
<img
src="/assets/images/faq/img.webp"
alt="FAQ Illustration"
className="img-fluid"
style={{ height: "550px", objectFit: "cover" }}
/>
</figure>
</div>
</div>
</div>
{/* Right Side FAQ Content */}
<div className="col-lg-6 col-md-12 col-sm-12 content-column">
<div className="content-box">
<ul className="accordion-box">
{/* FAQ 1 */}
<li className="accordion block">
<div
className={isActive.key === 1 ? "acc-btn active" : "acc-btn"}
onClick={() => handleToggle(1)}
>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>Why Should I apply to NanoCare?</h5>
</div>
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
<div className="content">
<div className="text">
<p>We are an award winning home care agency We care for our clients and our employees. We provide our caregivers with health insurance after qualification, appreciation events, prizes, and extended education and training opportunities.</p>
</div>
</div>
</div>
</li>
{/* FAQ 2 */}
<li className="accordion block">
<div
className={isActive.key === 2 ? "acc-btn active" : "acc-btn"}
onClick={() => handleToggle(2)}
>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>Where can I work?</h5>
</div>
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
<div className="content">
<div className="text">
<p>We currently have 6 branch offices throughout California, Scottsdale, AZ and Dallas, TX! You can work for the branch office that is most convenient for you and you can choose the cases that are closer to your home.</p>
</div>
</div>
</div>
</li>
{/* FAQ 3 */}
<li className="accordion block">
<div
className={isActive.key === 3 ? "acc-btn active" : "acc-btn"}
onClick={() => handleToggle(3)}
>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>What types of shifts do you offer?</h5>
</div>
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
<div className="content">
<div className="text">
<p>We are constantly growing and have a wide variety of shifts you can choose from. We have long shifts, short shifts, day shifts, night shifts, transportation shifts and live-ins*. (Live-ins available through our Dallas and Scottsdale offices only). We are available 24hrs a day 7 days a week so we are flexible and will work around your schedule.</p>
</div>
</div>
</div>
</li>
{/* FAQ 4 */}
<li className="accordion block">
<div
className={isActive.key === 3 ? "acc-btn active" : "acc-btn"}
onClick={() => handleToggle(3)}
>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>Do you hire W-2, 1099, or private contractors?</h5>
</div>
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
<div className="content">
<div className="text">
<p>At NanoCare, you are part of the team. You will be considered an employee of NanoCare which means payroll taxes are automatically deducted from your bi-weekly paycheck and if there are any questions, we are here for you! We are fully bonded and insured and are there for you every step of your employment with us.</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</Layout>
</>
);
}

View File

@ -119,7 +119,7 @@ export default function Faq() {
{/* faq end */} {/* faq end */}
{/* subscibe */} {/* subscibe */}
<section className="subscribe-section"> {/* <section className="subscribe-section">
<div className="auto-container"> <div className="auto-container">
<div className="inner-container"> <div className="inner-container">
<div className="row align-items-center"> <div className="row align-items-center">
@ -147,7 +147,7 @@ export default function Faq() {
</div> </div>
</div> </div>
</div> </div>
</section> </section> */}
</Layout> </Layout>
</> </>
); );

21
app/locations/page.js Normal file
View File

@ -0,0 +1,21 @@
import dynamic from 'next/dynamic';
const PortfolioFilter1 = dynamic(() => import('@/components/elements/Locations'), { ssr: false });
import Layout from "@/components/layout/Layout"
export default function Gallery() {
return (
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Gallery" bannerImage="/assets/images/gallery-page/gallery-banner.webp">
<section className="gallery-section sec-pad">
<div className="outer-container">
<div className="sec-title centred mb_30">
<span className="sub-title">Gallery</span>
<h2>Visit Our Gallery For <br />Latest Info</h2>
</div>
<div className="sortable-masonry">
<PortfolioFilter1 />
</div>
</div>
</section>
</Layout>
);
}

View File

@ -40,7 +40,7 @@ export default function About() {
</section> </section>
{/* chooseus-section end */} {/* chooseus-section end */}
{/* subscibe */} {/* subscibe */}
<section className="subscribe-section"> {/* <section className="subscribe-section">
<div className="auto-container"> <div className="auto-container">
<div className="inner-container"> <div className="inner-container">
<div className="row align-items-center"> <div className="row align-items-center">
@ -68,7 +68,7 @@ export default function About() {
</div> </div>
</div> </div>
</div> </div>
</section> </section> */}
{/* subscibe end */} {/* subscibe end */}
</Layout> </Layout>
</> </>

View File

@ -46,7 +46,7 @@ export default function About() {
</section> </section>
{/* chooseus-section end */} {/* chooseus-section end */}
{/* subscibe */} {/* subscibe */}
<section className="subscribe-section"> {/* <section className="subscribe-section">
<div className="auto-container"> <div className="auto-container">
<div className="inner-container"> <div className="inner-container">
<div className="row align-items-center"> <div className="row align-items-center">
@ -74,7 +74,7 @@ export default function About() {
</div> </div>
</div> </div>
</div> </div>
</section> </section> */}
{/* subscibe end */} {/* subscibe end */}
</Layout> </Layout>
</> </>

View File

@ -0,0 +1,92 @@
'use client';
import Link from "next/link";
import { useState } from "react";
import { locations, locationsItem } from "@/utils/constant.utils";
export default function PortfolioFilter1() {
const [activeCategory, setActiveCategory] = useState("all");
const filteredItems =
activeCategory === "all"
? locationsItem
: locationsItem.filter(item =>
Array.isArray(item.categories) && item.categories.includes(activeCategory)
);
const firstRow = locations.slice(0, 3);
const secondRow = locations.slice(3, 7);
return (
<>
<section className="news-section">
<div className="auto-container">
<div className="filters centred mb_60">
<ul className="filter-tabs filter-btns clearfix" style={{ marginBottom: "15px" }}>
{firstRow.map((cat) => (
<li
key={cat.key}
className={`filter ${activeCategory === cat.key ? "active" : ""}`}
onClick={() => setActiveCategory(cat.key)}
style={{ cursor: "pointer" }}
>
{cat.label}
</li>
))}
</ul>
<ul className="filter-tabs filter-btns clearfix">
{secondRow.map((cat) => (
<li
key={cat.key}
className={`filter ${activeCategory === cat.key ? "active" : ""}`}
onClick={() => setActiveCategory(cat.key)}
style={{ cursor: "pointer" }}
>
{cat.label}
</li>
))}
</ul>
</div>
<div className="row clearfix">
{filteredItems.length > 0 ? (
filteredItems.map((item, i) => (
<div key={item.id} className="col-lg-4 col-md-6 col-sm-12 news-block">
<div
className="news-block-one wow fadeInUp animated"
data-wow-delay={`${i * 300}ms`}
data-wow-duration="1500ms"
>
<div className="inner-box">
{/* <figure className="image-box">
<Link href={item.link}>
<img src={item.image} alt={item.title || `Gallery ${item.id}`} />
</Link>
</figure> */}
<div className="lower-content2">
<h2 className="mb-3" style={{ color: "#bc0000" }}>
{item.title || "Gallery Title"}
</h2>
<div
dangerouslySetInnerHTML={{
__html: item.description
? item.description
: "This is a short description of the gallery item.",
}}
/>
</div>
</div>
</div>
</div>
))
) : (
<div className="col-12 centred">
<p>No items found in this category.</p>
</div>
)}
</div>
</div>
</section>
</>
);
}

View File

@ -18,8 +18,12 @@ export default function MobileServices() {
<div className="col-lg-3 col-md-6 col-6 feature-block" key={index}> <div className="col-lg-3 col-md-6 col-6 feature-block" key={index}>
<div className="feature-block-one"> <div className="feature-block-one">
<div className="inner-box text-center"> <div className="inner-box text-center">
<div className="icon-box"><i className="icon-9"></i></div> <div className="icon-box">
<h3><Link href="/"> {service?.title?.length > 20 <img
src={service.icon2}
alt={`${service.title} icon2`}
/>
</div> <h3><Link href="/"> {service?.title?.length > 20
? service.title.slice(0, 20) + "..." ? service.title.slice(0, 20) + "..."
: service.title}</Link></h3> : service.title}</Link></h3>
<div className="btn-box"> <div className="btn-box">

View File

@ -12,7 +12,7 @@
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
border-radius: 20px; border-radius: 20px;
overflow: hidden; overflow: hidden;
padding: 25px; padding: 34px;
z-index: 1; z-index: 1;
margin-bottom: 30px; margin-bottom: 30px;
transition: all 500ms ease; transition: all 500ms ease;

View File

@ -38,6 +38,14 @@
border-top: none; border-top: none;
} }
.lower-content2{
position: relative;
display: block;
padding: 30px;
border: 1px solid rgba(14, 17, 54, 0.1);
border-radius: 20px 20px 20px 20px;
}
.news-block-one .inner-box .lower-content .post-info li{ .news-block-one .inner-box .lower-content .post-info li{
position: relative; position: relative;
display: inline-block; display: inline-block;

View File

@ -19,7 +19,7 @@
.pricing-block-one .pricing-table .table-header{ .pricing-block-one .pricing-table .table-header{
position: relative; position: relative;
display: block; display: block;
padding-bottom: 30px; /* padding-bottom: 30px; */
margin-bottom: 30px; margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -16,7 +16,7 @@ const Accident = [
<h2>Minor Injury</h2> <h2>Minor Injury</h2>
<p>Physiotherapy is an excellent treatment for minor injury caused by poor posture or repetitive trauma to the muscle and the joints</p> <p>Physiotherapy is an excellent treatment for minor injury caused by poor posture or repetitive trauma to the muscle and the joints</p>
<p class="mt-3 mb-2">There are many symptoms associated with a injury and the possible symptoms may include:</p> <h5 class="mt-3 mb-2">There are many symptoms associated with a injury and the possible symptoms may include:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">pain</li> <li style="list-style-type: disc;">pain</li>
@ -48,7 +48,7 @@ const Accident = [
</div> </div>
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Physiotherapy treatment for an injury :</p> <h5 class="mb-2">Physiotherapy treatment for an injury:</h5>
<p class="mb-2">At rapharehab, we offer customized treatment based on your needs and problems. Physiotherapy may include electrotherapy, home exercise programme and postural education. We also offer other treatment options like:</p> <p class="mb-2">At rapharehab, we offer customized treatment based on your needs and problems. Physiotherapy may include electrotherapy, home exercise programme and postural education. We also offer other treatment options like:</p>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
@ -85,7 +85,7 @@ const Accident = [
<h2>Catastrophic Injury</h2> <h2>Catastrophic Injury</h2>
<p>A catastrophic injury is one that has serious, long-term life-altering consequences and any injury that requires extensive treatment or severely disrupts your life can be considered catastrophic</p> <p>A catastrophic injury is one that has serious, long-term life-altering consequences and any injury that requires extensive treatment or severely disrupts your life can be considered catastrophic</p>
<h3 class="mt-3 mb-2">Catastrophic injuries can be</h3> <h5 class="mt-3 mb-2">Catastrophic injuries can be:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Physical injuries include amputation, burns, fractures</li> <li style="list-style-type: disc;">Physical injuries include amputation, burns, fractures</li>
@ -117,7 +117,7 @@ const Accident = [
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Being registered physiotherapists backed by the multidisciplinary team, we provide on optimal management of your catastrophic injuries. Our rehabilitation program includes:</p> <h5 class="mb-2">Being registered physiotherapists backed by the multidisciplinary team, we provide on optimal management of your catastrophic injuries. Our rehabilitation program includes:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">identifying the injury,</li> <li style="list-style-type: disc;">identifying the injury,</li>
@ -138,7 +138,7 @@ const Accident = [
<div class="text-box"> <div class="text-box">
<p class="mb-2">Treatment objectives of the catastrophic injury rehabilitation include:</p> <h5 class="mb-2 mt-3">Treatment objectives of the catastrophic injury rehabilitation include:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">To establish patient focused co-orinated multidisciplinary approach</li> <li style="list-style-type: disc;">To establish patient focused co-orinated multidisciplinary approach</li>
@ -224,7 +224,7 @@ const Accident = [
<p class="mt-3 mb-2">Concussion may cause physical, cognitive, and behavioral symptoms and problems and recovery from a concussion can take several weeks to several months depending on many factors, including severity of the injury and the age of the affected person</p> <p class="mt-3 mb-2">Concussion may cause physical, cognitive, and behavioral symptoms and problems and recovery from a concussion can take several weeks to several months depending on many factors, including severity of the injury and the age of the affected person</p>
<p class="mt-3 mb-2">The injury can happen during rapid movement changes when the head is directly hit. This shaking or hitting of the head causes unpredictable injury to any area of the brain which can affect your physical, emotional, and mental well-being. It is important to seek medical treatment immediately following any head injury.</p> <p class="mt-3 mb-2">The injury can happen during rapid movement changes when the head is directly hit. This shaking or hitting of the head causes unpredictable injury to any area of the brain which can affect your physical, emotional, and mental well-being. It is important to seek medical treatment immediately following any head injury.</p>
<p class="mt-3 mb-2">Concussions can occur at any age, from a variety of causes, including:</p> <h5 class="mt-3 mb-2">Concussions can occur at any age, from a variety of causes, including:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Motor vehicle collisions (whiplash)</li> <li style="list-style-type: disc;">Motor vehicle collisions (whiplash)</li>
@ -241,7 +241,7 @@ const Accident = [
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mt-3 mb-2">Physical symptoms of a concussion can include:</p> <h5 class="mt-3 mb-2">Physical symptoms of a concussion can include:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;">
<li style="list-style-type: disc;">Headache</li> <li style="list-style-type: disc;">Headache</li>
@ -261,7 +261,7 @@ const Accident = [
<div class="text-box"> <div class="text-box">
<p class="mt-3 mb-2">Cognitive symptoms can include:</p> <h5 class="mt-3 mb-2">Cognitive symptoms can include:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Difficulty with short-term or long-term memory</li> <li style="list-style-type: disc;">Difficulty with short-term or long-term memory</li>
@ -272,7 +272,7 @@ const Accident = [
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mt-3 mb-2">Emotional symptoms can include:</p> <h5 class="mt-3 mb-2">Emotional symptoms can include:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class="list-style-one mt-3" style="padding-left: 30px; list-style-type: disc; margin: 0; display: flex; flex-wrap: wrap;"> <ul class="list-style-one mt-3" style="padding-left: 30px; list-style-type: disc; margin: 0; display: flex; flex-wrap: wrap;">
<li style="list-style-type: disc; flex: 0 0 50%;">Anxiety</li> <li style="list-style-type: disc; flex: 0 0 50%;">Anxiety</li>
@ -288,7 +288,7 @@ const Accident = [
<div class="text-box"> <div class="text-box">
<p class="mt-3 mb-2">Longer-term symptoms of concussion</p> <h5 class="mt-3 mb-2">Longer-term symptoms of concussion:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class="list-style-one mt-3" style="padding-left: 30px; list-style-type: disc; margin: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px;"> <ul class="list-style-one mt-3" style="padding-left: 30px; list-style-type: disc; margin: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px;">
<li>Fatigue</li> <li>Fatigue</li>
@ -327,7 +327,7 @@ const Accident = [
<h3 class="mb-2">Longer-term symptoms of concussion</h3> <h3 class="mb-2">Longer-term symptoms of concussion</h3>
<p class="mt-3">Physical therapists can evaluate and treat many problems related to concussion. Our physical therapist will examine your neurological, orthopedic, and cardiovascular systems in order to design a treatment program to address your particular symptoms and yourneeds.</p> <p class="mt-3">Physical therapists can evaluate and treat many problems related to concussion. Our physical therapist will examine your neurological, orthopedic, and cardiovascular systems in order to design a treatment program to address your particular symptoms and yourneeds.</p>
<p class="mt-3">Treatment may include:</p> <h5 class="mt-3">Treatment may include:</h5>
<p class="mt-2">Rest and recovery of the patient- A period of rest helps the brain heal and helps symptoms reduce soon after concussion. Our registered physical therapist will prescribe the rest and recovery program best suited for your condition.</p> <p class="mt-2">Rest and recovery of the patient- A period of rest helps the brain heal and helps symptoms reduce soon after concussion. Our registered physical therapist will prescribe the rest and recovery program best suited for your condition.</p>
<p class="mt-2">Strength and endurance. Our registered physical therapist will help you regain your strength and endurance. Our licensed physical therapist will design a therapeutic treatment program, monitor your symptoms on regular basis and treat your symptoms related to concussion</p> <p class="mt-2">Strength and endurance. Our registered physical therapist will help you regain your strength and endurance. Our licensed physical therapist will design a therapeutic treatment program, monitor your symptoms on regular basis and treat your symptoms related to concussion</p>
@ -364,7 +364,7 @@ const Accident = [
<p class="mt-3 mb-2">We offer specialized assessment, treatment and consultation for individuals who have had Motor Vehicle Accidents. We have extensive experience in conducting psychological assessments and providing needed treatment for individuals involved in Motor Vehicle Accidents.</p> <p class="mt-3 mb-2">We offer specialized assessment, treatment and consultation for individuals who have had Motor Vehicle Accidents. We have extensive experience in conducting psychological assessments and providing needed treatment for individuals involved in Motor Vehicle Accidents.</p>
<p class="mt-3 mb-2">Psychological problems associated with motor vehicle accident</p> <h5 class="mt-3 mb-2">Psychological problems associated with motor vehicle accident:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
@ -395,7 +395,7 @@ const Accident = [
</div> </div>
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Benefits from Psychological counseling :</p> <h5 class="mb-2">Benefits from Psychological counseling:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Counseling with a mental health professional, you can gain support towards achieving mental wellness</li> <li style="list-style-type: disc;">Counseling with a mental health professional, you can gain support towards achieving mental wellness</li>
@ -408,7 +408,7 @@ const Accident = [
<div class="text-box"> <div class="text-box">
<p class="mt-3 mb-2">Counseling treatment:</p> <h5 class="mt-3 mb-2">Counseling treatment:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Telephone pre-screen interview</li> <li style="list-style-type: disc;">Telephone pre-screen interview</li>
@ -466,7 +466,7 @@ const Accident = [
</div> </div>
</div> </div>
<p class="mb-2">The goals of hydrotherapy are</p> <h5 class="mb-2">The goals of hydrotherapy are:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Muscle relaxation, improving joint motion and reducing pain</li> <li style="list-style-type: disc;">Muscle relaxation, improving joint motion and reducing pain</li>
@ -546,7 +546,7 @@ const Accident = [
<p class="mt-3 mb-2">A common symptom, although not necessarily a pain, common to motor vehicle accidents is a change in personality or physical function. This could be a sign of a traumatic brain injury resulting from a concussion. Other symptoms to watch for include impaired thinking or memory, movement, problems with vision or hearing, and personality changes or depression. Motor vehicle crashes are a leading cause of traumatic brain injuries.</p> <p class="mt-3 mb-2">A common symptom, although not necessarily a pain, common to motor vehicle accidents is a change in personality or physical function. This could be a sign of a traumatic brain injury resulting from a concussion. Other symptoms to watch for include impaired thinking or memory, movement, problems with vision or hearing, and personality changes or depression. Motor vehicle crashes are a leading cause of traumatic brain injuries.</p>
<p class="mt-3 mb-2">What Are Common Injuries Following a Motor Vehicle Accident?</p> <h5 class="mt-3 mb-2">What Are Common Injuries Following a Motor Vehicle Accident?:</h5>
<p class="mt-3 mb-2">Some of the more common injuries that can result from a vehicle accident include:</p> <p class="mt-3 mb-2">Some of the more common injuries that can result from a vehicle accident include:</p>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
@ -559,7 +559,7 @@ const Accident = [
</ul> </ul>
</div> </div>
<p class="mt-3 mb-2">What are Common Pains Following a Motor Vehicle Accident?</p> <h5 class="mt-3 mb-2">What are Common Pains Following a Motor Vehicle Accident?:</h5>
<p class="mt-3 mb-2">Some of the pains that occur following a motor vehicle accident are readily apparent. However, some pains may appear even after weeks after the accident. These pains include:</p> <p class="mt-3 mb-2">Some of the pains that occur following a motor vehicle accident are readily apparent. However, some pains may appear even after weeks after the accident. These pains include:</p>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">

View File

@ -10,7 +10,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/head.webp", icon: "/assets/images/areas-of-injury/icon/head.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat conditions like</p> <h5>We treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Concussion</li> <li style="list-style-type: disc;">Concussion</li>
<li style="list-style-type: disc;">Slip and fall</li> <li style="list-style-type: disc;">Slip and fall</li>
@ -47,7 +47,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/neck.webp", icon: "/assets/images/areas-of-injury/icon/neck.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat conditions like</p> <h5>We treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Whiplash Injuries</li> <li style="list-style-type: disc;">Whiplash Injuries</li>
<li style="list-style-type: disc;">Cervical Spondylitis</li> <li style="list-style-type: disc;">Cervical Spondylitis</li>
@ -85,7 +85,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/shoulder.webp", icon: "/assets/images/areas-of-injury/icon/shoulder.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat conditions like</p> <h5>We treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Dislocation and Subluxation</li> <li style="list-style-type: disc;">Dislocation and Subluxation</li>
<li style="list-style-type: disc;">Fall Of Outstretched Hand</li> <li style="list-style-type: disc;">Fall Of Outstretched Hand</li>
@ -123,7 +123,7 @@ export const areaOfInjuryData = [
mainImage: "/assets/images/areas-of-injury/elbo-injury/big-img.webp", mainImage: "/assets/images/areas-of-injury/elbo-injury/big-img.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>At Etobicoke Physiotherapy, we treat conditions like</p> <h5>At Etobicoke Physiotherapy, we treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Tennis Elbow & Golfers Elbox</li> <li style="list-style-type: disc;">Tennis Elbow & Golfers Elbox</li>
<li style="list-style-type: disc;">Tendonitis</li> <li style="list-style-type: disc;">Tendonitis</li>
@ -161,7 +161,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/wrist.webp", icon: "/assets/images/areas-of-injury/icon/wrist.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat conditions like</p> <h5>We treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Carpal Tunnel Syndrome</li> <li style="list-style-type: disc;">Carpal Tunnel Syndrome</li>
<li style="list-style-type: disc;">Colles Fracture</li> <li style="list-style-type: disc;">Colles Fracture</li>
@ -200,7 +200,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/low-back.webp", icon: "/assets/images/areas-of-injury/icon/low-back.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat conditions like</p> <h5>We treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Sciatica Nerve Compression</li> <li style="list-style-type: disc;">Sciatica Nerve Compression</li>
<li style="list-style-type: disc;">Degenrative Disc Diseases</li> <li style="list-style-type: disc;">Degenrative Disc Diseases</li>
@ -238,7 +238,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/hip.webp", icon: "/assets/images/areas-of-injury/icon/hip.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat conditions like</p> <h5>We treat conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Fracture</li> <li style="list-style-type: disc;">Fracture</li>
<li style="list-style-type: disc;">Valgus and Varum Disorders</li> <li style="list-style-type: disc;">Valgus and Varum Disorders</li>
@ -276,7 +276,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/knee.webp", icon: "/assets/images/areas-of-injury/icon/knee.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat knee physiotherapy conditions like</p> <h5>We treat knee physiotherapy conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Meniscus and Ligament Injuries</li> <li style="list-style-type: disc;">Meniscus and Ligament Injuries</li>
<li style="list-style-type: disc;">Patella Fracture</li> <li style="list-style-type: disc;">Patella Fracture</li>
@ -314,7 +314,7 @@ export const areaOfInjuryData = [
icon: "/assets/images/areas-of-injury/icon/ankle.webp", icon: "/assets/images/areas-of-injury/icon/ankle.webp",
content: ` content: `
<div class="content-one mb_30"> <div class="content-one mb_30">
<p>We treat knee physiotherapy conditions like</p> <h5>We treat knee physiotherapy conditions like:</h5>
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Meniscus and Ligament Injuries</li> <li style="list-style-type: disc;">Meniscus and Ligament Injuries</li>
<li style="list-style-type: disc;">Patella Fracture</li> <li style="list-style-type: disc;">Patella Fracture</li>

View File

@ -18,7 +18,7 @@ const Rehabilitation = [
<p class="mt-3">A person affected by complete spinal cord injury will have paralysis and loss of sensation below the level of injury while an incomplete spinal cord injury will affect different parts of the body depending on the level of injury.</p> <p class="mt-3">A person affected by complete spinal cord injury will have paralysis and loss of sensation below the level of injury while an incomplete spinal cord injury will affect different parts of the body depending on the level of injury.</p>
<p class="mt-3 mb-2">The most common causes of damage to the spinal cord are trauma which includes:-</p> <h5 class="mt-3 mb-2">The most common causes of damage to the spinal cord are trauma which includes:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Road traffic accidents</li> <li style="list-style-type: disc;">Road traffic accidents</li>
@ -44,7 +44,7 @@ const Rehabilitation = [
</div> </div>
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Common symptoms associated with spinal cord injury:</p> <h5 class="mb-2">Common symptoms associated with spinal cord injury:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Problems with bowel and bladder function,</li> <li style="list-style-type: disc;">Problems with bowel and bladder function,</li>
@ -58,7 +58,7 @@ const Rehabilitation = [
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Physiotherapy for a complete spinal cord injury</p> <h5 class="mb-2">Physiotherapy for a complete spinal cord injury:</h5>
<p class="mb-2">Physiotherapy for people with spinal cord injury will concentrate on maintaining tissue capability increasing muscle strength and maximizing potential and promoting independence. Treatment will focus on:</p> <p class="mb-2">Physiotherapy for people with spinal cord injury will concentrate on maintaining tissue capability increasing muscle strength and maximizing potential and promoting independence. Treatment will focus on:</p>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
@ -116,7 +116,7 @@ const Rehabilitation = [
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Amputation rehabilitation programs may include the following:</p> <h5 class="mb-2">Amputation rehabilitation programs may include the following:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Pain management for both post-operative and phantom pain</li> <li style="list-style-type: disc;">Pain management for both post-operative and phantom pain</li>
@ -151,7 +151,7 @@ const Rehabilitation = [
<h2>Fracture Rehabilitation</h2> <h2>Fracture Rehabilitation</h2>
<p>After a fracture, physical therapy may be ordered to help ensure you return to optimum function as quickly as possible. You may encounter a physical therapist at different times after suffering a fracture.</p> <p>After a fracture, physical therapy may be ordered to help ensure you return to optimum function as quickly as possible. You may encounter a physical therapist at different times after suffering a fracture.</p>
<p class="mt-3 mb-2">Signs and symptoms:</p> <h5 class="mt-3 mb-2">Signs and symptoms:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Pain with movement or immovable</li> <li style="list-style-type: disc;">Pain with movement or immovable</li>
@ -167,7 +167,7 @@ parts around the fracture site.</p>
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">This might include measurements of:</p> <h5 class="mb-2">This might include measurements of:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Range of motion</li> <li style="list-style-type: disc;">Range of motion</li>
@ -184,7 +184,7 @@ parts around the fracture site.</p>
<div class="text-box"> <div class="text-box">
<p class="mb-2">After the initial evaluation, your physical therapist can work with you to devise a treatment strategy to help you recover fully. Physical therapy after a fracture often focuses on overcoming the negative effects of being immobilized by a cast or sling. Immobilization may cause loss of motion and strength and decreased functional mobility.</p> <p class="mb-2">After the initial evaluation, your physical therapist can work with you to devise a treatment strategy to help you recover fully. Physical therapy after a fracture often focuses on overcoming the negative effects of being immobilized by a cast or sling. Immobilization may cause loss of motion and strength and decreased functional mobility.</p>
<p class="mb-2">Physiotherapy should start immediately after the fracture has been immobilized.</p> <p class="mb-2">Physiotherapy should start immediately after the fracture has been immobilized.</p>
<p class="mb-2">Physiotherapy during fracture healing will concentrate on:</p> <h5 class="mb-2">Physiotherapy during fracture healing will concentrate on:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Relieve pain</li> <li style="list-style-type: disc;">Relieve pain</li>
@ -220,7 +220,7 @@ parts around the fracture site.</p>
<div class="text-box"> <div class="text-box">
<p class="mb-2">After your fracture has healed and/or your cast has been removed physiotherapy is continued until you have regained your full level of function.</p> <p class="mb-2">After your fracture has healed and/or your cast has been removed physiotherapy is continued until you have regained your full level of function.</p>
<p class="mb-2">The aims of physiotherapy are to:</p> <h5 class="mb-2">The aims of physiotherapy are to:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Progress weight bearing activities</li> <li style="list-style-type: disc;">Progress weight bearing activities</li>
@ -263,8 +263,8 @@ Your treatment will depend very much on the problems identified during your init
<h2>Neurological Injury Rehabilitation</h2> <h2>Neurological Injury Rehabilitation</h2>
<p>Neurological physiotherapy involves rehabilitation of people with neurological conditions such as problems with the brain, spinal cord or peripheral nerves. Neurological Physiotherapy aims to increase the quality of life of people with neurological conditions through physical Therapy modalities and exercises.</p> <p>Neurological physiotherapy involves rehabilitation of people with neurological conditions such as problems with the brain, spinal cord or peripheral nerves. Neurological Physiotherapy aims to increase the quality of life of people with neurological conditions through physical Therapy modalities and exercises.</p>
<p class="mt-3 mb-2">Rapharehab neurological physiotherapy clinic in etobicoke offers neurological <h5 class="mt-3 mb-2">Rapharehab neurological physiotherapy clinic in etobicoke offers neurological
physiotherapy and rehabilitation to treat neurological conditions such as:</p> physiotherapy and rehabilitation to treat neurological conditions such as:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;"> Paediatric motor development conditions</li> <li style="list-style-type: disc;"> Paediatric motor development conditions</li>
@ -284,7 +284,7 @@ physiotherapy and rehabilitation to treat neurological conditions such as:</p>
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Our neurological physiotherapy rehabilitation plan can include:</p> <h5 class="mb-2">Our neurological physiotherapy rehabilitation plan can include:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Bed Exercises to stretch and strengthen your muscles</li> <li style="list-style-type: disc;">Bed Exercises to stretch and strengthen your muscles</li>
@ -316,7 +316,7 @@ physiotherapy and rehabilitation to treat neurological conditions such as:</p>
</div> </div>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Other physiotherapy rehabilitation includes:</p> <h5 class="mb-2">Other physiotherapy rehabilitation includes:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;"> <ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li style="list-style-type: disc;">Implementation of realistic goals that are measured and time-framed</li> <li style="list-style-type: disc;">Implementation of realistic goals that are measured and time-framed</li>
@ -334,7 +334,7 @@ physiotherapy and rehabilitation to treat neurological conditions such as:</p>
<div class="text-box"> <div class="text-box">
<p class="mb-2">Neurological Physiotherapy treatment will help:</p> <h5 class="mb-2">Neurological Physiotherapy treatment will help:</h5>
<div class="content-one mb_30"> <div class="content-one mb_30">
<div style="display: flex; gap: 40px;"> <div style="display: flex; gap: 40px;">

View File

@ -9,6 +9,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/physiotherapy/left.webp", sidebarImg: "/assets/images/services/physiotherapy/left.webp",
bigImg: "/assets/images/services/physiotherapy/big-img.webp", bigImg: "/assets/images/services/physiotherapy/big-img.webp",
icon: "/assets/images/services/icons/trusted-physiotherapy-clinic.webp", icon: "/assets/images/services/icons/trusted-physiotherapy-clinic.webp",
icon2: "/assets/images/mobile-view/services/trusted-physiotherapy-clinic.webp",
shortDescription: "Rapha Rehab is one of the premier Physiotherapy clinics in Etiobicoke Scarborough &amp; Mississauga.", shortDescription: "Rapha Rehab is one of the premier Physiotherapy clinics in Etiobicoke Scarborough &amp; Mississauga.",
description: `<div> description: `<div>
<div class="text-box "> <div class="text-box ">
@ -120,6 +121,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/sports-injury/left.webp", sidebarImg: "/assets/images/services/sports-injury/left.webp",
bigImg: "/assets/images/services/sports-injury/big-img.webp", bigImg: "/assets/images/services/sports-injury/big-img.webp",
icon: "/assets/images/services/icons/sports-injury.webp", icon: "/assets/images/services/icons/sports-injury.webp",
icon2: "/assets/images/mobile-view/services/sports-injury.webp",
shortDescription: "Sports physiotherapy is a speciality dedicated to the assessment and treatment of injuries related to sports.", shortDescription: "Sports physiotherapy is a speciality dedicated to the assessment and treatment of injuries related to sports.",
description: `<div> description: `<div>
<div class="text-box "> <div class="text-box ">
@ -211,6 +213,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/pelvic-floor/left.webp", sidebarImg: "/assets/images/services/pelvic-floor/left.webp",
bigImg: "/assets/images/services/pelvic-floor/big-img.webp", bigImg: "/assets/images/services/pelvic-floor/big-img.webp",
icon: "/assets/images/services/icons/pelvic-floor.webp", icon: "/assets/images/services/icons/pelvic-floor.webp",
icon2: "/assets/images/mobile-view/services/pelvic-floor-physiotherapy.webp",
shortDescription: "Pelvic floor physiotherapy is a specialized branch of physiotherapy involving internal and external assessment.", shortDescription: "Pelvic floor physiotherapy is a specialized branch of physiotherapy involving internal and external assessment.",
description: `<div> description: `<div>
<div class="text-box "> <div class="text-box ">
@ -324,6 +327,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/massage-therapy/left.webp", sidebarImg: "/assets/images/services/massage-therapy/left.webp",
bigImg: "/assets/images/services/massage-therapy/big-img.webp", bigImg: "/assets/images/services/massage-therapy/big-img.webp",
icon: "/assets/images/services/icons/massage-therapy.webp", icon: "/assets/images/services/icons/massage-therapy.webp",
icon2: "/assets/images/mobile-view/services/massage-therapy.webp",
shortDescription: "Massage therapy is the scientific manipulation of the soft tissues of the body, consisting primarily of manual.", shortDescription: "Massage therapy is the scientific manipulation of the soft tissues of the body, consisting primarily of manual.",
description: `<div> description: `<div>
<div class="content-two"> <div class="content-two">
@ -423,6 +427,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/chiropractor/left.webp", sidebarImg: "/assets/images/services/chiropractor/left.webp",
bigImg: "/assets/images/services/chiropractor/big-img.webp", bigImg: "/assets/images/services/chiropractor/big-img.webp",
icon: "/assets/images/services/icons/chiropractor.webp", icon: "/assets/images/services/icons/chiropractor.webp",
icon2: "/assets/images/mobile-view/services/chiropractor.webp",
shortDescription: "Chiropractic is a healthcare profession that cares for a patients neuromusculoskeletal system like bones.", shortDescription: "Chiropractic is a healthcare profession that cares for a patients neuromusculoskeletal system like bones.",
description: `<div> description: `<div>
<div class="text-box "> <div class="text-box ">
@ -532,6 +537,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/chiropody/left.webp", sidebarImg: "/assets/images/services/chiropody/left.webp",
bigImg: "/assets/images/services/chiropody/big-img.webp", bigImg: "/assets/images/services/chiropody/big-img.webp",
icon: "/assets/images/services/icons/chiropody.webp", icon: "/assets/images/services/icons/chiropody.webp",
icon2: "/assets/images/mobile-view/services/chiropody.webp",
shortDescription: "Chiropody is a health profession who helps to make sure your feet are healthy and pain-free to allow you.", shortDescription: "Chiropody is a health profession who helps to make sure your feet are healthy and pain-free to allow you.",
description: `<div> description: `<div>
<div class="text-box "> <div class="text-box ">
@ -604,6 +610,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/acupuncture/left.webp", sidebarImg: "/assets/images/services/acupuncture/left.webp",
bigImg: "/assets/images/services/acupuncture/big-img.webp", bigImg: "/assets/images/services/acupuncture/big-img.webp",
icon: "/assets/images/services/icons/acupuncture.webp", icon: "/assets/images/services/icons/acupuncture.webp",
icon2: "/assets/images/mobile-view/services/acupuncture.webp",
shortDescription: "Acupuncture is a form of treatment that involves inserting very thin needles through a persons skin.", shortDescription: "Acupuncture is a form of treatment that involves inserting very thin needles through a persons skin.",
description: `<div> description: `<div>
<div class="text-box "> <div class="text-box ">
@ -681,6 +688,7 @@ export const servicesList = [
sidebarImg: "/assets/images/services/osteopathy/left.webp", sidebarImg: "/assets/images/services/osteopathy/left.webp",
bigImg: "/assets/images/service/osteopathy/big-img.webp", bigImg: "/assets/images/service/osteopathy/big-img.webp",
icon: "/assets/images/services/icons/osteopathy.webp", icon: "/assets/images/services/icons/osteopathy.webp",
icon2: "/assets/images/mobile-view/services/osteopathy.webp",
shortDescription: "Osteopathy is a type of alternative medicine that emphasizes physical on overall body health and wellbeing.", shortDescription: "Osteopathy is a type of alternative medicine that emphasizes physical on overall body health and wellbeing.",
description: `<div> description: `<div>
<div class="text-box"> <div class="text-box">

View File

@ -57,3 +57,254 @@ export const teamMembers = [
], ],
}, },
]; ];
// Categories for filter buttons
export const locations = [
{ key: "all", label: "All" },
{ key: "Chicago", label: "Chicago" },
{ key: "Kansas", label: "Kansas" },
{ key: "New Mexico", label: "New Mexico" },
{ key: "Nevada", label: "Nevada" },
{ key: "New York", label: "New York" },
{ key: "Texas", label: "Texas" },
];
// Location Items
export const locationsItem = [
{
id: 1,
image: "/images/gallery/beach1.jpg",
title: "East Ontario Street",
description: `<p class="mb-3">324 East Ontario Street Chicago, IL 60611 United States</p>
<p>Office: (111) 222-8668</p>
<p>Fax: (111) 222-8668</p>
<p>HCO#: 014100051</p>`,
link: "/gallery/beach1",
categories: ["Chicago"],
},
{
id: 2,
image: "/images/gallery/beach1.jpg",
title: "Bronzeville",
description: `<p class="mb-3">31 West 26th Street, Bronzeville, Chicago, IL 60611 United States</p>
<p>Office: (111) 222-8668</p>
<p>Fax: (111) 222-8668</p>
<p>HCO#: 014100051</p>`,
link: "/gallery/beach1",
categories: ["Chicago"],
},
{
id: 3,
image: "/images/gallery/beach1.jpg",
title: "East Wacker Drive",
description: `<p class="mb-3">11 East Wacker Drive, South Loop, Chicago, IL 60611 United States</p>
<p>Office: (111) 222-8668</p>
<p>Fax: (111) 222-8668</p>
<p>HCO#: 014100051</p>`,
link: "/gallery/beach1",
categories: ["Chicago"],
},
{
id: 4,
image: "/images/gallery/beach1.jpg",
title: "W Fulton Street",
description: `<p class="mb-3">1837 W Fulton St Chicago, IL 60611 United States</p>
<p>Office: (111) 222-8668</p>
<p>Fax: (111) 222-8668</p>
<p>HCO#: 014100051</p>`,
link: "/gallery/beach1",
categories: ["Chicago"],
},
{
id: 5,
image: "/images/gallery/beach1.jpg",
title: "North Branch Street",
description: `<p class="mb-3">1001 N North Branch Street, Chicago, IL 60611 United States</p>
<p>Office: (111) 222-8668</p>
<p>Fax: (111) 222-8668</p>
<p>HCO#: 014100051</p>`,
link: "/gallery/beach1",
categories: ["Chicago"],
},
{
id: 6,
image: "/images/gallery/beach1.jpg",
title: "W. Jackson Blvd",
description: `<p class="mb-3">600 W. Jackson Blvd, Chicago, IL 60611 United States</p>
<p>Office: (111) 222-8668</p>
<p>Fax: (111) 222-8668</p>
<p>HCO#: 014100051</p>`,
link: "/gallery/beach1",
categories: ["Chicago"],
},
{
id: 7,
image: "/images/gallery/beach1.jpg",
title: "Street Bonner Springs",
description: `<p class="mb-3">525 S. 129th Street Bonner Springs, KanSas 66012</p>
<p>Office: (222) 333-7777</p>
<p>Fax: (222) 333-7777</p>
<p>HCO#: 123100152</p>`,
link: "/gallery/beach1",
categories: ["Kansas"],
},
{
id: 8,
image: "/images/gallery/beach2.jpg",
title: "Kansas City",
description: `<p class="mb-3">10621 Parallel Pkwy Kansas City, KanSas 66111</p>
<p>Office: (222) 333-7777</p>
<p>Fax: (222) 333-7777</p>
<p>HCO#: 123100152</p>`,
link: "/gallery/beach2",
categories: ["Kansas"],
},
{
id: 9,
image: "/images/gallery/beach3.jpg",
title: "West Parkway",
description: `<p class="mb-3">1601 Village West Parkway Kansas City, KanSas 66111</p>
<p>Office: (222) 333-7777</p>
<p>Fax: (222) 333-7777</p>
<p>HCO#: 123100152</p>`,
link: "/gallery/beach3",
categories: ["Kansas"],
},
{
id: 10,
image: "/images/gallery/beach4.jpg",
title: "Sunland Park",
description: `<p class="mb-3">880 Mcnutt Rd, Sunland Park, New Mexico 88063. US</p>
<p>Office: (333) 444-5555</p>
<p>Fax: (333) 444-5555</p>
<p>HCO#: 511102023</p>`,
link: "/gallery/beach4",
categories: ["New Mexico"],
},
{
id: 11,
image: "/images/gallery/beach5.jpg",
title: "Orogrande",
description: `<p class="mb-3">54 Mile Marker 41, Orogrande, New Mexico 88063. US</p>
<p>Office: (333) 444-5555</p>
<p>Fax: (333) 444-5555</p>
<p>HCO#: 511102023</p>`,
link: "/gallery/beach5",
categories: ["New Mexico"],
},
{
id: 12,
image: "/images/gallery/beach6.jpg",
title: "Tucumcari",
description: `<p class="mb-3">122 W Main ST, Tucumcari, New Mexico 88063. US</p>
<p>Office: (333) 444-5555</p>
<p>Fax: (333) 444-5555</p>
<p>HCO#: 511102023</p>`,
link: "/gallery/beach6",
categories: ["New Mexico"],
},
{
id: 13,
image: "/images/gallery/beach7.jpg",
title: "West Sahara",
description: `<p class="mb-3">6655 West Sahara, Suite C106, Las Vegas, NV 89146 US</p>
<p>Office: (444) 777-999</p>
<p>Fax: (444) 777-999</p>
<p>HCO#: 414265313</p>`,
link: "/gallery/beach7",
categories: ["Nevada"],
},
{
id: 14,
image: "/images/gallery/beach8.jpg",
title: "Carson City",
description: `<p class="mb-3">555 Wright Way, Carson City, Nevada 89711 United States</p>
<p>Office: (444) 777-999</p>
<p>Fax: (444) 777-999</p>
<p>HCO#: 414265313</p>`,
link: "/gallery/beach8",
categories: ["Nevada"],
},
{
id: 15,
image: "/images/gallery/beach9.jpg",
title: "West Sahara Avenue",
description: `<p class="mb-3">2700 West Sahara Avenue, Las Vegas, NV 89102 United States</p>
<p>Office: (444) 777-999</p>
<p>Fax: (444) 777-999</p>
<p>HCO#: 414265313</p>`,
link: "/gallery/beach9",
categories: ["Nevada"],
},
{
id: 16,
image: "/images/gallery/beach10.jpg",
title: "West Morris St",
description: `<p class="mb-3">420 West Morris St, Bath, New York 14810 United States</p>
<p>Office: (555) 111-0000</p>
<p>Fax: (555) 111-0000</p>
<p>HCO#: 934250329</p>`,
link: "/gallery/beach10",
categories: ["New York"],
},
{
id: 17,
image: "/images/gallery/beach11.jpg",
title: "Brooklyn",
description: `<p class="mb-3">2307 Beverley Rd, Brooklyn, New York 11226 United States</p>
<p>Office: (555) 111-0000</p>
<p>Fax: (555) 111-0000</p>
<p>HCO#: 934250329</p>`,
link: "/gallery/beach11",
categories: ["New York"],
},
{
id: 18,
image: "/images/gallery/beach12.jpg",
title: "Buffalo",
description: `<p class="mb-3">3701 Mckinley Pkwy, Buffalo, New York 14219 United States</p>
<p>Office: (555) 111-0000</p>
<p>Fax: (555) 111-0000</p>
<p>HCO#: 934250329</p>`,
link: "/gallery/beach12",
categories: ["New York"],
},
{
id: 19,
image: "/images/gallery/beach13.jpg",
title: "Dr Arlington",
description: `<p class="mb-3">721 Ryan Plaza Dr, Arlington, Texas 76011 United States</p>
<p>Office: (999) 666-0123</p>
<p>Fax: (999) 666-0123</p>
<p>HCO#: 7446159815</p>`,
link: "/gallery/beach13",
categories: ["Texas"],
},
{
id: 20,
image: "/images/gallery/beach14.jpg",
title: "Brownsville",
description: `<p class="mb-3">1601 E. Price Road, Suite H, Brownsville, TX 78520 US</p>
<p>Office: (999) 666-0123</p>
<p>Fax: (999) 666-0123</p>
<p>HCO#: 7446159815</p>`,
link: "/gallery/beach14",
categories: ["Texas"],
},
{
id: 21,
image: "/images/gallery/beach15.jpg",
title: "B4 Round Rock",
description: `<p class="mb-3">2200 South IH-35, Suite B4, Round Rock, TX 78681 United States</p>
<p>Office: (999) 666-0123</p>
<p>Fax: (999) 666-0123</p>
<p>HCO#: 7446159815</p>`,
link: "/gallery/beach15",
categories: ["Texas"],
}
];