DNA image update

This commit is contained in:
mukesh13
2025-08-19 10:50:29 +05:30
parent a1526200ae
commit 04a9f5689b
75 changed files with 500 additions and 60 deletions

View File

@ -15,7 +15,7 @@ const HiCMappingIntroduction = () => {
<IntroductionLayout
title="Introduction and Workflow"
contentItems={contentItems}
imageUrl="/images/hic-mapping-workflow.png"
imageUrl="/images/dna/hic-sequencing.png"
imageAlt="Hi-C Mapping Workflow"
useParagraphs={true}
/>

View File

@ -20,7 +20,7 @@ export default function HiCMappingPage() {
current: false
},
{
label: 'Research',
label: 'DNA Sequencing',
href: '/dna-sequencing',
current: false
},

View File

@ -15,7 +15,7 @@ const OpticalMappingIntroduction = () => {
<IntroductionLayout
title="Introduction and Workflow"
contentItems={contentItems}
imageUrl="/images/optical-mapping-workflow.png"
imageUrl="/images/dna/optical_mapping.png"
imageAlt="Optical Mapping Workflow"
useParagraphs={true}
/>

View File

@ -20,7 +20,7 @@ export default function OpticalMappingPage() {
current: false
},
{
label: 'Research',
label: 'DNA Sequencing',
href: '/dna-sequencing',
current: false
},

View File

@ -20,7 +20,7 @@ export default function GenomeMappingPage() {
current: false
},
{
label: 'Research',
label: 'DNA Sequencing',
href: '/dna-sequencing',
current: false
},