13 lines
383 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// app/choose-us/page.js
import HomePage from "../chooseus/HomePage";
export const metadata = {
title: "Why Choose Us Rapharehab Clinic",
description:
"Discover why Rapharehab Clinic is trusted for expert doctors, modern facilities, and dedicated care. Learn what makes us the best choice for your health.",
};
export default function Page() {
return <HomePage />;
}