import { cn } from "@/lib/utils"; /** * Continuous valley lines from top to bottom of the page. * Sits behind content; sections use lighter accents on top. */ export function RiftPageFlow() { return (
{/* Primary spine — left */} {/* Secondary thread — right (different rhythm) */} {/* Center whisper — only on xl, very faint */}
); }