diff --git a/app/why-rapha-physiotherapy-etobicoke/page.js b/app/why-rapha-physiotherapy-etobicoke/page.js index 77711e7..ed4d037 100644 --- a/app/why-rapha-physiotherapy-etobicoke/page.js +++ b/app/why-rapha-physiotherapy-etobicoke/page.js @@ -136,8 +136,8 @@ export default function Team() {
-
-
+
+
diff --git a/components/layout/Menu.js b/components/layout/Menu.js index 53a1e43..72f7189 100644 --- a/components/layout/Menu.js +++ b/components/layout/Menu.js @@ -1,6 +1,8 @@ import Link from "next/link" // import { useRouter } from "next/router" - +import Rehabilitation from "@/utils/Rehabilitation.utils" +import Accident from "@/utils/Accident.utils" +import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils" export default function Menu() { // const router = useRouter() @@ -34,14 +36,14 @@ export default function Menu() { {/* ... (similarly for other service items) */} -
  • Team -
      -
    • Our Team
    • -
    • Team Details
    • -
    -
  • + {/*
  • Team +
      +
    • Our Team
    • +
    • Team Details
    • +
    +
  • */} {/* Pages */} -
  • Pages + {/*
  • Pages
    • Blog
        @@ -58,11 +60,46 @@ export default function Menu() {
      • Gallery
      • Make Appointment
      • Page Not Found
      • - + +
      +
    • */} - {/* ... (similarly for other page items) */} +
    • Area of Injury +
        + {areaOfInjuryData.map(item => ( +
      • + + {item.title} + +
      • + ))}
    • + +
    • Rehabilitation +
        + {Rehabilitation.map(item => ( +
      • + + {item.title} + +
      • + ))} +
      +
    • + +
    • Accident +
        + {Accident.map(item => ( +
      • + + {item.title} + +
      • + ))} +
      +
    • + {/* Contact */}
    • Contact
    diff --git a/components/layout/header/Header2.js b/components/layout/header/Header2.js index c22e763..46dea79 100644 --- a/components/layout/header/Header2.js +++ b/components/layout/header/Header2.js @@ -52,9 +52,9 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide {/* Menu Right Content */}
      -
    • + {/*
    • -
    • + */}
    • @@ -78,9 +78,9 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
        -
      • + {/*
      • -
      • + */}
      • diff --git a/public/assets/images/why-us/bg.webp b/public/assets/images/why-us/bg.webp new file mode 100644 index 0000000..963c246 Binary files /dev/null and b/public/assets/images/why-us/bg.webp differ diff --git a/public/assets/images/why-us/img.webp b/public/assets/images/why-us/img.webp new file mode 100644 index 0000000..eb9e26b Binary files /dev/null and b/public/assets/images/why-us/img.webp differ