Responsive check

This commit is contained in:
mukesh13
2025-09-12 11:17:42 +05:30
parent e925b985f2
commit b85ec3d929
14 changed files with 102 additions and 170 deletions

View File

@ -1,6 +1,7 @@
// app/dna-sequencing/genome-mapping/page.js
import DNATitleBar from '../../components/shared/DNATitleBar';
import GenomeMappingIntroduction from './components/GenomeMappingIntroduction';
import GenomeMappingAdvantages from './components/GenomeMappingAdvantages'
import GenomeMappingPipeline from './components/GenomeMappingPipeline';
import GenomeMappingSpecifications from './components/GenomeMappingSpecifications';
import PageLayout from '../../components/Layout/PageLayout';
@ -44,7 +45,7 @@ export default function GenomeMappingPage() {
<div className="page-content">
{/* Introduction Section */}
<GenomeMappingIntroduction />
<GenomeMappingAdvantages/>
<GenomeMappingPipeline/>
{/* Specifications Section */}