import DNATitleBar from '../../../components/shared/DNATitleBar'; import ChIPIntroduction from './components/ChIPIntroduction'; import ChIPApplications from './components/ChIPApplications'; import ChIPSpecifications from './components/ChIPSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; export default function ChIPSequencingPage() { const breadcrumbs = [ { label: 'Home', href: '/' }, { label: 'DNA Sequencing', href: '/dna-sequencing' }, { label: 'Epigenomics Sequencing', href: '/dna-sequencing/epigenomics-sequencing' }, { label: 'ChIP (Chromatin immunoprecipitation) Sequencing', current: true } ]; return (
); }