feat(landing): highlight realtime updates and beta/desktop-first notice

This commit is contained in:
Janpeter Visser 2026-04-27 20:29:51 +02:00
parent aa040ffd48
commit 9941d96846

View file

@ -105,6 +105,9 @@ 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>
<p className="text-xs text-primary-container-foreground/60">
Gratis tijdens de beta · desktop-first (1024px+)
</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">
@ -209,6 +212,18 @@ export default async function LandingPage() {
</p>
</div>
</div>
<div className="mt-4 bg-surface-container border border-border rounded-xl p-5 flex items-start gap-4">
<div className="text-xs font-mono font-semibold text-primary shrink-0 mt-1 px-2 py-0.5 rounded bg-primary-container">
LIVE
</div>
<div className="space-y-1">
<div className="text-sm font-medium">Realtime Solo Paneel</div>
<p className="text-sm text-muted-foreground leading-relaxed">
Wijzigingen vanuit andere tabs of Claude Code verschijnen binnen 12 seconden in je
Solo Paneel. Geen refresh nodig gebouwd op Postgres LISTEN/NOTIFY en Server-Sent Events.
</p>
</div>
</div>
</div>
</section>