Initial Astro website with Tailwind

- Homepage mit Hero, Stats, Features, Pricing, Industries, Waitlist
- 5 Branchenseiten (Großhandel, Handwerk, Steuerberater, Inkasso, Lieferanten)
- Tailwind CSS mit Brand-Colors (Navy + Signal-Red)
- Docker-Build für Coolify Deployment
- Component-basierte Architektur
This commit is contained in:
root
2026-02-21 15:53:28 +01:00
commit b34f45adf8
26 changed files with 7110 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies
node_modules/
# Build output
dist/
# Environment
.env
.env.*
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Astro
.astro/