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

@ -69,7 +69,7 @@ const LongReadComparison = () => {
<div className="mb-12">
<div className="text-center">
<img
src="/images/long-read-comparison.jpg"
src="/images/comparison-sequencers.png"
alt="Long Read Comparison Chart"
className="w-full max-w-4xl mx-auto rounded-lg border shadow-md"
/>

View File

@ -12,7 +12,7 @@ const LongReadIntroduction = () => {
<IntroductionLayout
title="Introduction and Workflow"
contentItems={contentItems}
imageUrl="/images/long-read-intro.png"
imageUrl="/images/dna/whole_genome_long_read_seq.png"
imageAlt="Long Read Sequencing"
badgeText="LONG READ SEQUENCING"
badgeSubtext="Oxford Nanopore & PacBio Platforms"

View File

@ -10,7 +10,6 @@ import PageLayout from '../../components/Layout/PageLayout';
export default function LongReadSequencingPage() {
const breadcrumbs = [
{ label: 'Home', href: '/' },
{ label: 'Research', href: '/research' },
{ label: 'DNA Sequencing', href: '/dna-sequencing' },
{ label: 'Whole Genome Long Read Sequencing', current: true }
];