From 579dc6fabd1f3e4ab40c52f58cb4c1eff3c40c7f Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Tue, 12 Aug 2025 11:57:02 +0530 Subject: [PATCH] Health page creation --- app/health/page.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 (