Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6ba8b61a1 | |||
| 4f312a939d | |||
| 50403ae118 | |||
| a59e847173 | |||
| e00c97ab79 | |||
| e91d0efbe0 | |||
| 771cee4b04 | |||
| 9e303b0501 | |||
| 07d77153cb |
@@ -109,19 +109,19 @@ export default function HealthcarePage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<TeamCardSix
|
||||
title="The Motion Fit Advantage"
|
||||
description="Why patients choose us for their wellness journey."
|
||||
title="Practitioner Spotlight"
|
||||
description="Meet our expert practitioners, bringing a whole-body functional approach to your care."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Individualized Plans", role: "We create bespoke treatment paths that address the root cause of your pain.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cucumber-slices-with-capsules-table_23-2148431473.jpg", imageAlt: "Individualized care"},
|
||||
id: "jerrick-yao", name: "Jerrick Yao, Physiotherapist", role: "Qualifications: BScKin, MPT, DipManipPT, FCAMPT. Jerrick is a Fellow of the Canadian Academy of Manipulative Physiotherapy (FCAMPT). Treatment Approach: Specializes in manual therapy-based, whole-body functional approaches including mobilization, manipulation, therapeutic exercise, taping, acupuncture, dry needling, custom orthotics, and bracing. More about Jerrick: An avid hiker, runner, basketball, and table tennis player. Former personal trainer and dedicated volunteer therapist with Skate Canada.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXR5ZsAmuQl2IzslEI1GV91DxL/uploaded-1776530936716-35dvuqqv.png?_wi=1", imageAlt: "Jerrick Yao, Physiotherapist"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Multidisciplinary Team", role: "Collaborative care from a diverse group of licensed health professionals.", imageSrc: "http://img.b2bpic.net/free-photo/doctors-nurses-sitting-staircase_107420-84779.jpg", imageAlt: "Medical team collaborating"},
|
||||
{
|
||||
id: "3", name: "Modern Facility", role: "Conveniently located at 1910 Yonge St with state-of-the-art treatment equipment.", imageSrc: "http://img.b2bpic.net/free-photo/busy-hospital-reception-waiting-area-with-diverse-patients-having-medical-appointment-checkup-visit-waiting-clinic-lobby-attend-healthcare-consultation-medicine-support_482257-48629.jpg", imageAlt: "Clinic interior"},
|
||||
id: "atefeh-bahadori", name: "Atefeh Bahadori, Physiotherapist", role: "Qualifications: BSc, MSc, PhD Candidate. Atefeh is a dedicated physiotherapist with a background in musculoskeletal disorders, holding degrees from Tehran University of Medical Sciences and currently pursuing a PhD at Western University. Approach: She emphasizes a patient-centered, evidence-based approach using techniques like manual therapy, mobilization, exercise therapy, taping, and myofascial release. Personal: She is passionate about yoga, playing the piano, and staying fit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXR5ZsAmuQl2IzslEI1GV91DxL/uploaded-1776530936716-35dvuqqv.png?_wi=1", imageAlt: "Atefeh Bahadori, Physiotherapist"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,9 +139,11 @@ export default function HealthcarePage() {
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Chen", role: "Clinical Director", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20699.jpg", imageAlt: "Dr. Sarah Chen"},
|
||||
{
|
||||
id: "2", name: "James Miller", role: "Senior Physiotherapist", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-man-white-shirt-with-headband-with-crossed-hands-chest-looking-front-with-confident-expression-standing-green-wall_141793-47810.jpg", imageAlt: "James Miller"},
|
||||
id: "2", name: "Jerrick Yao", role: "Physiotherapist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXR5ZsAmuQl2IzslEI1GV91DxL/uploaded-1776530936716-35dvuqqv.png?_wi=2", imageAlt: "Jerrick Yao"},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Registered RMT", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67149.jpg", imageAlt: "Elena Rodriguez"},
|
||||
id: "3", name: "Atefeh Bahadori", role: "Physiotherapist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXR5ZsAmuQl2IzslEI1GV91DxL/uploaded-1776530936716-35dvuqqv.png?_wi=2", imageAlt: "Atefeh Bahadori"},
|
||||
{
|
||||
id: "4", name: "Elena Rodriguez", role: "Registered RMT", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67149.jpg", imageAlt: "Elena Rodriguez"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,7 +152,7 @@ export default function HealthcarePage() {
|
||||
<TestimonialCardTwelve
|
||||
cardTag="Patient Success"
|
||||
cardTagIcon={Users}
|
||||
cardTitle="Trusted by over 1,000+ patients in Toronto to restore their health and well-being."
|
||||
cardTitle="Thousands of patients in Toronto trust us to restore their health and well-being. We combine evidence-based practices with compassionate care to ensure you regain your strength and mobility."
|
||||
buttons={[{ text: "Book a Session", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
@@ -168,27 +170,31 @@ export default function HealthcarePage() {
|
||||
<FaqDouble
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about starting your care at Motion Fit."
|
||||
description="Have questions about your treatment or clinic policies? We are here to help guide you through your recovery journey."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need a referral?", content: "In Ontario, you generally do not need a physician's referral to see a physiotherapist or chiropractor. However, check your insurance plan as some policies require one."},
|
||||
id: "1", title: "Do I need a physician referral?", content: "In Ontario, you don't typically need a physician's referral to see our physiotherapists or chiropractors. Please check with your insurance company to see if they require one for your specific policy coverage."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What should I expect in my first visit?", content: "Your first session involves a comprehensive assessment to understand your history, goals, and current movement patterns before we design your treatment plan."},
|
||||
id: "2", title: "What happens during the initial consultation?", content: "Your first session involves a deep-dive assessment into your history, movement patterns, and specific physical goals. We work with you to build a custom recovery roadmap."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is there parking nearby?", content: "Yes, our clinic is located at 1910 Yonge St, near Davisville Station with convenient street and nearby municipal parking options available."},
|
||||
id: "3", title: "Where can I park?", content: "Located conveniently near Davisville Station, we offer access to nearby municipal parking and limited street parking for your ease of access to the clinic."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer direct billing?", content: "We offer direct billing for most major insurance providers. Please bring your insurance details, and we will verify coverage during your first appointment."},
|
||||
id: "4", title: "Do you support direct billing?", content: "We provide direct billing services for many major insurance providers. Please bring your insurance information to your first appointment and we will happily verify coverage for you."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||
<ContactSplitForm
|
||||
title="Book Your Assessment"
|
||||
description="Start your journey to pain-free living. Contact our team to schedule your initial consultation."
|
||||
title="Schedule Your Consultation"
|
||||
description="Begin your journey to pain-free living. Contact our team today at our Yonge Street clinic to book your initial assessment."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408806.jpg"
|
||||
@@ -202,7 +208,7 @@ export default function HealthcarePage() {
|
||||
multiSelect={{
|
||||
name: "treatment", label: "Choose Service", options: ["Physiotherapy", "Chiropractic Care", "Massage Therapy", "Acupuncture", "Naturopathy", "Shockwave Therapy"],
|
||||
}}
|
||||
textarea={{ name: "notes", placeholder: "Tell us about your concerns...", rows: 4, required: true }}
|
||||
textarea={{ name: "notes", placeholder: "Tell us about your concerns or specific pain points so we can better prepare for your visit.", rows: 4, required: true }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,7 +216,7 @@ export default function HealthcarePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Clinic Services", items: [
|
||||
title: "Our Services", items: [
|
||||
{ label: "Physiotherapy", href: "#services" },
|
||||
{ label: "Chiropractic Care", href: "#services" },
|
||||
{ label: "Massage Therapy", href: "#services" },
|
||||
@@ -218,23 +224,23 @@ export default function HealthcarePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Meet the Team", href: "#team" },
|
||||
{ label: "Patient FAQs", href: "#faq" },
|
||||
{ label: "Privacy Policy" },
|
||||
title: "Company", items: [
|
||||
{ label: "Our Mission", href: "#about" },
|
||||
{ label: "Meet the Experts", href: "#team" },
|
||||
{ label: "Help Center & FAQs", href: "#faq" },
|
||||
{ label: "Privacy & Terms" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
title: "Get in Touch", items: [
|
||||
{ label: "(416) 555-0199", href: "tel:4165550199" },
|
||||
{ label: "info@motionfit.ca", href: "mailto:info@motionfit.ca" },
|
||||
{ label: "1910 Yonge St, Toronto, ON" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Motion Fit Rehab & Wellness"
|
||||
bottomRightText="All rights reserved"
|
||||
bottomLeftText="© 2025 Motion Fit Rehab & Wellness. All rights reserved."
|
||||
bottomRightText="Committed to your peak performance."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user