Health page creation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import TitleBar from '../../../components/shared/TitleBar';
|
||||
import DNATitleBar from '../../../components/shared/DNATitleBar';
|
||||
import DenovoIntroduction from './components/DenovoIntroduction';
|
||||
import DenovoAdvantages from './components/DenovoAdvantages';
|
||||
import DenovoApplications from './components/DenovoApplications';
|
||||
@ -16,7 +16,7 @@ export default function WholeGenomeDenovoPage() {
|
||||
|
||||
return (
|
||||
<PageLayout fixedHeader={true}>
|
||||
<TitleBar
|
||||
<DNATitleBar
|
||||
title="Whole Genome Denovo Sequencing"
|
||||
desc="Unlocking Genomes, Discovering Diversity"
|
||||
breadcrumbs={breadcrumbs}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// app/dna-sequencing/whole-genome-sequencing/page.js (Updated)
|
||||
import TitleBar from '../../components/shared/TitleBar';
|
||||
import DNATitleBar from '../../components/shared/DNATitleBar';
|
||||
import WGSIntroduction from './components/WGSIntroduction';
|
||||
import WGSAdvantages from './components/WGSAdvantages';
|
||||
import WGSSpecifications from './components/WGSSpecifications';
|
||||
@ -14,7 +14,7 @@ export default function WholeGenomeSequencingPage() {
|
||||
|
||||
return (
|
||||
<PageLayout fixedHeader={true}>
|
||||
<TitleBar
|
||||
<DNATitleBar
|
||||
title="Whole Genome Sequencing"
|
||||
desc="Whole Genome, Whole Insights"
|
||||
breadcrumbs={breadcrumbs}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import TitleBar from '../../../components/shared/TitleBar';
|
||||
import DNATitleBar from '../../../components/shared/DNATitleBar';
|
||||
import ResequencingIntroduction from './components/ResequencingIntroduction';
|
||||
import ResequencingAdvantages from './components/ResequencingAdvantages';
|
||||
import ResequencingApplications from './components/ResequencingApplications';
|
||||
@ -16,7 +16,7 @@ export default function WholeGenomeResequencingPage() {
|
||||
|
||||
return (
|
||||
<PageLayout fixedHeader={true}>
|
||||
<TitleBar
|
||||
<DNATitleBar
|
||||
title="Whole Genome ReSequencing"
|
||||
desc="Unraveling Genomic Complexity with Re-Sequencing"
|
||||
breadcrumbs={breadcrumbs}
|
||||
|
||||
Reference in New Issue
Block a user