// Reusable section components
// THEME_URI is defined globally in data.jsx (loaded before this file)
const useReveal = () => {
React.useEffect(() => {
const els = document.querySelectorAll('.reveal:not(.in)');
const io = new IntersectionObserver((entries) => {
entries.forEach(e => {
if (e.isIntersecting) {
const el = e.target;
const delay = parseFloat(el.dataset.delay || 0);
setTimeout(() => el.classList.add('in'), delay * 1000);
io.unobserve(el);
}
});
}, { threshold: 0.12, rootMargin: '0px 0px 10% 0px' });
els.forEach(el => io.observe(el));
return () => io.disconnect();
}, []);
};
const BlurText = ({ text, className = '', startDelay = 0, perWord = 0.08 }) => {
const [shown, setShown] = React.useState(false);
React.useEffect(() => {
const t = setTimeout(() => setShown(true), startDelay * 1000);
return () => clearTimeout(t);
}, [startDelay]);
const words = text.split(' ');
return (
{words.map((w, i) => (
{w}{i < words.length - 1 ? ' ' : ''}
))}
);
};
const Navbar = ({ onContact, activePage = 'inicio' }) => {
const [open, setOpen] = React.useState(false);
React.useEffect(() => {
if (!open) return;
const close = (e) => {
if (!e.target.closest('nav.top')) setOpen(false);
};
window.addEventListener('click', close);
return () => window.removeEventListener('click', close);
}, [open]);
const ligaHref = activePage === 'inicio' ? '#liga' : '/#liga';
return (
);
};
const Hero = () => {
const heroTitulo = (window.WP_DATA && window.WP_DATA.hero_titulo) ? window.WP_DATA.hero_titulo : null;
const heroSubtitulo = (window.WP_DATA && window.WP_DATA.hero_subtitulo) ? window.WP_DATA.hero_subtitulo : null;
return (
{heroSubtitulo || 'Estrategias digitales, publicidad radial y presencia de marca para empresas que quieren crecer.'}
Cinco prácticas con un mismo propósito: que tu marca sea reconocible, recordable y elegida. Cada servicio se vende solo y se integra con los demás.
Una revista mensual sobre Liga Deportiva Universitaria, distribuida directamente vía WhatsApp a
9,500 hinchas autoidentificados. Tu marca dentro del contexto editorial que la audiencia abre porque quiere — no porque le interrumpe.
Cuéntanos en una línea qué necesitas y te respondemos por WhatsApp en menos de 24 horas hábiles. Sin formularios eternos, sin tickets.
{heroTitulo ? (
Lo que hacemos,
en orden de impacto.{s.title} {s.titleItalic}
Va por ti,
Liga.
Nueve años
transformando marcas
¿Listo para
transformar
tu negocio?
{desc}
{svc.long}
Más de 10 años construyendo marcas en Ecuador. Somos estrategas, creativos y comunicadores con un solo norte: que tu inversión regrese multiplicada.