18 lines
605 B
JavaScript
18 lines
605 B
JavaScript
import Layout from "@/components/layout/Layout";
|
|
import RefugeeIFHP from "./PaymentInsurence";
|
|
|
|
export const metadata = {
|
|
title:
|
|
"Refugee Physiotherapy & IFHP Claims (Canada) - Rapharehab Physiotherapy Etobicoke",
|
|
description:
|
|
"Access refugee physiotherapy covered by Canada's Interim Federal Health Program (IFHP) at Rapha Rehab Etobicoke. We handle paperwork, explain coverage clearly, and focus on your recovery. Book your IFHP-covered physiotherapy visit today.",
|
|
};
|
|
|
|
export default function FaqPage() {
|
|
return (
|
|
<>
|
|
<RefugeeIFHP />
|
|
</>
|
|
);
|
|
}
|