From 7657f85a4a54d50a027eff9a6022956923dd0bef Mon Sep 17 00:00:00 2001 From: selvi Date: Tue, 2 Sep 2025 22:05:15 +0530 Subject: [PATCH] corrections updated --- app/contact/page.js | 6 +- app/why-rapha-physiotherapy-etobicoke/page.js | 2 +- components/layout/MobileMenu.js | 172 ++++++++++-------- components/layout/footer/Footer1.js | 10 +- components/layout/footer/Footer2.js | 18 +- components/layout/header/Header2.js | 14 +- .../sections/home/MobileServicesSection.js | 7 +- components/sections/home1/News.js | 2 +- components/sections/home2/Banner.js | 10 +- public/assets/css/module-css/chooseus.css | 2 +- public/assets/css/module-css/feature.css | 16 +- public/assets/css/style.css | 39 ++-- 12 files changed, 172 insertions(+), 126 deletions(-) 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
      - +
    • Our Team
    • Our Approach
    • Gallery
    • @@ -68,43 +68,43 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
    • Medical
    • Pediatrics
    • Modern Laboratory
    • */} - - {servicesList.map(item => ( -
    • - - {item.shortTitle} - -
    • - ))} - + + {servicesList.map(item => ( +
    • + + {item.shortTitle} + +
    • + ))} +
    handleToggle(2)}>
  • - -
  • - Area of Injury -
      - {/*
    • Our Team
    • + +
    • + Area of Injury +
        + {/*
      • Our Team
      • Team Details
      • */} - - {areaOfInjuryData.map(item => ( -
      • - - {item.title} - -
      • - ))} - -
      -
      handleToggle(3)}>
      -
    • - + {areaOfInjuryData.map(item => ( +
    • + + {item.title} + +
    • + ))} + +
    +
    handleToggle(3)}>
    +
  • + +
  • Rehabilitation
      - {/*
    • News + {/*
    • News
      • Blog Grid
      • Blog Sidebar
      • @@ -112,24 +112,24 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
      handleToggle(4,5)}>
    • */} - - {Rehabilitation.map(item => ( -
    • - - {item.title} - -
    • - ))} - - -
    -
    handleToggle(4)}>
    -
  • -
  • + {Rehabilitation.map(item => ( +
  • + + {item.title} + +
  • + ))} + + + +
    handleToggle(4)}>
    + + +
  • Accident
      - {/*
    • News + {/*
    • News
      • Blog Grid
      • Blog Sidebar
      • @@ -137,43 +137,65 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
      handleToggle(4,5)}>
    • */} - - {Rehabilitation.map(item => ( -
    • - - {item.title} - -
    • - ))} - - -
    -
    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 */} {/*
      @@ -88,7 +90,7 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
      -
      +
      diff --git a/components/sections/home1/News.js b/components/sections/home1/News.js index 0a618c4..98eeab8 100644 --- a/components/sections/home1/News.js +++ b/components/sections/home1/News.js @@ -3,7 +3,7 @@ import Link from "next/link" import Blogs from "@/utils/Blog.utils"; export default function News() { return ( -
      +
      Our Blog diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index eb5df0e..d58319f 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -45,7 +45,7 @@ export default function Banner() {

      Our skilled team provides personalized physiotherapy in Mississauga Ontario to help you regain mobility and live pain-free. Compassionate care designed around your needs.

      -
      +
      Book Your Appointment @@ -62,11 +62,11 @@ export default function Banner() {
      Compassionate Care, Delivered with Expertise

      Healing Touch, Fresh Inner Strength

      -

      Expert Hand Massage Techniques for Relief

      +

      Expert Hand Massage Techniques for Relief

      Experience targeted hand massage therapy to ease tension and promote healing, delivered by experienced therapists focused on your comfort and well-being.

      -
      +
      Schedule a Massage
      @@ -84,7 +84,7 @@ export default function Banner() {

      Offering comprehensive physiotherapy and rehabilitation services in Etobicoke to support your wellness journey and help restore your strength efficiently.

      -
      +
      Explore Our Service
      @@ -99,7 +99,7 @@ export default function Banner() {

      Wellness by theWaterfront

      Waterfront Physio and Rehab Services.

      Find peace and healing with our specialized waterfront physio and rehab programs designed for lasting wellness and a better quality of life.

      -
      +
      Visit Our Location
      diff --git a/public/assets/css/module-css/chooseus.css b/public/assets/css/module-css/chooseus.css index 3de170d..f01d704 100644 --- a/public/assets/css/module-css/chooseus.css +++ b/public/assets/css/module-css/chooseus.css @@ -4,7 +4,7 @@ .chooseus-section{ position: relative; padding: 114px 0px 160px 0px; - background-color: #bc0000; + background-color: #102548; } .lightbg{ diff --git a/public/assets/css/module-css/feature.css b/public/assets/css/module-css/feature.css index 9f42050..c3c9da1 100644 --- a/public/assets/css/module-css/feature.css +++ b/public/assets/css/module-css/feature.css @@ -18,7 +18,7 @@ transition: all 500ms ease; } -.feature-block-one .inner-box:before{ +/* .feature-block-one .inner-box:before{ position: absolute; content: ''; width: 100%; @@ -27,7 +27,7 @@ bottom: 0px; z-index: -1; transition: all 500ms ease; -} +} */ .feature-block-one .inner-box:hover:before{ height: 100%; @@ -49,9 +49,9 @@ transition: all 500ms ease; } -.feature-block-one .inner-box:hover .icon-box{ +/* .feature-block-one .inner-box:hover .icon-box{ background: #fff; -} +} */ .feature-block-one .inner-box h3{ position: relative; @@ -62,10 +62,10 @@ margin-bottom: 10px; } -.feature-block-one .inner-box h3 a{ +/* .feature-block-one .inner-box h3 a{ display: inline-block; color: var(--title-color); -} +} */ .feature-block-one .inner-box h3 a:hover{ text-decoration: underline; @@ -76,10 +76,10 @@ transition: all 500ms ease; } -.feature-block-one .inner-box:hover h3 a, +/* .feature-block-one .inner-box:hover h3 a, .feature-block-one .inner-box:hover p{ color: #fff; -} +} */ .feature-section .shape{ position: absolute; diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 7e85e2c..8bc94e0 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -117,7 +117,7 @@ --violet-color: #bc0000; --crimson-color: #DC143C; --orange-color: #FFA500; - --text-color: #676767; + --text-color: #000000; --title-color: #bc0000; } @@ -994,6 +994,13 @@ } } + @media screen and (max-width: 425px) { + .header-top .social-links { + display: none !important; + } +} + + /* .header-top .top-inner .social-links li a:hover { color: #fff; } */ @@ -1507,7 +1514,7 @@ font-size: 40px; line-height: 50px; cursor: pointer; - background: var(--secondary-color); + background: var(--theme-color); display: none; } @@ -2505,17 +2512,17 @@ } -.main-menu ul li.menu-item-has-children > a::after { - content: ""; - display: inline-block; - margin-left: 6px; - width: 6px; - height: 6px; - border-left: 2px solid #000; - border-bottom: 2px solid #000; - transform: rotate(-45deg); - vertical-align: middle; -} + .main-menu ul li.menu-item-has-children>a::after { + content: ""; + display: inline-block; + margin-left: 6px; + width: 6px; + height: 6px; + border-left: 2px solid #000; + border-bottom: 2px solid #000; + transform: rotate(-45deg); + vertical-align: middle; + } @@ -2958,4 +2965,10 @@ .read-more-btn:hover { color: #101A30; text-decoration: underline; + } + + @media screen and (max-width: 425px) { + .image-1 { + display: none !important; + } } \ No newline at end of file