"use client"; /** * Animated heartbeat (ECG) logo for heartbeads. * A minimalistic, elegant heartbeat trace line that continuously animates * with a drawing/pulse effect — representing the living pulse of a project. */ export function BeadsLogo({ className }: { className?: string }) { return ( ); }