/* App composer for the InfoSystem main hub */
function HomeApp() {
useReveal();
useParallax();
const footerProps = {
blurb: "Loja de TI e informática em Maringá–PR. Suporte empresarial, assistência técnica para notebooks e computadores, montagem de PCs gamer e profissionais.",
badge: "InfoSystem · TI & Informática",
navLinks: HM_FOOTER_NAV,
homeHref: "index.html"
};
return (
);
}
const hmRoot = ReactDOM.createRoot(document.getElementById('root'));
hmRoot.render();