further updates oh health,research and leader

This commit is contained in:
mukesh13
2025-09-11 22:33:55 +05:30
parent a90808177a
commit e925b985f2
23 changed files with 301 additions and 210 deletions

View File

@ -2,6 +2,7 @@ import ExomeMitoTitle from './components/ExomeMitoTitle';
import OperifyExomeMito from './components/OperifyExomeMito';
import SampleRequirements from '../exome/components/SampleRequirements';
import ClinicalAreasGrid from '../components/ClinicalAreasGrid';
import ExomeMitoKeyFeatures from './components/ExomeMitoKeyFeatures';
import PageLayout from '../../../components/Layout/PageLayout';
export default function ExomeMitoPage() {
@ -12,15 +13,16 @@ export default function ExomeMitoPage() {
{/* Operify ExomeMito */}
<OperifyExomeMito />
<ClinicalAreasGrid/>
<ExomeMitoKeyFeatures/>
<SampleRequirements
title="Operify ExomeMito"
items={[
"2-5 mL peripheral blood in EDTA tube",
"High-quality extracted DNA (minimum 2 µg)",
"Fresh or frozen tissue for certain cases"
]}
/>
<ClinicalAreasGrid/>
</PageLayout>
);
}