Files
sunhouse-landingpage/CLAUDE.md
2025-12-04 18:47:03 +01:00

32 lines
872 B
Markdown

# SunHouse Landingpage
Landingpage für SunHouse Tour - energieautarkes Musterhaus in Tirol.
## Tech Stack
- Vite + React + TypeScript
- Tailwind CSS
- React Router
## Seiten
- `/` - Hauptseite mit Hero, Features, Testimonials, Pricing
- `/danke` - Danke-Seite nach Stripe-Zahlung
- `/impressum` - Impressum (Institut für Nachhaltigkeit)
## Stripe Payment Links (Test)
- Solo (49€): `https://buy.stripe.com/test_4gw8Af7zGdHX6XKcMM`
- Duo (79€): `https://buy.stripe.com/test_00g4jZ4nu6fv4PC3cd`
- Gruppe (99€): `https://buy.stripe.com/test_cN2g2HgacdHX12q8wz`
Success URL: `https://booking.samsrv.site/book/{CHECKOUT_SESSION_ID}`
## Deployment
- Domain: `tour.sunhouse.energy`
- Coolify: Static Site mit Dockerfile
- Git: `git.samsrv.site/samsrv/sunhouse-landingpage`
## Commands
```bash
npm run dev # Development
npm run build # Production build
```