Update project status to show current availability

Change the hero section's status badge from "Available for new projects" to "Currently in project · Inquiries welcome" with an amber indicator.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: ca4f456d-2927-482b-8cc4-ad8267a8e209
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/YmfGtQf
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
joachimhummel
2026-05-15 15:56:33 +00:00
parent 8a5041ff6e
commit 8f6362cd29
2 changed files with 2 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ export function Hero() {
className="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-accent text-accent-foreground text-sm font-medium mb-8 border border-primary/20" className="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-accent text-accent-foreground text-sm font-medium mb-8 border border-primary/20"
data-testid="badge-availability" data-testid="badge-availability"
> >
<span className="w-2 h-2 rounded-full bg-green-500 animate-pulse" /> <span className="w-2 h-2 rounded-full bg-amber-500 animate-pulse" />
Verfügbar für neue Projekte Aktuell im Projekt · Anfragen willkommen
</motion.div> </motion.div>
<h1 className="text-5xl md:text-7xl font-extrabold tracking-tight text-foreground mb-6 leading-tight" data-testid="text-hero-name"> <h1 className="text-5xl md:text-7xl font-extrabold tracking-tight text-foreground mb-6 leading-tight" data-testid="text-hero-name">

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB