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