diff --git a/pages/_app.js b/pages/_app.js index 8a9ba4e..c50b876 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,4 +1,5 @@ import { useEffect } from 'react'; +import Head from 'next/head'; import '../styles.css'; import IframeCommunication from '../components/iframeCommunication'; @@ -13,8 +14,12 @@ export default function MyApp({ Component, pageProps }) { return ( <> + + Alkemio - Safe Spaces for Collaboration + + ); -} +} \ No newline at end of file diff --git a/theme.config.jsx b/theme.config.jsx index 692256b..20779cf 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -11,5 +11,26 @@ export default { i18n: [ { locale: 'en-US', text: 'English' }, { locale: 'nl-NL', text: 'Nederlands' }, - ] -} \ No newline at end of file + ], + project: { + title: "Alkemio - Safe Spaces for Collaboration", + description: "Join Alkemio! Achieve your goals. Safe smart spaces for collective action." + }, + head: ( + <> + Alkemio - Safe Spaces for Collaboration + + + + + + + + + + + + + + ) + }; \ No newline at end of file