// components/AboutHealth.js import Image from "next/image"; import Link from "next/link"; export default function AboutHealth() { return (
  • At Operify Health, we believe every patient deserves answers that are not only accurate — but actionable. By harnessing the power of Next Generation Sequencing (NGS), we transform patient samples into rich genomic insights that enable clinicians and oncologists to make informed, personalized decisions. From rare genetic disorders to complex oncological cases, our solutions help uncover what traditional diagnostics often miss.
  • Our strength lies in our multidisciplinary team of researchers, bioinformaticians, and data scientists who use custom-built algorithms and cutting-edge analytics to interpret genetic data with unmatched depth. Backed by curated scientific evidence and real-world clinical findings, we deliver recommendations that are current, relevant, and patient-focused.
  • With every genome we decode, we move closer to truly personalized medicine — bridging data and care, science and life.
); }