import TitleBar from '../../../components/shared/TitleBar'; import AmpliconIntroduction from './components/AmpliconIntroduction'; import AmpliconAdvantages from './components/AmpliconAdvantages'; import AmpliconApplications from './components/AmpliconApplications'; import AmpliconSpecifications from './components/AmpliconSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; export default function AmpliconSequencingPage() { const breadcrumbs = [ { label: 'Home', href: '/' }, { label: 'Research', href: '/research' }, { label: 'Enrichment Sequencing', href: '/dna-sequencing/enrichment-sequencing' }, { label: 'Amplicon Sequencing (16S/18S/ITS)', current: true } ]; return (
); }