diff --git a/app/about-us/page.js b/app/about-us/page.js index 254d812..49d184b 100644 --- a/app/about-us/page.js +++ b/app/about-us/page.js @@ -10,7 +10,7 @@ export const metadata = { export default function AboutPage() { return ( +
diff --git a/app/area-of-injury/[slug]/page.js b/app/area-of-injury/[slug]/page.js index c7a840b..0a79fd6 100644 --- a/app/area-of-injury/[slug]/page.js +++ b/app/area-of-injury/[slug]/page.js @@ -34,7 +34,7 @@ export default function AreaOfInjuryDetails({ params }) { return ( +
diff --git a/app/caregivers/CaregiversPage.js b/app/caregivers/CaregiversPage.js index 5eac3e0..ea5a742 100644 --- a/app/caregivers/CaregiversPage.js +++ b/app/caregivers/CaregiversPage.js @@ -24,7 +24,7 @@ export default function Home() { } return ( <> - +
diff --git a/app/contact/page.js b/app/contact/page.js index a6449d7..3c59048 100644 --- a/app/contact/page.js +++ b/app/contact/page.js @@ -10,7 +10,7 @@ export const metadata = { export default function ContactPage() { return ( diff --git a/app/etobicoke-treatment-service/page.js b/app/etobicoke-treatment-service/page.js index 759e980..423dc05 100644 --- a/app/etobicoke-treatment-service/page.js +++ b/app/etobicoke-treatment-service/page.js @@ -10,7 +10,7 @@ export const metadata = { export default function ServicesPage() { return ( -
diff --git a/app/faq-physiotherapy-etobicoke/page.js b/app/faq-physiotherapy-etobicoke/page.js index a995bff..21914ee 100644 --- a/app/faq-physiotherapy-etobicoke/page.js +++ b/app/faq-physiotherapy-etobicoke/page.js @@ -10,7 +10,7 @@ export const metadata = { export default function FaqPage() { return ( +
diff --git a/app/our-team-physiotherapy-etobicoke/TeamClient.js b/app/our-team-physiotherapy-etobicoke/TeamClient.js index ac07cd4..07b0fe9 100644 --- a/app/our-team-physiotherapy-etobicoke/TeamClient.js +++ b/app/our-team-physiotherapy-etobicoke/TeamClient.js @@ -6,7 +6,7 @@ import { teamMembers } from "@/utils/constant.utils"; export default function Home() { return ( <> - +
diff --git a/app/our-team-physiotherapy-etobicoke/[slug]/page.js b/app/our-team-physiotherapy-etobicoke/[slug]/page.js index 369ec7d..bafd973 100644 --- a/app/our-team-physiotherapy-etobicoke/[slug]/page.js +++ b/app/our-team-physiotherapy-etobicoke/[slug]/page.js @@ -39,7 +39,7 @@ export default function TeamDetails({ params }) { if (!member) { return ( - +

Team member not found!

Go Back diff --git a/app/ourapproach-physiotherapy-etobicoke/page.js b/app/ourapproach-physiotherapy-etobicoke/page.js index aaeb712..5d58aab 100644 --- a/app/ourapproach-physiotherapy-etobicoke/page.js +++ b/app/ourapproach-physiotherapy-etobicoke/page.js @@ -10,7 +10,7 @@ export const metadata = { export default function About() { return ( <> - + {/* about-section */}
diff --git a/app/payment-insurance/page.js b/app/payment-insurance/page.js index 0e24bce..0648f11 100644 --- a/app/payment-insurance/page.js +++ b/app/payment-insurance/page.js @@ -11,7 +11,7 @@ export const metadata = { export default function About() { return ( <> - + {/* chooseus-section */}
diff --git a/app/rehabilitation/[slug]/page.js b/app/rehabilitation/[slug]/page.js index 040eff7..6d63e44 100644 --- a/app/rehabilitation/[slug]/page.js +++ b/app/rehabilitation/[slug]/page.js @@ -28,7 +28,7 @@ export default function RehabilitationDetailsPage({ params }) { return ( +
diff --git a/app/shortcodes/ShortcodesClient.js b/app/shortcodes/ShortcodesClient.js index 751e705..905dd85 100644 --- a/app/shortcodes/ShortcodesClient.js +++ b/app/shortcodes/ShortcodesClient.js @@ -10,7 +10,7 @@ export default function Home() { return ( - + {/* chooseus-section */}
diff --git a/app/why-rapha-physiotherapy-etobicoke/WhyusClient.js b/app/why-rapha-physiotherapy-etobicoke/WhyusClient.js index 37d37c4..ff62c78 100644 --- a/app/why-rapha-physiotherapy-etobicoke/WhyusClient.js +++ b/app/why-rapha-physiotherapy-etobicoke/WhyusClient.js @@ -18,7 +18,7 @@ export default function Team() { { name: 'Pre/Post Surgical Management', image: '/assets/images/why-us/img/surgical.webp' }, ]; return ( - +
diff --git a/components/layout/Menu.js b/components/layout/Menu.js index 5a887d1..af74cfc 100644 --- a/components/layout/Menu.js +++ b/components/layout/Menu.js @@ -15,7 +15,7 @@ export default function Menu() { Home Interior */} -
    +
    • Home {/*
      • Home Page One
      • diff --git a/components/layout/header/Header1.js b/components/layout/header/Header1.js index 7d24615..4b4e20c 100644 --- a/components/layout/header/Header1.js +++ b/components/layout/header/Header1.js @@ -4,107 +4,90 @@ import Menu from "../Menu" import MobileMenu from "../MobileMenu" export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSidebar, handlePopup, handleSidebar }) { - return ( - <> -
        - {/* Header Top */} -
        -
        -
        -
          -
        • - Mon - Fri 8:00 - 18:00 / Sunday 8:00 - 14:00 -
        • -
        • - Email: 0198-9526503 -
        • -
        • - location 47 Bakery Street, London, UK -
        • -
        -
          -
        • - - - -
        • -
        • - - - -
        • -
        • - - - -
        • -
        • - - - -
        • -
        -
        -
        -
        - - {/* Header Upper */} -
        -
        -
        -
        -
        -
        - rapharehab -
        -
        -
        -
        - - - -
        - -
        -
        - Request A Pickup + return ( + <> +
        + {/* Header Top */} +
        +
        +
        +
          +
        • + Phone + 647-722-3434 +
        • +
        • + Mail + bloor@rapharehab.ca +
        • +
        +
          +
        • Why Us
        • +
        • Faq
        • +
        • What To Expect
        • +
        • Payment And Insurance
        • +
        • + + + +
        • +
        • + + + +
        • +
        -
        -
        - - {/* Sticky Header */} -
        -
        -
        -
        -
        rapharehab
        -
        - - -
          - -
          - Request A Pickup -
          -
        - -
        -
        -
        {/* End Sticky Menu */} - {/* Mobile Menu */} - -
        - - ) + {/* Header Upper */} +
        +
        +
        +
        +
        + rapharehab +
        +
        + +
        +
        + + + +
        + + +
        +
        +
        +
        + +
        +
        +
        +
        +
        + rapharehab +
        +
        + + +
        +
        +
        + + + + + ) } diff --git a/components/layout/header/Header2.js b/components/layout/header/Header2.js index 536cbb5..af76d5e 100644 --- a/components/layout/header/Header2.js +++ b/components/layout/header/Header2.js @@ -1,120 +1,103 @@ 'use client' import Link from "next/link"; -import Menu from "../Menu" -import MobileMenu from "../MobileMenu" -import Sidebar from "../Sidebar" +import Menu from "../Menu"; +import MobileMenu from "../MobileMenu"; -export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSidebar, handlePopup, handleSidebar }) { - return ( - <> -
        - {/* Header Top */} -
        +export default function Header2({ + scroll, + isMobileMenu, + handleMobileMenu, + handlePopup, + handleSidebar, + isHome = false, +}) { + return ( + <> +
        + {/* Header Top */} +
        +
        +
          +
        • + Phone + {/* 647-722-3434 */} +
        • +
        • + Mail + bloor@rapharehab.ca +
        • +
        -
        -
          -
        • - Phone - 647-722-3434 -
        • -
        • - Mail - bloor@rapharehab.ca -
        • +
            +
          • Why Us
          • +
          • Faq
          • +
          • What To Expect
          • +
          • Payment And Insurance
          • +
          • + + + +
          • +
          • + + + +
          • +
          +
        +
        -
      - -
        -
      • - Why Us -
      • -
      • - Faq -
      • -
      • - What To Expect -
      • -
      • - Payment And Insurance -
      • -
      • - {/*
      • */} - {/*
      • */} -
      • -
      -
+ {/* Header Lower */} +
+
+
+
+
+ rapharehab +
+
+
+
+ + +
- {/* Header Upper */} -
-
-
-
-
rapharehab
-
+ +
+
+
+
- {/* Menu Right Content */} - {/*
    + {/* Sticky Header */} +
    +
    +
    +
    +
    + rapharehab +
    +
    -
  • - -
  • -
  • - -
  • -
*/} -
- {/* Mobile Navigation Toggler */} -
- - - -
- {/* Main Menu */} - - -
-
-
+ +
+
+
- -
    - - {/*
  • - -
  • */} - {/*
  • - -
  • */} -
- -
-
-
{/* End Sticky Menu */} - {/* Mobile Menu */} - - - - - ) + {/* Mobile Menu */} + + + + ); } diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index 8e2145b..4957142 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -65,7 +65,7 @@ export default function Banner() { { id: 0, variant: 'topToBottom', - bgImage: '/assets/images/home/banner/home-banner-1.png', + bgImage: '/assets/images/banner/desktopBanner/home-banner-1.png', upperText: 'Begin Your Health Journey', title: 'Better', titleSpan: 'health', @@ -79,7 +79,7 @@ export default function Banner() { { id: 1, variant: 'bottomToTop', - bgImage: '/assets/images/home/banner/home-banner-2.png', + bgImage: '/assets/images/banner/desktopBanner/home-banner-2.png', upperText: 'Care That Heals Gently', title: 'Relaxing', titleSpan: 'Massage', @@ -93,7 +93,7 @@ export default function Banner() { { id: 2, variant: 'leftToRight', - bgImage: '/assets/images/home/banner/home-banner-3.png', + bgImage: '/assets/images/banner/desktopBanner/home-banner-3.png', upperText: 'Wellness Near You Always', title: 'Trusted', titleSpan: 'Physio', @@ -107,7 +107,7 @@ export default function Banner() { { id: 3, variant: 'rightToLeft', - bgImage: '/assets/images/home/banner/home-banner-4.png', + bgImage: '/assets/images/banner/desktopBanner/home-banner-4.png', upperText: 'Healing With Caring Hands', title: 'Holistic', titleSpan: 'Wellness', diff --git a/components/sections/home2/MobileBanner.js b/components/sections/home2/MobileBanner.js index 22e9fa9..1f06c2a 100644 --- a/components/sections/home2/MobileBanner.js +++ b/components/sections/home2/MobileBanner.js @@ -49,19 +49,25 @@ export default function MobileBanner() { }, []); const slides = [ - { + // { + // id: 0, + // variant: 'topToBottom', + // bgImage: '/assets/images/banner/mobile-banner/mbl-view-banner-1.png', + // upperText: 'Begin Your Health Journey', + // title: 'Better', + // titleSpan: 'health', + // titleEnd: 'Forever', + // subtitle: 'Expert Physiotherapy in Mississauga for You.', + // description: 'Our expert physiotherapists help you restore movement, reduce pain, and live healthier with personalized care in Mississauga.', + // buttonText: 'Book Your Appointment', + // buttonLink: 'tel:+647-722-3434', + // contentStyle: 'mobile-style' + // }, + { id: 0, variant: 'topToBottom', - bgImage: '/assets/images/banner/mobile-banner/mbl-view-banner-1.png', - upperText: 'Begin Your Health Journey', - title: 'Better', - titleSpan: 'health', - titleEnd: 'Forever', - // subtitle: 'Expert Physiotherapy in Mississauga for You.', - description: 'Our expert physiotherapists help you restore movement, reduce pain, and live healthier with personalized care in Mississauga.', - buttonText: 'Book Your Appointment', - buttonLink: 'tel:+647-722-3434', - // contentStyle: 'mobile-style' + bgImage: '/assets/images/banner/mobile-banner/banner-1.webp', + hideContent: true }, { id: 1, @@ -159,7 +165,7 @@ export default function MobileBanner() { display: 'flex', justifyContent: 'center', alignItems: 'end', - paddingBottom:"20px" + paddingBottom: "20px" }} > {!slide.hideContent && ( diff --git a/public/assets/css/style.css b/public/assets/css/style.css index f3b81e6..ac9778b 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1014,6 +1014,43 @@ padding: 15.5px 0; } + /* Fully transparent header */ +.header-style-two, +.header-style-two .header-top, +.header-style-two .header-area { + background: transparent !important; + box-shadow: none !important; + border: none !important; + position: absolute; /* Keep header floating over content */ + top: 0; + left: 0; + width: 100%; + z-index: 999; +} + +/* Menu, logo, and links visible on hero */ +.header-style-two .header-top a, +.header-style-two .header-top .logo { + color: #fff !important; +} + +/* Padding for alignment without background interference */ +.header-style-two .header-top .top-inner { + display: flex; + justify-content: space-between; + align-items: center; + padding-left: 100px; + padding-right: 100px; + position: relative; /* Needed for flex children alignment */ +} + +/* Optional: ensure header elements stay visible on scroll */ +.header-style-two.fixed-header { + position: fixed; + background: rgba(0, 0, 0, 0.2); /* Slight transparency if needed on scroll */ +} + + .header-top .top-inner { position: relative; display: flex; @@ -1239,6 +1276,12 @@ position: relative; /* background: #fff; */ } + + .new{ + + background-color: #fff !important; + + } .main-header .header-lower .outer-box:before { position: absolute; @@ -1433,6 +1476,12 @@ transition: all 500ms ease; } + .new-menu .new-nav>li>a{ + + color: #101A30 !important; + + } + @media (max-width: 1200px) { .main-menu .navigation>li>a { font-size: 17px; @@ -1719,6 +1768,7 @@ .sticky-header .main-menu .navigation>li>a { padding-top: 27px; padding-bottom: 27px; + color: #101A30; } .sticky-header .main-menu .navigation>li>a:before { diff --git a/public/assets/images/banner/desktopBanner/home-banner-1.png b/public/assets/images/banner/desktopBanner/home-banner-1.png new file mode 100644 index 0000000..5123659 Binary files /dev/null and b/public/assets/images/banner/desktopBanner/home-banner-1.png differ diff --git a/public/assets/images/banner/desktopBanner/home-banner-2.png b/public/assets/images/banner/desktopBanner/home-banner-2.png new file mode 100644 index 0000000..8c6d583 Binary files /dev/null and b/public/assets/images/banner/desktopBanner/home-banner-2.png differ diff --git a/public/assets/images/banner/desktopBanner/home-banner-3.png b/public/assets/images/banner/desktopBanner/home-banner-3.png new file mode 100644 index 0000000..c8b0fd1 Binary files /dev/null and b/public/assets/images/banner/desktopBanner/home-banner-3.png differ diff --git a/public/assets/images/banner/desktopBanner/home-banner-4.png b/public/assets/images/banner/desktopBanner/home-banner-4.png new file mode 100644 index 0000000..9507d73 Binary files /dev/null and b/public/assets/images/banner/desktopBanner/home-banner-4.png differ