diff --git a/app/health/page.js b/app/health/page.js index 466b571..b482fd6 100644 --- a/app/health/page.js +++ b/app/health/page.js @@ -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 (