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 ExpandableCard accordion component
    • Page heading updated to "Hereditary Cancer Diagnosis"
    • Label: ONCO GENOMICS
  • GenePanel500.tsx (/onco-genomics/500-gene-panel):

    • Replaced the GlassCard grid layout with the ExpandableCard accordion component
    • Page heading updated to "Comprehensive Cancer Genomic Profiling (500-Gene Panel)"
    • Label: ONCO GENOMICS

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

Merge request reports

Loading