Health page creation
This commit is contained in:
@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user