/* App composer for Limpeza de Computador e Notebook */
function LPApp() {
useReveal();
useParallax();
const footerProps = {
blurb: "Limpeza e higienização de computador e notebook em Maringá–PR.",
badge: "Assistência Técnica · Limpeza",
navLinks: LP_FOOTER_NAV,
homeHref: "index.html"
};
return (
);
}
const lpRoot = ReactDOM.createRoot(document.getElementById('root'));
lpRoot.render();