/* GEЯE — Navigation */ function Nav() { const links = [ ["About", "#about"], ["Mission", "#mission"], ["Building", "#building"], ["Roadmap", "#roadmap"], ["Principles", "#principles"], ]; return ( ); } /* GEЯE — Hero */ function Hero() { return (
Turning ideas into real, scalable Web3 solutions.

GEЯE Solutions builds the infrastructure, tools and community that move Web3 from concept to production. No hype — just long-term building.

Infrastructure Developer tooling Community
GEЯE Solutions medallion
); } Object.assign(window, { Nav, Hero });