import TitleBar from '../../../components/shared/TitleBar'; import DenovoIntroduction from './components/DenovoIntroduction'; import DenovoAdvantages from './components/DenovoAdvantages'; import DenovoApplications from './components/DenovoApplications'; import DenovoSpecifications from './components/DenovoSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; export default function WholeGenomeDenovoPage() { const breadcrumbs = [ { label: 'Home', href: '/' }, { label: 'Research', href: '/research' }, { label: 'Whole Genome Sequencing', href: '/dna-sequencing/whole-genome-sequencing' }, { label: 'Whole Genome Denovo Sequencing', current: true } ]; return (
); }