Health page creation

This commit is contained in:
mukesh13
2025-08-12 11:50:37 +05:30
parent fcffef2883
commit 55b03ef145
62 changed files with 941 additions and 201 deletions

View File

@ -1,5 +1,5 @@
// app/dna-sequencing/enrichment-sequencing/whole-exome/page.js
import TitleBar from '../../../components/shared/TitleBar';
import DNATitleBar from '../../../components/shared/DNATitleBar';
import ExomeIntroduction from './components/ExomeIntroduction';
import ExomeAdvantages from './components/ExomeAdvantages';
import ExomeApplications from './components/ExomeApplications';
@ -17,7 +17,7 @@ export default function WholeExomeSequencingPage() {
return (
<PageLayout fixedHeader={true}>
<div className="page-wrapper">
<TitleBar
<DNATitleBar
title="Whole Exome Sequencing"
desc="Focused Insights, Comprehensive Impact"
breadcrumbs={breadcrumbs}