diff --git a/app/contact/page.js b/app/contact/page.js index e5714a0..ad11039 100644 --- a/app/contact/page.js +++ b/app/contact/page.js @@ -52,7 +52,7 @@ export default function Contact() { const emailData = { ...formData, message: `Subject: ${formData.subject}

Message: ${formData.message}`, - to: "info@rapharehab.ca", + to: "bloor@rapharehab.ca", senderName: "Rapha Rehab Contact Page", recaptchaToken: captchaToken, }; @@ -124,8 +124,8 @@ export default function Contact() {

- info@rapharehab.ca
- bloor@rapharehab.ca + bloor@rapharehab.ca
+ {/* bloor@rapharehab.ca */}

diff --git a/app/why-rapha-physiotherapy-etobicoke/page.js b/app/why-rapha-physiotherapy-etobicoke/page.js index ed4d037..d1113a3 100644 --- a/app/why-rapha-physiotherapy-etobicoke/page.js +++ b/app/why-rapha-physiotherapy-etobicoke/page.js @@ -148,7 +148,7 @@ export default function Team() { */} -

Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at info@rapharehab.ca to book a consultation.

+

Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.

Make an Appointment diff --git a/components/layout/MobileMenu.js b/components/layout/MobileMenu.js index 59c34c6..2a68579 100644 --- a/components/layout/MobileMenu.js +++ b/components/layout/MobileMenu.js @@ -50,7 +50,7 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
  • About Us
    handleToggle(2)}>
  • - -
  • - Area of Injury - +
    handleToggle(3)}>
    +
  • + +
  • Rehabilitation -
    handleToggle(4)}>
    -
  • -
  • + {Rehabilitation.map(item => ( +
  • + + {item.title} + +
  • + ))} + + + +
    handleToggle(4)}>
    + + +
  • Accident -
    handleToggle(5)}>
    -
  • -
  • Contact
  • + + {Rehabilitation.map(item => ( +
  • + + {item.title} + +
  • + ))} + + + +
    handleToggle(5)}>
    + +
  • Contact
  • +
  • + + Why Us + +
  • +
  • + + Faq + +
  • +
  • + + What To Expect + +
  • +
  • + + Payment And Insurance + +
  • -

    Contact Info

    - -
    +

    Contact Info

    + + {/*Social Links*/}
    - -
    - - {/* End Mobile Menu */} + + + + {/* End Mobile Menu */}
    ); diff --git a/components/layout/footer/Footer1.js b/components/layout/footer/Footer1.js index 046e3c9..9b84244 100644 --- a/components/layout/footer/Footer1.js +++ b/components/layout/footer/Footer1.js @@ -48,7 +48,8 @@ const servicesCols = [

    @@ -169,8 +171,8 @@ const servicesCols = [
  • - - info@rapharehab.ca + + bloor@rapharehab.ca
  • diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js index 6261723..8e940ef 100644 --- a/components/layout/footer/Footer2.js +++ b/components/layout/footer/Footer2.js @@ -6,11 +6,11 @@ import { servicesList } from "@/utils/Services.utils" export default function Footer2() { -const servicesCols = [ - servicesList.slice(0, 6), - servicesList.slice(6, 12), - servicesList.slice(12, 18), -]; + const servicesCols = [ + servicesList.slice(0, 6), + servicesList.slice(6, 12), + servicesList.slice(12, 18), + ]; @@ -48,7 +48,8 @@ const servicesCols = [

    @@ -170,7 +172,7 @@ const servicesCols = [
  • - info@rapharehab.ca + bloor@rapharehab.ca
  • diff --git a/components/layout/header/Header2.js b/components/layout/header/Header2.js index 8e6b3ed..8619ab0 100644 --- a/components/layout/header/Header2.js +++ b/components/layout/header/Header2.js @@ -19,7 +19,7 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
  • Mail - info@rapharehab.ca + bloor@rapharehab.ca
  • @@ -37,10 +37,12 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
  • Payment And Insurance
  • -
  • +
  • -
  • +
  • @@ -51,9 +53,9 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
    -
    +
    - + {/* Menu Right Content */} {/*