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:
@@ -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"
|
||||
data-testid="badge-availability"
|
||||
>
|
||||
<span className="w-2 h-2 rounded-full bg-green-500 animate-pulse" />
|
||||
Verfügbar für neue Projekte
|
||||
<span className="w-2 h-2 rounded-full bg-amber-500 animate-pulse" />
|
||||
Aktuell im Projekt · Anfragen willkommen
|
||||
</motion.div>
|
||||
|
||||
<h1 className="text-5xl md:text-7xl font-extrabold tracking-tight text-foreground mb-6 leading-tight" data-testid="text-hero-name">
|
||||
|
||||
Reference in New Issue
Block a user