'use client' import Link from "next/link"; import Menu from "../Menu" import MobileMenu from "../MobileMenu" export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSidebar, handlePopup, handleSidebar }) { return ( <>
{/* Header Top */}
  • Phone 647-722-3434
  • Mail bloor@rapharehab.ca
  • Why Us
  • FAQ’s
  • What To Expect
  • Payment And Insurance
  • {/*
  • Refugee Physiotherapy
  • */}
{/* Header Upper */}
rapharehab
rapharehab
) }