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