PageFooter

Footer of the page with logo and privacy policies

`<page-footer id="footer"></page-footer>`
{
    "id": "footer",
    "brand": {
        "src": "/images/logo.webp",
        "srcDark": "/images/logo-dark.webp"
    },
    "content": {
        "text": {
            "es": "Open Source CRM | Hecho con ❤️ con CustomerJourney.js",
            "en": "Open Source CRM | Made with ❤️ with CustomerJourney.js",
            "fr": "CRM Open Source | Fait avec ❤️ avec CustomerJourney.js"
        }
    },
    "privacyPolicy": {
        "text": {
            "es": "Política de Privacidad",
            "en": "Privacy Policy",
            "fr": "Politique de confidentialité"
        },
        "url": "https://customerjourney.ninja/privacy-policy/"
    }
}

app-footer

app-footer-dark