Added Beta development banner to the app. This will be removed once we are ready for a public release.

This commit is contained in:
Janpeter Visser 2026-04-25 17:26:35 +02:00
parent 8e299915a8
commit 2deea9e841

View file

@ -100,6 +100,12 @@ export default async function LandingPage() {
<p className="text-xs text-primary-container-foreground/60 pt-1">
Demo-login: gebruikersnaam <code className="font-mono bg-primary-container-foreground/10 px-1 rounded">demo</code> · wachtwoord <code className="font-mono bg-primary-container-foreground/10 px-1 rounded">demo1234</code>
</p>
<div className="mx-auto max-w-xl rounded-lg border border-primary-container-foreground/20 bg-primary-container-foreground/10 px-4 py-3 text-left">
<p className="text-xs font-medium text-primary-container-foreground">Beta-versie</p>
<p className="mt-1 text-xs leading-relaxed text-primary-container-foreground/75">
Scrum4Me is nog in actieve ontwikkeling. Accounts en ingevoerde gegevens kunnen tijdens deze fase worden aangepast, gereset of verwijderd.
</p>
</div>
</div>
</section>