/* global React */
const { useEffect, useRef, useState } = React;
/* ============================================================
Cinematic Use Cases — scroll-driven family vignettes
8 scenes, each 100vh, alternating left/right image+artifact,
with image-slot drop targets so real family photos land here.
============================================================ */
function CinematicUseCases() {
const scenes = [
{
id: "cycles",
n: "01",
eyebrow: "For her",
head: "Her cycle. On her terms.",
sub: "Track periods, symptoms, and patterns privately. Arogya links them to the rest of her health — so cycles aren't a footnote anymore.",
photo: { id: "scene-cycles", placeholder: "Drop a photo — young woman, soft window light" },
side: "right",
Artifact: CycleArtifact,
},
{
id: "meds",
n: "02",
eyebrow: "For Amma & Appa",
head: "Every pill. Every dose. Even the ones grandma forgets to mention.",
sub: "Forward a prescription, snap a strip, ask 'what are mom's medicines right now?' — Arogya knows.",
photo: { id: "scene-meds", placeholder: "Drop a photo — close-up of medicines on a wooden table" },
side: "left",
Artifact: MedicationArtifact,
},
{
id: "vaccines",
n: "03",
eyebrow: "For the kids",
head: "Never miss a booster again.",
sub: "Childhood schedule, travel shots, boosters at school age — all tracked, all reminded.",
photo: { id: "scene-vaccines", placeholder: "Drop a photo — child at a clinic, warm light" },
side: "right",
Artifact: VaccineArtifact,
},
{
id: "visit",
n: "04",
eyebrow: "Memory you can search",
head: "What did the cardiologist say last March?",
sub: "Every doctor visit captured — who, when, what was advised, what to follow up on. Searchable forever.",
photo: { id: "scene-visit", placeholder: "Drop a photo — doctor's hands with a stethoscope" },
side: "left",
Artifact: VisitArtifact,
},
{
id: "labs",
n: "05",
eyebrow: "Trends, not paper",
head: "Appa's cholesterol over five years, in one chart.",
sub: "Lab reports aren't files. They're a story over time. Arogya reads every PDF and plots the line.",
photo: { id: "scene-labs", placeholder: "Drop a photo — elderly father reading the newspaper" },
side: "right",
Artifact: LabArtifact,
},
{
id: "traditional",
n: "06",
eyebrow: "All systems, one memory",
head: "Your vaidya, your homeopath, your GP — one timeline.",
sub: "Indian families don't follow one system of medicine. Arogya remembers all of them, side by side.",
photo: { id: "scene-traditional", placeholder: "Drop a photo — Ayurvedic herbs, mortar & pestle" },
side: "left",
Artifact: TraditionalArtifact,
},
{
id: "symptoms",
n: "07",
eyebrow: "The invisible 80%",
head: "That recurring cough since last winter.",
sub: "Symptoms, home remedies, supplements, sleep — everything between doctor visits, finally captured.",
photo: { id: "scene-symptoms", placeholder: "Drop a photo — woman pouring herself tea by a window" },
side: "right",
Artifact: SymptomsArtifact,
},
{
id: "emergency",
n: "08",
eyebrow: "When seconds matter",
head: "Everything a doctor needs, in ten seconds.",
sub: "Blood group, allergies, current medicines, last hospital — one tap, one screen. Share with anyone you trust.",
photo: { id: "scene-emergency", placeholder: "Drop a photo — family hands together" },
side: "left",
Artifact: EmergencyArtifact,
},
];
return (
What Arogya remembers — in real life
Eight things every family is already tracking. Just not in one place.
Scroll through the moments that show up in real family life — and what Arogya does with them.