// Stylized line-art logomark inspired by the brand's "Reinventarse sin Reventarse" mark. // Abstracted original shapes (face silhouette + tangled thought line + lotus) with // our own geometry — not a trace of the source asset. // Use the real Club Reinventadas brand mark (PNG with transparent bg) function LogoMark({ size = 72, color, style }){ return ( Club Reinventadas ); } function LogoLockup(){ return (
Adriana Laitano · Psicóloga
Club Reinventadas
); } window.LogoMark = LogoMark; window.LogoLockup = LogoLockup;