// components/ClinicalAreas.js import Link from "next/link"; import Image from "next/image"; export default function ClinicalAreas() { return (
{/* Heading */}

Precise Solutions for Clinical Areas

{/* Subtext */}

Empowering you with precise, tailored approaches to diagnostics and care — addressing the unique needs of each clinical area to improve patient outcomes.

{/* Cards */}
{/* Rare Disorders */}
{/* Icon */}
Rare Disorders

Rare Disorders

Advancing diagnostics and treatments for rare genetic conditions.

{/* Oncology */}
{/* Icon */}
Oncology

Oncology

Revolutionizing cancer care with targeted therapies and early detection.

); }