Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

10 changed files with 42 additions and 348 deletions

View File

@ -56,13 +56,6 @@ export default function ServiceDetailPage({ params }) {
if (!service) return notFound();
const altText = service.title ? service.title.toUpperCase() : "SERVICE";
const sidebarAlt = service.sidebarImgAlt || altText;
const contentAlt = service.bigImgAlt || altText;
// Generate schema markup
const schemaMarkup = service.schema ? {
__html: JSON.stringify(service.schema)
} : null;
return (
<Layout
@ -71,13 +64,6 @@ export default function ServiceDetailPage({ params }) {
breadcrumbTitle={service.shortTitle}
bannerImage={service.bannerImage}
>
{/* Add Schema Markup */}
{schemaMarkup && (
<script
type="application/ld+json"
dangerouslySetInnerHTML={schemaMarkup}
/>
)}
<section className="service-details pt_90 pb_90">
<div className="auto-container">
<div className="row clearfix">
@ -109,12 +95,12 @@ export default function ServiceDetailPage({ params }) {
<div className="inner-box">
<div className="image-box">
<figure className="image">
<img src={service.sidebarImg} alt={sidebarAlt} />
<img src={service.sidebarImg} alt={altText} />
</figure>
</div>
<div className="lower-content">
<div className="icon-box">
<img src={service.icon} alt={service.iconAlt || `${service.title} Icon`} />
<img src={service.icon} alt={`${service.title} Icon`} />
</div>
<h2>{service.shortTitle}</h2>
<p>{service.shortDescription}</p>
@ -128,7 +114,7 @@ export default function ServiceDetailPage({ params }) {
<div className="service-details-content">
<div className="content-one mb_60">
<figure className="image-box mb_40">
<img src={service.bigImg} alt={contentAlt} loading="lazy" />
<img src={service.bigImg} alt={altText} loading="lazy" />
</figure>
<div
className="service-details-description"

View File

@ -20,7 +20,7 @@ export default function ContactFloat() {
{
href: "tel:647-722-3434",
src: "/assets/images/icons/call.webp",
label: "Call Rapharehab Chiropractic Clinic Etobicoke ",
label: "Call",
newTab: true,
},
{

View File

@ -18,7 +18,7 @@ export default function Preloader() {
return (
<div className="loader-wrap d-flex justify-content-center align-items-center" style={{height:"100vh"}}>
<div className="preloader">
<img src="/assets/images/logo.png" alt="Rapha Rehab Etobicoke" className="preloader-icon" />
<img src="/assets/images/logo.png" alt="rapharehab" className="preloader-icon" />
{/* <div className="preloader-close">Preloader Close</div> */}
</div>
<div className="layer layer-one"><span className="overlay" /></div>

View File

@ -60,7 +60,7 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
<div className="nav-header">
<div className="nav-logo">
<Link href="/" onClick={closeMenu} aria-label="Logo2 image">
<img src="/assets/images/logo-2.png" alt="Best Rehab Etobicoke" />
<img src="/assets/images/logo-2.png" alt="Logo" />
</Link>
</div>
<div className="nav-social">

View File

@ -20,7 +20,7 @@ export default function Sidebar({ isSidebar, handleSidebar }) {
<div className="sidebar-info-contents">
<div className="content-inner">
<div className="logo">
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="Rapha Rehab Etobicoke" /></Link>
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="rapharehab" /></Link>
</div>
<div className="content-box">
<h4>About Us</h4>

View File

@ -47,7 +47,7 @@ export default function Footer2() {
<div className="footer-widget logo-widget">
<figure className="footer-logo">
<Link href="/" aria-label="Logo">
<img src="/assets/images/footer-logo.png" alt="Rapha rehab logo" />
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
</Link>
</figure>
<p>
@ -163,7 +163,7 @@ export default function Footer2() {
<li>
<img
src="/assets/images/icons/icon-1.png"
alt="Etobicoke, canada"
alt="location"
/>5 4335 Bloor Street West Etobicoke, M9C 2A5
</li>
<li>

View File

@ -47,7 +47,7 @@ export default function Footer2() {
<div className="footer-widget logo-widget">
<figure className="footer-logo">
<Link href="/" aria-label="Logo">
<img src="/assets/images/footer-logo.png" alt="Rapha rehab logo" />
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
</Link>
</figure>
<p>
@ -163,7 +163,7 @@ export default function Footer2() {
<li>
<img
src="/assets/images/icons/icon-1.png"
alt="Etobicoke, canada"
alt="location"
/>5 4335 Bloor Street West Etobicoke, M9C 2A5
</li>
<li>

View File

@ -25,7 +25,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
<li>
<img
src="/assets/images/icons/call.webp"
alt="Rapha Rehab Call"
alt="Phone"
style={{ marginRight: "8px" }}
className="red-icon"
/>
@ -40,7 +40,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
<li>
<img
src="/assets/images/icons/mail.png"
alt="Rapha Rehab Mail"
alt="Mail"
style={{ marginRight: "8px" }}
className="red-icon"
/>
@ -88,7 +88,9 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
<div className="outer-container">
<div className="outer-box new">
<div className="logo-box">
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="Rapha Rehab Etobicoke"/></Link>
<figure className="logo" >
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="rapharehab"/></Link>
</figure>
</div>
<div className="menu-area">
@ -113,7 +115,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
<div className="outer-box">
<div className="logo-box">
<figure className="logo">
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="Rapha Rehab Etobicoke"/></Link>
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="rapharehab"/></Link>
</figure>
</div>

View File

@ -49,7 +49,7 @@ export default function Header2({
<li>
<img
src="/assets/images/icons/call.webp"
alt="Rapha Rehab Call"
alt="Phone"
className="contact-icon"
/>
<Link href="tel:647-722-3434" aria-label="Call us at 647-722-3434">
@ -59,7 +59,7 @@ export default function Header2({
<li>
<img
src="/assets/images/icons/mail.webp"
alt="Rapha Rehab Mail"
alt="Mail"
className="contact-icon"
/>
{email ? (
@ -130,7 +130,7 @@ export default function Header2({
<Link href="/" aria-label="Home page">
<Image
src={logoSrc}
alt="Rapha Rehab Etobicoke"
alt="rapharehab logo"
width={isMobile ? 150 : 200} // smaller on mobile
height={isMobile ? 45 : 60}
priority
@ -175,7 +175,7 @@ export default function Header2({
<Link href="/" aria-label="Home page">
<Image
src={logoSrc}
alt="Rapha Rehab Etobicoke"
alt="rapharehab logo"
width={isMobile ? 150 : 200}
height={isMobile ? 45 : 60}
priority

View File

@ -11,12 +11,12 @@ export const servicesList = [
"bigImg": "/assets/images/services/osteopathy/big-img.webp",
"icon": "/assets/images/services/icons/osteopathy.webp",
"icon2": "/assets/images/mobile-view/services/osteopathy.webp",
"metaTitle": "Best Registered osteopath Clinic in Etobicoke",
"metaDiscription": "Stop living with persistent pain. Rapha Rehab provides the best Osteopathy in Etobicoke, focusing on root-cause recovery and long-term wellness. Expert care designed for your unique body. Book your consultation today!",
"metaTitle": "Osteopathy Clinic in Etobicoke | Rapharehab",
"metaDiscription": "Holistic osteopathy in Etobicoke for pain relief, mobility, and whole-body balance. Personalized hands-on care by expert osteopaths at Rapharehab.",
"shortDescription": "Restore balance and relieve pain naturally.",
"description": `<div>
<div class="text-box">
<h1 class="mb_15">Osteopathy in Etobicoke</h1>
<h2 class="mb_15">Osteopathy in Etobicoke</h2>
<p class="mb_15"><b>Restore Balance Reduce Pain Move Freely</b></p>
<p class="mb_15">Osteopathy at <b><a href="https://rapharehab.ca/" target="_blank"> Rapharehab, Etobicoke</b></a>, offers a gentle, holistic, and hands-on approach to relieving pain, improving mobility, and restoring the bodys natural balance. Our certified osteopaths focus on finding the root cause of discomfort rather than treating symptoms alone helping you heal safely and naturally. Whether youre dealing with chronic pain, injury, postural issues, or stress-related tension, our osteopathy care is designed to support your long-term physical well-being.</p>
<h3 class="mb_15">What is Osteopathy?</h3>
@ -132,61 +132,20 @@ export const servicesList = [
"id": "4",
"slug": "massage-therapy-clinic-in-etobicoke",
"shortTitle": "Massage Therapy Clinic in Etobicoke",
"alt": "Massage therapy clinic ",
"sidebarImgAlt": "Massage therapy clinic",
"bigImgAlt": "Relaxation massage therapy",
"alt": "Massage Therapy Clinic in Etobicoke | Rapharehab",
"title": "Massage Therapy in Etobicoke",
"bannerImage": "/assets/images/services/massage-therapy/massage-therapy-banner.webp",
"image": "/assets/images/services/massage-therapy/left.webp",
"sidebarImg": "/assets/images/services/massage-therapy/left.webp",
"bigImg": "/assets/images/services/massage-therapy/big-img.webp",
"icon": "/assets/images/services/icons/massage-therapy.webp",
"iconAlt": "Full body massage therapy ",
"icon2": "/assets/images/mobile-view/services/massage-therapy.webp",
"metaTitle": "Best Registered Full Body Massage therapy Clinic in Etobicoke",
"metaDiscription": "Rapha rehab is one of the Best Massage therapy in Etobicoke. Full body, relaxation & registered massage therapy (RMT) available at our clinic. Book an Appointment!",
"metaTitle": "Massage Therapy Clinic in Etobicoke | Rapharehab",
"metaDiscription": "Massage therapy clinic in Etobicoke offering relaxation, pain relief, muscle recovery, and therapeutic treatments. Professional RMT care tailored to your needs at Rapharehab.",
"shortDescription": "Relax muscles and boost recovery.",
"schema": {
"@context": "https://schema.org/",
"@type": "Product",
"name": "Massage therapy Etobicoke",
"image": "https://rapharehab.ca/assets/images/services/massage-therapy/big-img.webp",
"description": "Massage therapy at Rapharehab, Etobicoke, provides targeted, hands-on treatment to reduce muscle tension, relieve pain, and promote full-body relaxation. Our Registered Massage Therapists (RMTs) use evidence-based techniques to improve circulation, support healing, and restore mobility in a comfortable, calming environment.",
"brand": {
"@type": "Brand",
"name": "Rapha rehab"
},
"offers": {
"@type": "AggregateOffer",
"url": "https://rapharehab.ca/etobicoke-treatment-service/massage-therapy-clinic-in-etobicoke/",
"priceCurrency": "CAD",
"lowPrice": ""
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "3",
"ratingCount": "1",
"reviewCount": "1"
},
"review": {
"@type": "Review",
"name": "deepa vinnakota",
"reviewBody": "Best Physiotherapy clinic at marklandwood etobicoke - I had a very bad strain right tennis elbow associated with right knee acl old injury. underwent intensive 6 treatment sessions with physiotherapist. They tailored treatment plan according to my comfortable timings. progressive healing took place in timely manner. Got acl rehab phase 3 strenthening and balancing exercises, carefully charted my progress helped to get back to my work fully. thanks to rehab team highly recommend this place for sports injury",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "3"
},
"datePublished": "2026-03-25",
"author": { "@type": "Person", "name": "deepa vinnakota" }
}
},
"description": `<div>
<h1>Massage Therapy in Etobicoke</h1>
<h2>Massage Therapy in Etobicoke</h2>
<p class="mb_15"><b>Relax Deeply Relieve Pain Restore Movement</b></p>
<p class="mb_15">Massage therapy at <b>Rapharehab, Etobicoke</b>, provides targeted, hands-on treatment to reduce muscle tension, relieve pain, and promote full-body relaxation. Our Registered Massage Therapists (RMTs) use evidence-based techniques to improve circulation, support healing, and restore mobility in a comfortable, calming environment.</p>
<p class="mb_15">Whether youre dealing with stress, muscle tightness, injury, or chronic discomfort, our massage therapy sessions are tailored to support your physical and mental well-being.</p>
@ -219,10 +178,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="Relaxation massage therapy" /></figure>
<figure class="image-box mb_30"><img src="/assets/images/services/massage-therapy/1.webp" alt="Massage Therapy Clinic in 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="Registered massage therapist" /></figure>
<figure class="image-box mb_30"><img src="/assets/images/services/massage-therapy/2.webp" alt="Massage Therapy Clinic in Etobicoke | Rapharehab" /></figure>
</div>
</div>
</div>
@ -283,97 +242,6 @@ export const servicesList = [
<p class="mb_15">Whether you're seeking stress reduction, muscle therapy, or full-body relaxation, our massage therapy services help you feel better, move better, and live better. Book your session today and discover why Rapharehab is a trusted Massage Therapy Clinic in Etobicoke for personalized care and lasting results.</p>
<p class="mb_15">Book your session today and discover why Rapharehab is a trusted <b> <a href="https://rapharehab.ca/" target="_blank"> Massage Therapy Clinic in Etobicoke</b></a> for personalized care and lasting results.</p>
<h3 class="mb_15 mt_40">Frequently Asked Questions About Massage Therapy</h3>
<div class="mt_30">
<ul class="accordion-box">
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Where can I find registered massage therapy in Etobicoke?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>You can visit our Etobicoke massage therapy clinic to find certified and experienced registered massage therapists. We offer sports massage therapy, therapeutic massage, stress relieving massage therapy, and shiatsu massage. Also, our RMTs create simple treatment plans based on your needs. As a result, you get safe and effective care every time.</p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>How can I book a relaxation massage in Etobicoke?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>Booking a relaxation massage in Etobicoke is quick and easy. You can book online, call our clinic, or visit us directly. In addition, we provide flexible time slots to match your schedule. So, you can enjoy stress relief and a calm experience without any hassle.</p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Do you offer sports massage therapy in Etobicoke?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>Yes, we offer sports massage therapy in Etobicoke for athletes and active people. Our therapists use deep tissue massage and muscle recovery techniques. For example, this helps reduce pain, improve movement, and prevent injuries. Therefore, it is ideal for both beginners and professionals.</p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>What type of massage helps reduce high cortisol levels?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>Relaxation therapeutic massage and Swedish massage are best for lowering high cortisol levels. These therapies help relax your muscular system and improve blood flow. In turn, they reduce stress and support better sleep pattern. So, regular massage therapy can help you feel more balanced and relaxed.</p>
</div>
</div>
</div>
</li>
</ul>
</div>
<h3 class="mb_15 mt_40">Our Location in Etobicoke</h3>
<div class="map-inner mt_20">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2886.847666572518!2d-79.57789668450145!3d43.6308386791466!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b3811bd400001%3A0x87ffabfe7d6aeeca!2s4335+Bloor+St+W+%236%2C+Etobicoke%2C+ON+M9C+5S2%2C+Canada!5e0!3m2!1sen!2sca!4v1693224000000!5m2!1sen!2sca"
width="100%"
height="450"
style="border:0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<style>
.accordion.active-accordion .acc-btn {
background: var(--theme-color);
}
.accordion.active-accordion .acc-btn h2 {
color: #fff;
}
.accordion.active-accordion .acc-btn .icon-box {
transform: rotate(180deg);
background: #fff;
border-color: #fff;
color: var(--theme-color);
}
.accordion .acc-content {
display: none;
}
.accordion.active-accordion .acc-content {
display: block;
}
</style>
</div>`
}
,
@ -382,23 +250,20 @@ export const servicesList = [
"id": "7",
"slug": "acupuncture-clinic-in-etobicoke",
"shortTitle": "Acupuncture Clinic in Etobicoke",
"alt": "Acupuncture Etobicoke",
"sidebarImgAlt": "Acupuncture Etobicoke",
"bigImgAlt": "Best Acupuncture Care",
"alt": "Acupuncture Clinic in Etobicoke | Rapharehab",
"title": "Acupuncture in Etobicoke",
"bannerImage": "/assets/images/services/acupuncture/acupuncture-banner.webp",
"image": "/assets/images/services/acupuncture/left.webp",
"sidebarImg": "/assets/images/services/acupuncture/left.webp",
"bigImg": "/assets/images/services/acupuncture/big-img.webp",
"icon": "/assets/images/services/icons/acupuncture.webp",
"iconAlt": "Acupuncture Icon Care",
"icon2": "/assets/images/mobile-view/services/acupuncture.webp",
"metaTitle": "Acupuncture Clinic Etobicoke for Back, Neck & Pain Relief",
"metaDiscription": "Rapha Rehab is one of the best acupuncture clinics in Etobicoke. We offer pain relief, stress relief & relaxation acupuncture. Book your appointment today!",
"metaTitle": "Acupuncture Clinic in Etobicoke | Rapharehab",
"metaDiscription": "Acupuncture clinic in Etobicoke offering natural pain relief, stress reduction, and holistic healing. Safe, evidence-based acupuncture treatments at Rapharehab.",
"shortDescription": "Natural pain relief through precise care.",
"description": `<div>
<h1>Acupuncture Clinic in Etobicoke</h1>
<h2>Acupuncture in Etobicoke</h2>
<p class="mb_15"><b>Relieve Pain Restore Balance Improve Well-Being</b></p>
<p class="mb_15">Acupuncture at <b>Rapharehab, Etobicoke</b>, provides a safe and natural way to relieve pain, reduce stress, and promote whole-body healing. Our trained acupuncture therapists use precise needle placement to stimulate the bodys natural healing response, support circulation, and restore balance in affected tissues.</p>
<p class="mb_15">Whether you're experiencing chronic pain, muscle tension, stress, or functional imbalances, acupuncture offers gentle and effective relief tailored to your needs.</p>
@ -429,10 +294,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="Pain Relief Acupuncture" /></figure>
<figure class="image-box mb_30"><img src="/assets/images/services/acupuncture/1.webp" alt="Acupuncture Clinic in 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/acupuncture/2.webp" alt="Stress Relief Acupuncture" /></figure>
<figure class="image-box mb_30"><img src="/assets/images/services/acupuncture/2.webp" alt="Acupuncture Clinic in Etobicoke | Rapharehab" /></figure>
</div>
</div>
</div>
@ -495,124 +360,6 @@ export const servicesList = [
<p class="mb_15">Acupuncture helps restore balance, relieve pain, and support a healthier, more relaxed body and mind. </p>
<p class="mb_15">Book your acupuncture session today and discover why Rapharehab is a trusted <b> <a href="https://rapharehab.ca/" target="_blank"> Acupuncture Clinic in Etobicoke</b></a> for holistic healing and long-term wellness.</p>
<h3 class="mb_15 mt_40">FAQs Acupuncture Clinic Etobicoke</h3>
<div class="mt_30">
<ul class="accordion-box">
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>What conditions can acupuncture treat?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Is acupuncture safe?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>How many sessions will I need?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Does acupuncture hurt?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Whats the difference between traditional and medical acupuncture?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Can acupuncture help with stress and sleep?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>Do I need a referral for acupuncture?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p></p>
</div>
</div>
</div>
</li>
</ul>
</div>
<style>
.accordion.active-accordion .acc-btn {
background: var(--theme-color);
}
.accordion.active-accordion .acc-btn h2 {
color: #fff;
}
.accordion.active-accordion .acc-btn .icon-box {
transform: rotate(180deg);
background: #fff;
border-color: #fff;
color: var(--theme-color);
}
.accordion .acc-content {
display: none;
}
.accordion.active-accordion .acc-content {
display: block;
}
</style>
</div>`
},
{
@ -740,16 +487,13 @@ export const servicesList = [
"id": "5",
"slug": "chiropractic-clinic-in-etobicoke",
"shortTitle": "Chiropractic Clinic in Etobicoke",
"alt": "Chiropractic Care Treatment at Rapharehab Etobicoke",
"alt": "Chiropractic Clinic in Etobicoke | Rapharehab",
"title": "Chiropractic Care in Etobicoke",
"bannerImage": "/assets/images/services/chiropractor/chiropractor-banner.webp",
"image": "/assets/images/services/chiropractor/left.webp",
"sidebarImg": "/assets/images/services/chiropractor/left.webp",
"sidebarImgAlt": "Chiropractic Care Treatment at Rapharehab Etobicoke",
"bigImg": "/assets/images/services/chiropractor/big-img.webp",
"bigImgAlt": "Expert Chiropractor Performing Spinal Adjustment in Etobicoke",
"icon": "/assets/images/services/icons/chiropractor.webp",
"iconAlt": "Chiropractic Clinic in Etobicoke Service Icon Rapharehab",
"icon2": "/assets/images/mobile-view/services/chiropractor.webp",
"metaTitle": "Chiropractic Clinic in Etobicoke | Rapharehab",
"metaDiscription": "Chiropractic clinic in Etobicoke offering spinal adjustments, pain relief, and improved mobility. Safe, effective chiropractic care tailored to your needs at Rapharehab.",
@ -818,10 +562,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="Chiropractic Back Pain Treatment Etobicoke Rapharehab" /></figure>
<figure class="image-box mb_30"><img src="/assets/images/services/chiropractor/1.webp" alt="Chiropractic Clinic in 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/chiropractor/2.webp" alt="Chiropractor Neck Pain Relief Session at Rapharehab Etobicoke" /></figure>
<figure class="image-box mb_30"><img src="/assets/images/services/chiropractor/2.webp" alt="Chiropractic Clinic in Etobicoke | Rapharehab" /></figure>
</div>
</div>
</div>
@ -856,48 +600,10 @@ export const servicesList = [
<h3 class="mb_15">Start Your Path to Better Alignment</h3>
<p class="mb_15">Whether you're managing spinal discomfort, recovering from injury, or improving your posture, chiropractic care can restore balance and improve your daily quality of life.</p>
<p class="mb_15">Book your chiropractic appointment today and discover why Rapharehab is a trusted <b> <a href="https://rapharehab.ca/" target="_blank"> Chiropractic Clinic in Etobicoke</b></a> for effective, compassionate, and professional care.</p>
</div>
`
}
<h3 class="mb_15 mt_40">Frequently Asked Questions About Chiropractic Care</h3>
<div class="mt_30">
<ul class="accordion-box">
<li class="accordion block">
<div class="acc-btn" onclick="this.parentElement.classList.toggle('active-accordion');">
<div class="icon-box"><i class="icon-34"></i></div>
<h2>What conditions can be treated with chiropractic care?</h2>
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>Chiropractic treatment effectively addresses conditions such as back pain, neck pain, headaches, sports injuries, and postural issues, enhancing overall well-being.</p>
</div>
</div>
</div>
</li>
</ul>
</div>
<style>
.accordion.active-accordion .acc-btn {
background: var(--theme-color);
}
.accordion.active-accordion .acc-btn h2 {
color: #fff;
}
.accordion.active-accordion .acc-btn .icon-box {
transform: rotate(180deg);
background: #fff;
border-color: #fff;
color: var(--theme-color);
}
.accordion .acc-content {
display: none;
}
.accordion.active-accordion .acc-content {
display: block;
}
</style>
</div>`
}
,
{
"id": "13",