// components/AboutHealth.js 'use client' import Image from "next/image"; export default function AboutHealth() { return (
{/* Left Side - Image */}
Healthcare professional working in modern laboratory
{/* Subtle border */}
{/* Right Side - Content */}
{/* Brand/Title */}

Operify Health

{/* Content */}
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.
); }