/* App composer for Computadores Gamer em Maringá (página piloto) */
function GMMApp() {
useReveal();
useParallax();
const footerProps = {
blurb: "Montagem de computadores gamer sob medida em Maringá–PR, com orientação técnica da InfoSystem.",
badge: "Computadores Gamer · Maringá",
navLinks: GMM_FOOTER_NAV,
homeHref: "index.html"
};
return (
);
}
const gmmRoot = ReactDOM.createRoot(document.getElementById('root'));
gmmRoot.render();