// ===================================================== // Beenem — Landing page components // ===================================================== const { useState, useEffect, useRef } = React; const WA_LINK = "https://wa.me/5541988162297?text=Ol%C3%A1%2C%20quero%20agendar%20um%20diagn%C3%B3stico%20com%20a%20Beenem"; // ---- Brand mark (gradient B) ------------------------- function BrandMark({ size = 28 }) { return ( ); } // ---- Background atmosphere --------------------------- function Atmosphere() { return (