/* App composer for Backup Empresarial */
function BEApp() {
useReveal();
useParallax();
const footerProps = {
blurb: "Organização de backup empresarial em Maringá–PR.",
badge: "Empresarial · Backup",
navLinks: BE_FOOTER_NAV,
homeHref: "index.html"
};
return (
);
}
const beRoot = ReactDOM.createRoot(document.getElementById('root'));
beRoot.render();