feat:Add Whole Genome Sequencing Page & Improve Wellness Genomics Structure
✨ 1. New Pages & Content
-
Whole Genome Sequencing (WGS)
- Added new route:
/wellness-genomics/whole-genome-sequencing - Implemented minimal UI (heading + FAQ accordion) aligned with WES page design
- Ensures consistency across genomics services
- Added new route:
2. UI & Navigation Improvements
-
Nested Routing
- Organized all wellness genomics pages under:
/wellness-genomics/*
- Organized all wellness genomics pages under:
-
Navbar Enhancements
- Fixed spacing between logo and navigation links
- Added
flex-shrink: 0to prevent logo distortion - Updated navigation links to reflect new routing structure
-
Design Consistency
- Reused
ExpandableCardcomponent across pages - Maintained a clean, consistent UI pattern
- Reused
3. Code Quality & Performance
-
Linting Fixes
- Removed unused imports
- Cleaned up component files
-
Build Verification
- Verified successful production build (
npm run build)
- Verified successful production build (
-
Branch
- All changes pushed to:
wholegenosome
- All changes pushed to:
Result
- Fully functional WGS page with FAQ accordion
- Improved navigation and routing structure
- Consistent and scalable UI design system
- Clean, production-ready codebase
Testing
-
Verified routing for:
/wellness-genomics/wellness-genomics/whole-genome-sequencing/wellness-genomics/carrier-screening/wellness-genomics/preventive-wes
-
Checked responsiveness and UI consistency