Health page creation

This commit is contained in:
mukesh13
2025-08-12 11:57:02 +05:30
parent 55b03ef145
commit 579dc6fabd

View File

@ -1,14 +1,10 @@
import HealthTitle from './components/HealthTitle';
import HealthIntro from './Components/HealthIntro';
import ClinicalAreas from './Components/ClinicalAreas';
import HealthIntro from './components/HealthIntro';
import ClinicalAreas from './components/ClinicalAreas';
import PageLayout from '../components/Layout/PageLayout';
export default function HealthPage() {
const breadcrumbs = [
{ label: 'Home', href: '/', current: false },
{ label: 'Health', href: '/health', current: false }
];
return (
<PageLayout fixedHeader={true}>