feat: switch gene panel pages to accordion layout matching WES page
Description
This MR updates the UI layout for both Onco Genomics subpages to match the consistent accordion-style design used across the site (e.g., the WES / Predictive Diagnosis page).
What Changed
-
GenePanel72.tsx(/onco-genomics/72-gene-panel):- Replaced the GlassCard grid layout with the
ExpandableCardaccordion component - Page heading updated to "Hereditary Cancer Diagnosis"
- Label:
ONCO GENOMICS
- Replaced the GlassCard grid layout with the
-
GenePanel500.tsx(/onco-genomics/500-gene-panel):- Replaced the GlassCard grid layout with the
ExpandableCardaccordion component - Page heading updated to "Comprehensive Cancer Genomic Profiling (500-Gene Panel)"
- Label:
ONCO GENOMICS
- Replaced the GlassCard grid layout with the
Why
Design consistency — all informational genomics pages should follow the same accordion pattern for a uniform user experience across the platform.
Testing
- Verified both routes render correctly with the accordion layout
- Confirmed only one section opens at a time (single open state)
- Checked responsive behavior matches other pages
Related Branch
oncology → target: dev