alt contents updated
This commit is contained in:
parent
8995b7dfe9
commit
e33df8bc4d
@ -85,9 +85,9 @@ export default function Home() {
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
<figure className="image image-1"><img src="/assets/images/about-us/section1/about-right.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/about-us/section1/about-left.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section1/about-icon.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/about-us/section1/about-right.webp" alt="About us" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/about-us/section1/about-left.webp" alt="About us" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section1/about-icon.webp" alt="About us" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -165,9 +165,9 @@ export default function Home() {
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column order-2 order-lg-1">
|
||||
<div className="image_block_two pl_30">
|
||||
<div className="image-box">
|
||||
<figure className="image image-1"><img src="/assets/images/about-us/section3/top.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/about-us/section3/bottom.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section3/icon.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/about-us/section3/top.webp" alt="Why choose us" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/about-us/section3/bottom.webp" alt="Why choose us" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section3/icon.webp" alt="Why choose us" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -175,7 +175,7 @@ export default function Home() {
|
||||
<div className="content_block_one">
|
||||
<div className="content-box">
|
||||
<div className="sec-title-1 mb_15">
|
||||
<span className="sub-title-1">Why Choos Us</span>
|
||||
<span className="sub-title-1">Why Choose Us</span>
|
||||
<h2>Your Trusted Physiotherapy Team in Etobicoke</h2>
|
||||
</div>
|
||||
<div className="text-box mb_40">
|
||||
@ -273,7 +273,7 @@ export default function Home() {
|
||||
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section4/expert-team.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section4/expert-team.webp" alt="Expert team" /></div>
|
||||
<h3>Expert Team</h3>
|
||||
<p>At Etobicoke Physiotherapy, we have expert team of professionals</p>
|
||||
</div>
|
||||
@ -282,7 +282,7 @@ export default function Home() {
|
||||
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section4/understand.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section4/understand.webp" alt="Understand your pain" /></div>
|
||||
<h3>Understand your Pain</h3>
|
||||
<p>Etobicoke physiotherapy offer Treatment for faster recovery</p>
|
||||
</div>
|
||||
@ -291,7 +291,7 @@ export default function Home() {
|
||||
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="Ready to go" /></div>
|
||||
<h3>Ready To Go</h3>
|
||||
<p>Flexible opening hours conveniently located in etobicoke</p>
|
||||
</div>
|
||||
@ -387,7 +387,7 @@ export default function Home() {
|
||||
<SwiperSlide key={index}>
|
||||
<img
|
||||
src={src}
|
||||
alt={`Slide ${index + 1}`}
|
||||
alt="Brand Partners"
|
||||
className="w-full h-full object-cover rounded-lg"
|
||||
/>
|
||||
</SwiperSlide>
|
||||
|
||||
@ -59,7 +59,7 @@ export default function AccidentDetailsPage({ params }) {
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="icon-box">
|
||||
<img src={service.icon} alt={`${service.title} Icon`} />
|
||||
<img src={service.icon} alt={`${service.title}`} />
|
||||
</div>
|
||||
<h3>{service.title}</h3>
|
||||
<p>{service.shortDesc}</p>
|
||||
|
||||
@ -28,7 +28,7 @@ export default function AccidentPage() {
|
||||
<div className="icon-box">
|
||||
<img
|
||||
src={service.icon}
|
||||
alt={`${service.title} Icon`}
|
||||
alt={`${service.title}`}
|
||||
/>
|
||||
</div>
|
||||
<h3>
|
||||
|
||||
@ -14,6 +14,9 @@ export default function AreaOfInjuryDetails({ params }) {
|
||||
|
||||
if (!service) return notFound();
|
||||
|
||||
// Alt text (always uppercase)
|
||||
const altText = service.title ? service.title.toUpperCase() : "AREA OF INJURY";
|
||||
|
||||
return (
|
||||
<Layout
|
||||
headerStyle={2}
|
||||
@ -53,12 +56,12 @@ export default function AreaOfInjuryDetails({ params }) {
|
||||
<div className="inner-box">
|
||||
<div className="image-box">
|
||||
<figure className="image">
|
||||
<img src={service.image} alt={service.title} />
|
||||
<img src={service.image} alt={altText} />
|
||||
</figure>
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="icon-box">
|
||||
<img src={service.icon} alt={`${service.title} Icon`} />
|
||||
<img src={service.icon} alt={altText} />
|
||||
</div>
|
||||
<h3>{service.title}</h3>
|
||||
<p>{service.shortDescription}</p>
|
||||
@ -74,7 +77,7 @@ export default function AreaOfInjuryDetails({ params }) {
|
||||
<div className="content-one mb_60">
|
||||
{/* Main Image */}
|
||||
<figure className="image-box mb_40">
|
||||
<img src={service.mainImage} alt={service.title} />
|
||||
<img src={service.mainImage} alt={altText} />
|
||||
</figure>
|
||||
<div className="text-box">
|
||||
<h2>{service.title}</h2>
|
||||
@ -91,48 +94,6 @@ export default function AreaOfInjuryDetails({ params }) {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Subscribe Section */}
|
||||
{/* <section className="subscribe-section">
|
||||
<div className="auto-container">
|
||||
<div className="inner-container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 text-column">
|
||||
<div className="text-box">
|
||||
<h2>
|
||||
<span>Subscribe</span> for the exclusive updates!
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 form-column">
|
||||
<div className="form-inner">
|
||||
<form method="post" action="contact">
|
||||
<div className="form-group">
|
||||
<input
|
||||
type="email"
|
||||
name="email"
|
||||
placeholder="Enter Your Email Address"
|
||||
required
|
||||
/>
|
||||
<button type="submit" className="theme-btn btn-one">
|
||||
<span>Subscribe Now</span>
|
||||
</button>
|
||||
</div>
|
||||
<div className="form-group">
|
||||
<div className="check-box">
|
||||
<input className="check" type="checkbox" id="checkbox1" />
|
||||
<label htmlFor="checkbox1">
|
||||
I agree to the <Link href="/">Privacy Policy.</Link>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section> */}
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
@ -5,37 +5,48 @@ import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils"
|
||||
|
||||
export default function AreaOfInjury() {
|
||||
return (
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Areas of Injury" bannerImage="/assets/images/areas-of-injury/area-of-injury-banner.webp">
|
||||
<Layout
|
||||
headerStyle={2}
|
||||
footerStyle={1}
|
||||
breadcrumbTitle="Areas of Injury"
|
||||
bannerImage="/assets/images/areas-of-injury/area-of-injury-banner.webp"
|
||||
>
|
||||
<section className="service-section sec-pad-2">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
{areaOfInjuryData.map((item) => (
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 service-block" key={item.id}>
|
||||
<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={`/area-of-injury/${item.slug}`}>
|
||||
<img src={item.image} alt={item.title} />
|
||||
</Link>
|
||||
</figure>
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="icon-box">
|
||||
<img
|
||||
src={item.icon}
|
||||
alt={`${item.title} Icon`}
|
||||
/>
|
||||
{areaOfInjuryData.map((item) => {
|
||||
// Always use TITLE in uppercase
|
||||
const altText = item.title ? item.title.toUpperCase() : "AREA OF INJURY";
|
||||
|
||||
return (
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 service-block" key={item.id}>
|
||||
<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={`/area-of-injury/${item.slug}`}>
|
||||
<img src={item.image} alt={altText} />
|
||||
</Link>
|
||||
</figure>
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="icon-box">
|
||||
<img src={item.icon} alt={altText} />
|
||||
</div>
|
||||
<h3>
|
||||
<Link href={`/area-of-injury/${item.slug}`}>{item.title}</Link>
|
||||
</h3>
|
||||
<p>{item.shortDescription}</p>
|
||||
</div>
|
||||
<h3>
|
||||
<Link href={`/area-of-injury/${item.slug}`}>{item.title}</Link>
|
||||
</h3>
|
||||
<p>{item.shortDescription}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
)
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -36,7 +36,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/caring.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/caregivers/caring.webp" alt="Caring with a smile" /></div>
|
||||
<h3><Link href="/">Caring with a smile</Link></h3>
|
||||
<p>It’s 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>
|
||||
@ -45,7 +45,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/attentive.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/caregivers/attentive.webp" alt="Attentive listener" /></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>
|
||||
@ -54,7 +54,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/qualified.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/caregivers/qualified.webp" alt="Qualified" /></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>
|
||||
@ -71,9 +71,9 @@ export default function Home() {
|
||||
<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/caregivers/right.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/caregivers/left.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/caregivers/rapharehab-web-images.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/caregivers/right.webp" alt="A professional and friendly care provider" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/caregivers/left.webp" alt="A professional and friendly care provider" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/caregivers/rapharehab-web-images.webp" alt="A professional and friendly care provider" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -104,7 +104,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/1.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/1.webp" alt="Keira Knightley" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-15"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -119,7 +119,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/2.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/2.webp" alt="Katherine waterston" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-16"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -134,7 +134,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/3.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/3.webp" alt="Anna faris" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-17"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -153,7 +153,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/4.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/4.webp" alt="David walliams" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-15"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -168,7 +168,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/5.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/5.webp" alt="John henry" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-16"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -183,7 +183,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/6.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/6.webp" alt="Sophia jabola" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-17"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -214,7 +214,7 @@ export default function Home() {
|
||||
<figure>
|
||||
<img
|
||||
src="/assets/images/caregivers/nanocare.webp"
|
||||
alt="FAQ Illustration"
|
||||
alt="o You Have Any Nano Care Questions"
|
||||
className="img-fluid"
|
||||
/>
|
||||
</figure>
|
||||
|
||||
@ -247,7 +247,7 @@ export default function Contact() {
|
||||
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 image-column">
|
||||
<figure className="image-box">
|
||||
<img src="/assets/images/contact/img.webp" alt="" />
|
||||
<img src="/assets/images/contact/img.webp" alt="contact rabharehab" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -43,7 +43,7 @@ export default function Faq() {
|
||||
<figure>
|
||||
<img
|
||||
src="/assets/images/faq/img.webp"
|
||||
alt="FAQ Illustration"
|
||||
alt="Do You Have Any Physiotherapy Questions"
|
||||
className="img-fluid"
|
||||
style={{ height: "550px", objectFit: "cover" }}
|
||||
/>
|
||||
|
||||
@ -26,9 +26,9 @@ export default function About() {
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
<figure className="image image-1"><img src="/assets/images/our-approach/right.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/our-approach/left.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/our-approach/icon.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/our-approach/right.webp" alt="Our Approach" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/our-approach/left.webp" alt="Our Approach" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/our-approach/icon.webp" alt="Our Approach" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -29,9 +29,9 @@ export default function About() {
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column">
|
||||
<div className="image_block_two">
|
||||
<div className="image-box">
|
||||
<figure className="image image-1"><img src="/assets/images/payment-insurance/back.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/payment-insurance/front.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/payment-insurance/icon.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/payment-insurance/back.webp" alt="Payment and Insurance" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/payment-insurance/front.webp" alt="Payment and Insurance" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/payment-insurance/icon.webp" alt="Payment and Insurance" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -128,7 +128,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/icons/daily-care.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/daily-care.webp" alt="Daily Care Experts" /></div>
|
||||
<h3><Link href="/">Daily Care Experts</Link></h3>
|
||||
<p>We specialize in around the clock care to help seniors live well at home.</p>
|
||||
</div>
|
||||
@ -138,7 +138,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/icons/balanced-care.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/balanced-care.webp" alt="Balanced Care" /></div>
|
||||
<h3><Link href="/">Balanced Care</Link></h3>
|
||||
<p>Our unique approach to care promotes healthy mind, body and spirit.</p>
|
||||
</div>
|
||||
@ -148,7 +148,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/icons/peace.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/peace.webp" alt="Peace of Mind" /></div>
|
||||
<h3><Link href="/">Peace of Mind</Link></h3>
|
||||
<p>Independent industry surveys place our client satisfaction rate at 97%.</p>
|
||||
</div>
|
||||
@ -158,7 +158,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/icons/24-7.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/24-7.webp" alt="Available 24/7" /></div>
|
||||
<h3><Link href="/">Available 24/7</Link></h3>
|
||||
<p>We are available 24 hours a day to provide your loved one with a caregiver.</p>
|
||||
</div>
|
||||
@ -168,7 +168,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/icons/high.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/high.webp" alt="High Caliber Caregivers" /></div>
|
||||
<h3><Link href="/">High Caliber Caregivers</Link></h3>
|
||||
<p>We typically hire only 1 in 25 applicants and provide ongoing training.</p>
|
||||
</div>
|
||||
@ -178,7 +178,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/icons/trusted.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/trusted.webp" alt="A Trusted Partner" /></div>
|
||||
<h3><Link href="/">A Trusted Partner</Link></h3>
|
||||
<p>Nano Home Care is the trusted referral choice for elder care professionals.</p>
|
||||
</div>
|
||||
@ -193,9 +193,7 @@ export default function Home() {
|
||||
<div className="row clearfix">
|
||||
<div className="content-box">
|
||||
|
||||
{/* Virtual Therapy (Right aligned on desktop, center on mobile) */}
|
||||
<div className="row clearfix">
|
||||
{/* Step 1 - Talk to Homecare Experts */}
|
||||
<div className="col-lg-12 col-md-12 col-sm-12 chooseus-block">
|
||||
<motion.div
|
||||
className="chooseus-block-one d-flex justify-content-center justify-content-lg-end text-lg-left"
|
||||
@ -206,7 +204,7 @@ export default function Home() {
|
||||
>
|
||||
<div className="inner-box w-100 pb-0">
|
||||
<div className="icon-box mb-3 mb-lg-0">
|
||||
<img src="/assets/images/shortcodes/icons/talk.webp" />
|
||||
<img src="/assets/images/shortcodes/icons/talk.webp" alt="Talk to one of our homecare experts, who understands your situation" />
|
||||
</div>
|
||||
<h3 className="h3-white">Talk to one of our homecare experts, who understands your situation</h3>
|
||||
<p className="mb-5 tex-color-1">
|
||||
@ -219,7 +217,6 @@ export default function Home() {
|
||||
</motion.div>
|
||||
</div>
|
||||
|
||||
{/* Step 2 - Free In-Home Assessment */}
|
||||
<div className="col-lg-12 col-md-12 col-sm-12 chooseus-block mt-4">
|
||||
<motion.div
|
||||
className="chooseus-block-one d-flex justify-content-center justify-content-lg-start text-lg-left"
|
||||
@ -230,7 +227,7 @@ export default function Home() {
|
||||
>
|
||||
<div className="inner-box d-flex flex-column flex-lg-row-reverse align-items-lg-start w-100 pb-0">
|
||||
<div className="icon-box ml-lg-3 mb-3 mb-lg-0">
|
||||
<img src="/assets/images/shortcodes/icons/arrange.webp" />
|
||||
<img src="/assets/images/shortcodes/icons/arrange.webp" alt="Arrange for a Free In-Home Assessment and receive a personalized care proposal that fits your needs" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="h3-white">Arrange for a Free In-Home Assessment and receive a personalized care proposal that fits your needs</h3>
|
||||
@ -245,9 +242,7 @@ export default function Home() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Second Row */}
|
||||
<div className="row clearfix mt-4">
|
||||
{/* Step 3 - Review Care Proposal */}
|
||||
<div className="col-lg-12 col-md-12 col-sm-12 chooseus-block">
|
||||
<motion.div
|
||||
className="chooseus-block-one d-flex justify-content-center justify-content-lg-end text-lg-left"
|
||||
@ -258,7 +253,7 @@ export default function Home() {
|
||||
>
|
||||
<div className="inner-box w-100 pb-0">
|
||||
<div className="icon-box mb-3 mb-lg-0">
|
||||
<img src="/assets/images/shortcodes/icons/review.webp" />
|
||||
<img src="/assets/images/shortcodes/icons/review.webp" alt="Review Our Care Proposal & Revise as You See Fit" />
|
||||
</div>
|
||||
<h3 className="h3-white">Review Our Care Proposal & Revise as You See Fit</h3>
|
||||
<p className="mb-5 tex-color-1">
|
||||
@ -271,7 +266,6 @@ export default function Home() {
|
||||
</motion.div>
|
||||
</div>
|
||||
|
||||
{/* Step 4 - Schedule Care */}
|
||||
<div className="col-lg-12 col-md-12 col-sm-12 chooseus-block mt-4">
|
||||
<motion.div
|
||||
className="chooseus-block-one d-flex justify-content-center justify-content-lg-start text-lg-left"
|
||||
@ -282,7 +276,7 @@ export default function Home() {
|
||||
>
|
||||
<div className="inner-box d-flex flex-column flex-lg-row-reverse align-items-lg-start w-100 pb-0">
|
||||
<div className="icon-box ml-lg-3 mb-3 mb-lg-0">
|
||||
<img src="/assets/images/shortcodes/icons/schedule.webp" />
|
||||
<img src="/assets/images/shortcodes/icons/schedule.webp" alt="Schedule for Care to Start" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="h3-white">Schedule for Care to Start</h3>
|
||||
@ -315,7 +309,7 @@ export default function Home() {
|
||||
<div className="processing-block-one wow fadeInLeft animated" data-wow-delay="00ms" data-wow-duration="1500ms">
|
||||
<div className="inner-box">
|
||||
<span className="count-text">01</span>
|
||||
<figure className="image-box"><img src="/assets/images/shortcodes/step/step-1.webp" alt="" /></figure>
|
||||
<figure className="image-box"><img src="/assets/images/shortcodes/step/step-1.webp" alt="call and speak" /></figure>
|
||||
<div className="lower-content">
|
||||
<h3>Step 1</h3>
|
||||
<p>Call and speak to one of our friendly team who will discuss the setup process and outline our packages.</p>
|
||||
@ -325,7 +319,7 @@ export default function Home() {
|
||||
<div className="processing-block-one wow fadeInLeft animated" data-wow-delay="00ms" data-wow-duration="1500ms">
|
||||
<div className="inner-box">
|
||||
<span className="count-text">02</span>
|
||||
<figure className="image-box"><img src="/assets/images/shortcodes/step/step-2.webp" alt="" /></figure>
|
||||
<figure className="image-box"><img src="/assets/images/shortcodes/step/step-2.webp" alt="Request a home visit" /></figure>
|
||||
<div className="lower-content">
|
||||
<h3>Step 2</h3>
|
||||
<p>Request a home visit where we will provide you with a free, no obligation assessment.</p>
|
||||
@ -335,7 +329,7 @@ export default function Home() {
|
||||
<div className="processing-block-one wow fadeInLeft animated" data-wow-delay="00ms" data-wow-duration="1500ms">
|
||||
<div className="inner-box">
|
||||
<span className="count-text">03</span>
|
||||
<figure className="image-box"><img src="/assets/images/shortcodes/step/step-3.webp" alt="" /></figure>
|
||||
<figure className="image-box"><img src="/assets/images/shortcodes/step/step-3.webp" alt="care package " /></figure>
|
||||
<div className="lower-content">
|
||||
<h3>Step 3</h3>
|
||||
<p>Once agreed, we will setup your care package and introduce you to your Care Worker.</p>
|
||||
@ -354,8 +348,8 @@ export default function Home() {
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column order-2 order-lg-1">
|
||||
<div className="image_block_two pl_30">
|
||||
<div className="image-box">
|
||||
<figure className="image image-1"><img src="/assets/images/shortcodes/back.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/shortcodes/front.webp" alt=""/></figure>
|
||||
<figure className="image image-1"><img src="/assets/images/shortcodes/back.webp" alt="Why choose nanocare" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/shortcodes/front.webp" alt="Why choose nanocare" /></figure>
|
||||
{/* <div className="icon-box"><img src="/assets/images/about-us/section3/icon.webp" alt="" /></div> */}
|
||||
</div>
|
||||
</div>
|
||||
@ -386,7 +380,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/hourly-home-care.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/shortcodes/hourly-home-care.webp" alt="Hourly home care" /></figure>
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
<h3>Hourly home care</h3>
|
||||
@ -399,7 +393,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/daily-home-care.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/shortcodes/daily-home-care.webp" alt="Daily home care" /></figure>
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
<h3>Daily home care</h3>
|
||||
@ -412,7 +406,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/shortcodes/hospital-to-home-care.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/shortcodes/hospital-to-home-care.webp" alt="Hospital to home care" /></figure>
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
<h3>Hospital to home care</h3>
|
||||
@ -509,7 +503,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/1.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/1.webp" alt="Keira Knightley" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-15"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -524,7 +518,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/2.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/2.webp" alt="Katherine waterston" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-16"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
@ -539,7 +533,7 @@ export default function Home() {
|
||||
<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"><img src="/assets/images/caregivers/3.webp" alt="" /></figure>
|
||||
<figure className="image"><img src="/assets/images/caregivers/3.webp" alt="Anna faris" /></figure>
|
||||
{/* <div className="icon-box"><i className="icon-17"></i></div> */}
|
||||
</div>
|
||||
<div className="lower-content2">
|
||||
|
||||
@ -21,9 +21,9 @@ export default function About() {
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
<figure className="image image-1"><img src="/assets/images/what-we-expect/right.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/what-we-expect/left.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/what-we-expect/icon.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/what-we-expect/right.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/what-we-expect/left.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/what-we-expect/icon.webp" alt="What to Expect – Physiotherapy Etobicoke" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -40,7 +40,7 @@ export default function Team() {
|
||||
<div className="team-block-one wow fadeInUp animated" data-wow-delay={`${index * 200}ms`} data-wow-duration="1500ms">
|
||||
<div className="inner-box">
|
||||
<div className="image-box">
|
||||
<figure className="image"><img src={member.image} alt={`${member.name}'s photo`} /></figure>
|
||||
<figure className="image"><img src={member.image} alt={`${member.name}`} /></figure>
|
||||
{/* <ul className="social-links clearfix">
|
||||
<li><Link href="/#"><i className="icon-4"></i></Link></li>
|
||||
<li><Link href="/#"><i className="icon-5"></i></Link></li>
|
||||
@ -69,9 +69,9 @@ export default function Team() {
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column order-2 order-lg-1">
|
||||
<div className="image_block_two pr_30">
|
||||
<div className="image-box">
|
||||
<figure className="image image-1"><img src="/assets/images/why-us/back-1.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/why-us/front-1.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/why-us/icon-1.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/why-us/back-1.webp" alt="health care professionals" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/why-us/front-1.webp" alt="health care professionals" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/why-us/icon-1.webp" alt="health care professionals" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -106,9 +106,9 @@ export default function Team() {
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column order-2 order-lg-1">
|
||||
<div className="image_block_two pl_30">
|
||||
<div className="image-box">
|
||||
<figure className="image image-1"><img src="/assets/images/why-us/back-2.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/why-us/front-2.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/why-us/icon-2.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/why-us/back-2.webp" alt="Top-Notch Treatment " /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/why-us/front-2.webp" alt="Top-Notch Treatment " /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/why-us/icon-2.webp" alt="Top-Notch Treatment" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -137,7 +137,7 @@ export default function Team() {
|
||||
|
||||
<section className="video-section p_relative">
|
||||
<div className="bg-layer parallax-bg" data-parallax='{"y": 100}' style={{ backgroundImage: 'url(/assets/images/why-us/bg.webp)' }}></div>
|
||||
<figure className="image-layer"><img src="/assets/images/why-us/img.webp" alt="" /></figure>
|
||||
<figure className="image-layer"><img src="/assets/images/why-us/img.webp" alt="Make an Appointment" /></figure>
|
||||
<div className="auto-container">
|
||||
<div className="inner-box">
|
||||
<div className="shape new-arrow" style={{ backgroundImage: 'url(/assets/images/shape/shape-17.png)' }}></div>
|
||||
|
||||
@ -39,9 +39,9 @@ export default function FaqSection() {
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
<figure className="image image-1"><img src="/assets/images/home/why-trust-us/trust-right.webp" alt="" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/home/why-trust-us/trust-left.webp" alt="" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-trust-us/icon.webp" alt="" /></div>
|
||||
<figure className="image image-1"><img src="/assets/images/home/why-trust-us/trust-right.webp" alt="Laser Theraphy | Rapharehab" /></figure>
|
||||
<figure className="image image-2"><img src="/assets/images/home/why-trust-us/trust-left.webp" alt="exercise-programming" /></figure>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-trust-us/icon.webp" alt="Laser Theraphy | Rapharehab" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -12,7 +12,7 @@ export default function MobileFeatureCard() {
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/experienced.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
|
||||
</div>
|
||||
<h3><Link href="/">Experienced <br /> Professionals</Link></h3>
|
||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||
@ -24,7 +24,7 @@ export default function MobileFeatureCard() {
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/walk-in.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
|
||||
</div>
|
||||
<h3><Link href="/">Walk-in<br /> Appointments</Link></h3>
|
||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||
@ -36,7 +36,7 @@ export default function MobileFeatureCard() {
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/state.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
|
||||
</div>
|
||||
<h3><Link href="/">State-of-the-Art Technology</Link></h3>
|
||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||
@ -48,7 +48,7 @@ export default function MobileFeatureCard() {
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/one.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
|
||||
</div>
|
||||
<h3><Link href="/">One-on-One <br /> Care</Link></h3>
|
||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||
|
||||
@ -19,7 +19,7 @@ export default function WhyChooseUsSection() {
|
||||
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/expert-team.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/expert-team.webp" alt="Expert Team" /></div>
|
||||
<h3>Expert Team</h3>
|
||||
<p>At Etobicoke Physiotherapy, we have expert team of professionals</p>
|
||||
</div>
|
||||
@ -28,7 +28,7 @@ export default function WhyChooseUsSection() {
|
||||
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/understand.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/understand.webp" alt="Understand your Pain" /></div>
|
||||
<h3>Understand your Pain</h3>
|
||||
<p>Etobicoke physiotherapy offer Treatment for faster recovery</p>
|
||||
</div>
|
||||
@ -37,7 +37,7 @@ export default function WhyChooseUsSection() {
|
||||
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="Ready To Go" /></div>
|
||||
<h3>Ready To Go</h3>
|
||||
<p>Flexible opening hours conveniently located in etobicoke</p>
|
||||
</div>
|
||||
|
||||
@ -8,7 +8,7 @@ export default function Video() {
|
||||
<>
|
||||
<section className="video-section p_relative">
|
||||
<div className="bg-layer parallax-bg" data-parallax='{"y": 100}' style={{ backgroundImage: 'url(/assets/images/home/make-an-appointment/make-an-appopintment-bg.webp)' }}></div>
|
||||
<figure className="image-layer"><img src="/assets/images/home/make-an-appointment/make-an-appopintment-right.webp" alt="" /></figure>
|
||||
<figure className="image-layer"><img src="/assets/images/home/make-an-appointment/make-an-appopintment-right.webp" alt="Schedule Your Consultation" /></figure>
|
||||
<div className="auto-container">
|
||||
<div className="inner-box">
|
||||
{/* <div className="shape" style={{ backgroundImage: 'url(/assets/images/shape/shape-17.png)' }}></div> */}
|
||||
|
||||
@ -13,7 +13,7 @@ export default function Features() {
|
||||
<div className="feature-block-two">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/experienced.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
|
||||
</div>
|
||||
<h3><Link href="/">Experienced <br/> Professionals</Link></h3>
|
||||
{/* <p>Skilled experts deliver trusted professional healthcare with years of proven experience.</p> */}
|
||||
@ -25,7 +25,7 @@ export default function Features() {
|
||||
<div className="feature-block-two">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/walk-in.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
|
||||
</div>
|
||||
<h3><Link href="/">Walk-in<br/> Appointments</Link></h3>
|
||||
{/* <p>Get quick appointments with hassle-free, convenient scheduling today.</p> */}
|
||||
@ -37,7 +37,7 @@ export default function Features() {
|
||||
<div className="feature-block-two">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/state.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
|
||||
</div>
|
||||
<h3><Link href="/">State-of-the-Art Technology</Link></h3>
|
||||
{/* <p>Advanced tools ensure accurate results with modern, innovative solutions.</p> */}
|
||||
@ -49,7 +49,7 @@ export default function Features() {
|
||||
<div className="feature-block-two">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box">
|
||||
<img src="/assets/images/home/icons/one.webp" alt="Icon" />
|
||||
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
|
||||
</div>
|
||||
<h3><Link href="/">One-on-One <br /> Care</Link></h3>
|
||||
{/* <p>Tailored attention provides focused treatments designed for unique needs.</p> */}
|
||||
|
||||
@ -10,7 +10,7 @@ const Accident = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/accident/minor/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/minor/big-img.webp" alt="Minor Injury" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Minor Injury</h2>
|
||||
@ -37,12 +37,12 @@ const Accident = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/minor/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/minor/1.webp" alt="Minor Injury" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/minor/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/minor/2.webp" alt="Minor Injury" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -79,7 +79,7 @@ const Accident = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/accident/catastrophic/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/catastrophic/big-img.webp" alt="Catastrophic Injury" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Catastrophic Injury</h2>
|
||||
@ -105,12 +105,12 @@ const Accident = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/catastrophic/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/catastrophic/1.webp" alt="Catastrophic Injury" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/catastrophic/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/catastrophic/2.webp" alt="Catastrophic Injury" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -216,7 +216,7 @@ const Accident = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/accident/concussion/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/concussion/big-img.webp" alt="Concussion Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Concussion Management</h2>
|
||||
@ -311,12 +311,12 @@ const Accident = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/concussion/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/concussion/1.webp" alt="Concussion Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/concussion/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/concussion/2.webp" alt="Concussion Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -356,7 +356,7 @@ const Accident = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/accident/psychotherapy/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/psychotherapy/big-img.webp" alt="Psychotherapy Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Psychotherapy Management</h2>
|
||||
@ -384,12 +384,12 @@ const Accident = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/psychotherapy/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/psychotherapy/1.webp" alt="Psychotherapy Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/psychotherapy/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/psychotherapy/2.webp" alt="Psychotherapy Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -434,7 +434,7 @@ const Accident = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/accident/hydrotherapy/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/hydrotherapy/big-img.webp" alt="Hydrotherapy" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Hydrotherapy</h2>
|
||||
@ -455,12 +455,12 @@ const Accident = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/hydrotherapy/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/hydrotherapy/1.webp" alt="Hydrotherapy" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/hydrotherapy/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/hydrotherapy/2.webp" alt="Hydrotherapy" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -491,7 +491,7 @@ const Accident = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/accident/chronic/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/chronic/big-img.webp" alt="Chronic Pain Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Chronic Pain Management in Etobicoke – Personalized Physiotherapy at Rapha Rehab</h2>
|
||||
@ -520,12 +520,12 @@ const Accident = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/chronic/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/chronic/1.webp" alt="Chronic Pain Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/accident/chronic/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/accident/chronic/2.webp" alt="Chronic Pain Management" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -22,12 +22,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/head-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/head-injury/1.webp" alt="HEAD INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/head-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/head-injury/2.webp" alt="HEAD INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -60,12 +60,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/neck-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/neck-injury/1.webp" alt="NECK INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/neck-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/neck-injury/2.webp" alt="NECK INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -98,12 +98,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/shoulder-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/shoulder-injury/1.webp" alt="SHOULDER INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/shoulder-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/shoulder-injury/2.webp" alt="SHOULDER INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -136,12 +136,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/elbo-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/elbo-injury/1.webp" alt="ELBOW INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/elbo-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/elbo-injury/2.webp" alt="ELBOW INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -174,12 +174,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/wrist-hand-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/wrist-hand-injury/1.webp" alt="WRIST AND HAND INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/wrist-hand-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/wrist-hand-injury/2.webp" alt="WRIST AND HAND INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -213,12 +213,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/low-back-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/low-back-injury/1.webp" alt="LOW BACK INJURY" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/low-back-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/low-back-injury/2.webp" alt="LOW BACK INJURY" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -251,12 +251,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/hip-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/hip-injury/1.webp" alt="HIP INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/hip-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/hip-injury/2.webp" alt="HIP INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -289,12 +289,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/leg-knee-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/leg-knee-injury/1.webp" alt="LEG & KNEE INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/leg-knee-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/leg-knee-injury/2.webp" alt="LEG & KNEE INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -327,12 +327,12 @@ export const areaOfInjuryData = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/ankle-foot-injury/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/ankle-foot-injury/1.webp" alt="ANKLE & FOOT INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/areas-of-injury/ankle-foot-injury/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/areas-of-injury/ankle-foot-injury/2.webp" alt="ANKLE & FOOT INJURIES" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -8,7 +8,7 @@ const Blogs = [
|
||||
comments: "03 Comt",
|
||||
thumbnail: "/assets/images/blog/card/blog-1.webp",
|
||||
bannerImage: "/assets/images/blog/blog-1/blog-1-banner.webp",
|
||||
bigImage: "/assets/images/blog/blog-1/blog-1-big-img.webp",
|
||||
bigImage: "/assets/images/blog/blog-1/blog-1-big-img.webp",
|
||||
shortDesc:
|
||||
"Living with chronic pain can disrupt every aspect of life. At Rapharehab in Etobicoke, our physiotherapy and massage therapy services help you regain control, move with confidence, and enjoy lasting relief.",
|
||||
content: `
|
||||
@ -56,10 +56,10 @@ const Blogs = [
|
||||
|
||||
<div class="two-image row clearfix mt-4">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-1/blog-1-bottom-img-1.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-1/blog-1-bottom-img-1.webp" alt="How Does Rapharehab - Physiotherapy in Etobicoke Treat Chronic Pain Conditions?"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-1/blog-1-bottom-img-2.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-1/blog-1-bottom-img-2.webp" alt="How Does Rapharehab - Physiotherapy in Etobicoke Treat Chronic Pain Conditions?"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -85,7 +85,7 @@ const Blogs = [
|
||||
comments: "03 Comt",
|
||||
thumbnail: "/assets/images/blog/card/blog-2.webp",
|
||||
bannerImage: "/assets/images/blog/blog-2/blog-2-banner.webp",
|
||||
bigImage: "/assets/images/blog/blog-2/blog-2-big-img.webp",
|
||||
bigImage: "/assets/images/blog/blog-2/blog-2-big-img.webp",
|
||||
shortDesc:
|
||||
"Healthy, pain-free hands are essential for daily life. Rapharehab in Etobicoke offers hand massage and physiotherapy to restore strength, relieve tension, and maintain hand health.",
|
||||
content: `
|
||||
@ -133,10 +133,10 @@ const Blogs = [
|
||||
|
||||
<div class="two-image row clearfix mt-4">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-2/blog-2-bottom-img-1.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-2/blog-2-bottom-img-1.webp" alt="Top Rehab Wellness Etobicoke: Benefits of Hand Massage & Physical Therapy"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-2/blog-2-bottom-img-2.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-2/blog-2-bottom-img-2.webp" alt="Top Rehab Wellness Etobicoke: Benefits of Hand Massage & Physical Therapy"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -163,7 +163,7 @@ const Blogs = [
|
||||
comments: "03 Comt",
|
||||
thumbnail: "/assets/images/blog/card/blog-3.webp",
|
||||
bannerImage: "/assets/images/blog/blog-3/blog-3-banner.webp",
|
||||
bigImage: "/assets/images/blog/blog-3/blog-3-big-img.webp",
|
||||
bigImage: "/assets/images/blog/blog-3/blog-3-big-img.webp",
|
||||
shortDesc:
|
||||
"Wondering what happens during your very first osteopathy visit? At Rapha Rehab in Etobicoke, our expert and caring team provides gentle, hands-on care to restore balance and support wellness.",
|
||||
content: `
|
||||
@ -222,10 +222,10 @@ const Blogs = [
|
||||
|
||||
<div class="two-image row clearfix mt-4">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-3/blog-3-bottom-img-1.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-3/blog-3-bottom-img-1.webp" alt="Osteopath Near Me: What to Expect During Your First Visit at Rapha Rehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-3/blog-3-bottom-img-2.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-3/blog-3-bottom-img-2.webp" alt="Osteopath Near Me: What to Expect During Your First Visit at Rapha Rehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -250,7 +250,7 @@ const Blogs = [
|
||||
comments: "03 Comt",
|
||||
thumbnail: "/assets/images/blog/card/blog-4.webp",
|
||||
bannerImage: "/assets/images/blog/blog-4/blog-4-banner.webp",
|
||||
bigImage: "/assets/images/blog/blog-4/blog-4-big-img.webp",
|
||||
bigImage: "/assets/images/blog/blog-4/blog-4-big-img.webp",
|
||||
shortDesc:
|
||||
"Strength training can be a game-changer for rehabilitation. Rapha Rehab in Etobicoke helps patients safely build muscle, protect joints, and regain confidence in their movements.",
|
||||
content: `
|
||||
@ -313,10 +313,10 @@ const Blogs = [
|
||||
|
||||
<div class="two-image row clearfix mt-4">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-4/blog-4-bottom-img-1.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-4/blog-4-bottom-img-1.webp" alt="Strength Training for Rehabilitation: How Rapha Rehab Helps You Build Muscle Safely"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-4/blog-4-bottom-img-2.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-4/blog-4-bottom-img-2.webp" alt="Strength Training for Rehabilitation: How Rapha Rehab Helps You Build Muscle Safely"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -342,7 +342,7 @@ const Blogs = [
|
||||
comments: "03 Comt",
|
||||
thumbnail: "/assets/images/blog/card/blog-5.webp",
|
||||
bannerImage: "/assets/images/blog/blog-5/blog-5-banner.webp",
|
||||
bigImage: "/assets/images/blog/blog-5/blog-5-big-img.webp",
|
||||
bigImage: "/assets/images/blog/blog-5/blog-5-big-img.webp",
|
||||
shortDesc:
|
||||
"Learn safe techniques for training your biceps, triceps, and back. Rapha Rehab in Etobicoke combines physiotherapy with strength training to build power and prevent injury.",
|
||||
content: `
|
||||
@ -418,10 +418,10 @@ const Blogs = [
|
||||
|
||||
<div class="two-image row clearfix mt-4">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-5/blog-5-bottom-img-1.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-5/blog-5-bottom-img-1.webp" alt="Biceps, Triceps & Back Workouts: Safe Tips from Rapha Rehab for Stronger Upper Body"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-5/blog-5-bottom-img-2.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-5/blog-5-bottom-img-2.webp" alt="Biceps, Triceps & Back Workouts: Safe Tips from Rapha Rehab for Stronger Upper Body"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -447,7 +447,7 @@ const Blogs = [
|
||||
comments: "03 Comt",
|
||||
thumbnail: "/assets/images/blog/card/blog-6.webp",
|
||||
bannerImage: "/assets/images/blog/blog-6/blog-6-banner.webp",
|
||||
bigImage: "/assets/images/blog/blog-6/blog-6-big-img.webp",
|
||||
bigImage: "/assets/images/blog/blog-6/blog-6-big-img.webp",
|
||||
shortDesc:
|
||||
"Rebuild strength, flexibility, and confidence safely with beginner-friendly workouts at Rapha Rehab in Etobicoke. Tailored programs support rehabilitation and long-term wellness.",
|
||||
content: `
|
||||
@ -501,10 +501,10 @@ const Blogs = [
|
||||
|
||||
<div class="two-image row clearfix mt-4">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-6/blog-6-bottom-img-1.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-6/blog-6-bottom-img-1.webp" alt="Beginner-Friendly Workouts for Rehab & Wellness at Rapha Rehab Etobicoke"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-6/blog-6-bottom-img-2.webp" alt=""/></figure>
|
||||
<figure class="image mb_30"><img src="/assets/images/blog/blog-6/blog-6-bottom-img-2.webp" alt="Beginner-Friendly Workouts for Rehab & Wellness at Rapha Rehab Etobicoke"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ const Rehabilitation = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/spinal/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/spinal/big-img.webp" alt="Spinal Cord Injury Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Spinal Cord Injury Rehabilitation</h2>
|
||||
@ -33,12 +33,12 @@ const Rehabilitation = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/spinal/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/spinal/1.webp" alt="Spinal Cord Injury Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/spinal/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/spinal/2.webp" alt="Spinal Cord Injury Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -89,7 +89,7 @@ const Rehabilitation = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/amputee/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/amputee/big-img.webp" alt="Amputee Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Amputee Rehabilitation</h2>
|
||||
@ -104,12 +104,12 @@ const Rehabilitation = [
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/amputee/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/amputee/1.webp" alt="Amputee Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/amputee/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/amputee/2.webp" alt="Amputee Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -145,7 +145,7 @@ const Rehabilitation = [
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/fracture/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/fracture/big-img.webp" alt="Fracture Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Fracture Rehabilitation</h2>
|
||||
@ -206,12 +206,12 @@ parts around the fracture site.</p>
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/fracture/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/fracture/1.webp" alt="Fracture Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/fracture/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/fracture/2.webp" alt="Fracture Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -257,7 +257,7 @@ Your treatment will depend very much on the problems identified during your init
|
||||
content: `
|
||||
<div class="content-one mb_30">
|
||||
<figure class="image-box mb_40" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/neurological/big-img.webp" alt="Cardiology" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/neurological/big-img.webp" alt="Neurological Injury Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
<div class="text-box">
|
||||
<h2>Neurological Injury Rehabilitation</h2>
|
||||
@ -304,12 +304,12 @@ physiotherapy and rehabilitation to treat neurological conditions such as:</h5>
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/neurological/1.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/neurological/1.webp" alt="Neurological Injury Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30" style="text-align:center;">
|
||||
<img src="/assets/images/rehabilitation/neurological/2.webp" alt="Cardiology Extra" style="max-width:100%;height:auto;" />
|
||||
<img src="/assets/images/rehabilitation/neurological/2.webp" alt="Neurological Injury Rehabilitation" style="max-width:100%;height:auto;" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -40,10 +40,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/physiotherapy/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/physiotherapy/1.webp" alt="Physiotherapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/physiotherapy/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/physiotherapy/2.webp" alt="Physiotherapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -180,10 +180,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/sports-injury/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/sports-injury/1.webp" alt="Sports injury | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/sports-injury/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/sports-injury/2.webp" alt="Sports injury | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -248,10 +248,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/pelvic-floor/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/pelvic-floor/1.webp" alt="Pelvic Floor Physiotherapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/pelvic-floor/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/pelvic-floor/2.webp" alt="Pelvic Floor Physiotherapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -348,10 +348,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/massage-therapy/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/massage-therapy/1.webp" alt="Massage Therapy Etobicoke | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/massage-therapy/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/massage-therapy/2.webp" alt="Massage Therapy Etobicoke | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -426,7 +426,7 @@ export const servicesList = [
|
||||
slug: "chiropractic-clinic-etobicoke",
|
||||
shortTitle: "Chiropractor",
|
||||
title: "Chiropractor",
|
||||
alt:"Chiropractic care | Rapharehab",
|
||||
alt:"Chiropractic Care | Rapharehab",
|
||||
bannerImage: "/assets/images/services/chiropractor/chiropractor-banner.webp",
|
||||
image: "/assets/images/services/chiropractor/left.webp",
|
||||
sidebarImg: "/assets/images/services/chiropractor/left.webp",
|
||||
@ -510,10 +510,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropractor/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropractor/1.webp" alt="Chiropractic Care | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropractor/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropractor/2.webp" alt="Chiropractic Care | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -591,10 +591,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropody/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropody/1.webp" alt="Chiropody | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropody/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chiropody/2.webp" alt="Chiropody | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -663,10 +663,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/acupuncture/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/acupuncture/1.webp" alt="Acupuncture | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/acupuncture/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/acupuncture/2.webp" alt="Acupuncture | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -743,10 +743,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/osteopathy/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/osteopathy/1.webp" alt="Osteopathy Service | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/osteopathy/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/osteopathy/2.webp" alt="Osteopathy Service | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -865,10 +865,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/foot-reflexology/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/foot-reflexology/1.webp" alt="Foot reflexology | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/foot-reflexology/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/foot-reflexology/2.webp" alt="Foot reflexology | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -906,10 +906,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/custom-knee-braces/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/custom-knee-braces/1.webp" alt="Knee Injury | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/custom-knee-braces/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/custom-knee-braces/2.webp" alt="Knee Injury | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -983,10 +983,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/laser/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/laser/1.webp" alt="Laser Theraphy | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/laser/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/laser/2.webp" alt="Laser Theraphy | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1039,10 +1039,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/naturopathy/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/naturopathy/1.webp" alt="Naturopathy Clinic | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/naturopathy/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/naturopathy/2.webp" alt="Naturopathy Clinic | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1151,10 +1151,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/orthotics/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/orthotics/1.webp" alt="Osteopathy | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/orthotics/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/orthotics/2.webp" alt="Osteopathy | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1209,10 +1209,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/spinal-decompression/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/spinal-decompression/1.webp" alt="Spinal Decompression Therapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/spinal-decompression/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/spinal-decompression/2.webp" alt="Spinal Decompression Therapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1368,10 +1368,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/concussion-management/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/concussion-management/1.webp" alt="Concussion management | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/concussion-management/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/concussion-management/2.webp" alt="Concussion management | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1439,10 +1439,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chronic-pain/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chronic-pain/1.webp" alt="Chronic pain management | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chronic-pain/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/chronic-pain/2.webp" alt="Chronic pain management | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1499,10 +1499,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/operative-management/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/operative-management/1.webp" alt="Pre and post operative Management | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/operative-management/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/operative-management/2.webp" alt="Pre and post operative Management | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1556,10 +1556,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/exercise-programming/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/exercise-programming/1.webp" alt="Exercise Programming | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/exercise-programming/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/exercise-programming/2.webp" alt="Exercise Programming | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1682,7 +1682,7 @@ export const servicesList = [
|
||||
slug: "workplace-injury-management-clinic-etobicoke",
|
||||
shortTitle: "Workplace Injury Management",
|
||||
title: "WORKPLACE INJURY MANAGEMENT",
|
||||
alt:"Workplace Injury Management | Rapharehab",
|
||||
alt:"Workplace injury management | Rapharehab",
|
||||
bannerImage: "/assets/images/services/workplace-injury/workplace-injury-banner.webp",
|
||||
image: "/assets/images/services/workplace-injury/left.webp",
|
||||
sidebarImg: "/assets/images/services/workplace-injury/left.webp",
|
||||
@ -1739,10 +1739,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/workplace-injury/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/workplace-injury/1.webp" alt="Workplace injury management | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/workplace-injury/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/workplace-injury/2.webp" alt="Workplace injury management | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1845,7 +1845,7 @@ export const servicesList = [
|
||||
slug: "home-care-physiotherapy-clinic-etobicoke",
|
||||
shortTitle: "Home Care Physiotherapy",
|
||||
title: "HOME CARE PHYSIOTHERAPY",
|
||||
alt:"Home Care Physiotherapy | Rapharehab",
|
||||
alt:"Home care physiotherapy | Rapharehab",
|
||||
bannerImage: "/assets/images/services/home-care/home-care-banner.webp",
|
||||
image: "/assets/images/services/home-care/left.webp",
|
||||
sidebarImg: "/assets/images/services/home-care/left.webp",
|
||||
@ -1871,10 +1871,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/home-care/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/home-care/1.webp" alt="Home care physiotherapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/home-care/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/home-care/2.webp" alt="Home care physiotherapy | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1910,7 +1910,6 @@ export const servicesList = [
|
||||
slug: "virtual-care-physiotherapy-clinic-etobicoke",
|
||||
shortTitle: "Virtual Care",
|
||||
alt:"Virtual Care | Rapharehab",
|
||||
|
||||
title: "VIRTUAL CARE",
|
||||
bannerImage: "/assets/images/services/virtual-care/virtual-care-banner.webp",
|
||||
image: "/assets/images/services/virtual-care/left.webp",
|
||||
@ -1942,10 +1941,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/virtual-care/1.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/virtual-care/1.webp" alt="Virtual Care | Rapharehab" /></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/virtual-care/2.webp" alt="" /></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/virtual-care/2.webp" alt="Virtual Care | Rapharehab" /></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2010,10 +2009,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/gait/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/gait/1.webp" alt="Gait Assessment | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/gait/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/gait/2.webp" alt="Gait Assessment | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2083,10 +2082,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/kids/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/kids/1.webp" alt="Kids Physiotherapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/kids/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/kids/2.webp" alt="Kids Physiotherapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2159,10 +2158,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/surgical/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/surgical/1.webp" alt="Surgical Rehab | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/surgical/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/surgical/2.webp" alt="Surgical Rehab | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2236,10 +2235,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/facial/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/facial/1.webp" alt="Fascial Stretch Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/facial/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/facial/2.webp" alt="Fascial Stretch Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2332,10 +2331,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cupping/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cupping/1.webp" alt="Cupping & Dry Needling | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cupping/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cupping/2.webp" alt="Cupping & Dry Needling | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2405,10 +2404,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/shiatsu/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/shiatsu/1.webp" alt="Shiatsu Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/shiatsu/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/shiatsu/2.webp" alt="Shiatsu Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2475,10 +2474,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/deep-tissue/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/deep-tissue/1.webp" alt="Deep Tissue Massage | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/deep-tissue/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/deep-tissue/2.webp" alt="Deep Tissue Massage | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2544,10 +2543,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/neuro/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/neuro/1.webp" alt="Neuro Fascial Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/neuro/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/neuro/2.webp" alt="Neuro Fascial Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2614,10 +2613,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cranio/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cranio/1.webp" alt="Cranio Sacral Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cranio/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cranio/2.webp" alt="Cranio Sacral Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2681,10 +2680,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/mva/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/mva/1.webp" alt="MVA Rehabilitation | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/mva/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/mva/2.webp" alt="MVA Rehabilitation | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2718,7 +2717,7 @@ export const servicesList = [
|
||||
{
|
||||
id: "32",
|
||||
slug: "compression-stockings-etobicoke",
|
||||
alt:"Compression Stockings",
|
||||
alt:"Compression Stockings | Rapharehab",
|
||||
|
||||
shortTitle: "Compression Stockings",
|
||||
title: "COMPRESSION STOCKINGS",
|
||||
@ -2742,10 +2741,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/compression/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/compression/1.webp" alt="Compression Stockings | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/compression/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/compression/2.webp" alt="Compression Stockings | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2775,7 +2774,7 @@ export const servicesList = [
|
||||
id: "33",
|
||||
slug: "cardiac-rehabilitation-etobicoke",
|
||||
shortTitle: "Cardiac Rehabilitation",
|
||||
alt:"Cardiac Rehabilitation",
|
||||
alt:"Cardiac Rehabilitation | Rapharehab",
|
||||
title: "CARDIAC REHABILITATION",
|
||||
bannerImage: "/assets/images/services/cardiac/cardiac-rehabilation-banner.webp",
|
||||
image: "/assets/images/services/cardiac/left.webp",
|
||||
@ -2799,10 +2798,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cardiac/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cardiac/1.webp" alt="Cardiac Rehabilitation | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cardiac/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/cardiac/2.webp" alt="Cardiac Rehabilitation | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2844,7 +2843,7 @@ export const servicesList = [
|
||||
slug: "intramuscular-stimulation-ims-etobicoke",
|
||||
shortTitle: "Intramuscular Stimulation (IMS)",
|
||||
title: "INTRAMUSCULAR STIMULATION (IMS)",
|
||||
alt:"Intramuscular Stimulation (IMS)",
|
||||
alt:"Intramuscular Stimulation (IMS) | Rapharehab",
|
||||
|
||||
bannerImage: "/assets/images/services/ims/ims-banner.webp",
|
||||
image: "/assets/images/services/ims/left.webp",
|
||||
@ -2868,10 +2867,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/ims/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/ims/1.webp" alt="Intramuscular Stimulation (IMS) | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/ims/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/ims/2.webp" alt="Intramuscular Stimulation (IMS) | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2905,7 +2904,7 @@ export const servicesList = [
|
||||
slug: "psychotherapy-etobicoke",
|
||||
shortTitle: "Psychotherapy",
|
||||
title: "PSYCHOTHERAPY",
|
||||
alt:"Psychotherapy",
|
||||
alt:"Psychotherapy | Rapharehab",
|
||||
bannerImage: "/assets/images/services/psychotherapy/psychotherapy-banner.webp",
|
||||
image: "/assets/images/services/psychotherapy/left.webp",
|
||||
sidebarImg: "/assets/images/services/psychotherapy/left.webp",
|
||||
@ -2928,10 +2927,10 @@ export const servicesList = [
|
||||
<div className="image-inner">
|
||||
<div class="row clearfix">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/psychotherapy/1.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/psychotherapy/1.webp" alt="Psychotherapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/psychotherapy/2.webp" alt=""/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/psychotherapy/2.webp" alt="Psychotherapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user