// Biolite — Treatments listing + detail screens function TreatmentsScreen({ route, setRoute, openBooking }) { const [filterArea, setFilterArea] = useState(route.area || "all"); useEffect(() => { if (route.area && route.area !== filterArea) setFilterArea(route.area); }, [route.area]); const filtered = filterArea === "all" ? TREATMENTS : TREATMENTS.filter(t => t.area === filterArea); const currentArea = TREATMENT_AREAS.find(a => a.id === filterArea); return (
Every treatment page is structured the same way — what it is, who's a candidate, how it goes, what recovery looks like, and an honest FAQ. No prices on the web; pricing is by consultation.
{currentArea.blurb}
Tell us what you're considering and we'll recommend the lightest, most appropriate pathway.
A clinician-led consultation, written as a journey: what we'll discuss, who's a candidate, how the treatment runs, recovery to expect, and answers we hear most.
Every treatment page on Biolite is written the same way. We don't quote prices online; we don't show before/after without consent; we don't claim what isn't compliant.
{t.name} — {t.tags}. A clinician-supervised treatment, planned to your goals and skin or anatomical baseline.
The page you'd see in the live build expands on technology, mechanism, evidence base and clinical positioning. Device claims (FDA/CE) are attributed only where the clinic can produce verification.
Where the treatment touches longevity or regenerative modalities, we present outcomes factually and avoid disease-cure language.
Candidacy is established in consultation. We consider goals, medical history, prior treatments and whether {t.name.toLowerCase()} is the lightest, most appropriate pathway.
Conditions, age and concurrent medications can affect candidacy. We are transparent when a different modality, or no treatment, is the better answer.
The treatment is performed by a DHA-licensed practitioner. A typical session covers preparation, the treatment itself, and immediate aftercare instructions.
You'll be given written aftercare and a coordinator's direct line for any questions in the days that follow.
Expect {t.recovery}. Most patients return to work and social commitments within this window; specific instructions are provided in clinic.
We schedule a follow-up at the time of booking and offer post-recovery support modalities (lymphatic, supervised infusion) where clinically appropriate.
A 45-minute clinician conversation. No commitment. No price quoted online.