/* global React */
const { useState, useEffect, useRef } = React;
// ============ ICONS ============
const Icon = ({ name, size = 24, stroke = 1.25 }) => {
const props = { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: stroke, strokeLinecap: "square", strokeLinejoin: "miter" };
const map = {
arrow: ,
arrowDown: ,
play: ,
whatsapp: ,
// -- Why (3 principios) --
pin: ,
building: ,
coin: ,
constellation: ,
community: ,
// -- Segments (4 perfiles) --
storefront: ,
portfolio: ,
growth: ,
monument: ,
// -- Services (12 servicios) --
coffee: ,
reception: ,
terrace: ,
camera: ,
print: ,
droplet: ,
snowflake: ,
wifi: ,
table: ,
package: ,
shield: ,
parking: ,
// -- Misc --
download: ,
calendar: ,
};
return map[name] || null;
};
// ============ NAV ============
const Nav = () => {
const [scrolled, setScrolled] = useState(false);
useEffect(() => {
const onScroll = () => setScrolled(window.scrollY > 60);
window.addEventListener('scroll', onScroll);
onScroll();
return () => window.removeEventListener('scroll', onScroll);
}, []);
const links = [
['Edificio', '#ecosistema'],
['Disponibilidad', '#disponibilidad'],
['Recorrido', '#tour'],
['Servicios', '#servicios'],
['Perspectiva', '#blog'],
['Contacto', '#final'],
];
return (
);
};
// ============ HERO ============
const Hero = () => (
Seis pisos de oficinas y un local comercial premium en el corazón de Costa de Oro, Boca del Río. Plantas libres, servicios incluidos, doble acceso vehicular.
Oficinas Clase A
sobre Ruiz Cortines.