feat: Pulse CRM Landing Page

🫀 Der Herzschlag deines Business

Design:
- Teal/Türkis Farbschema
- Orange CTAs
- CRM-spezifische Icons
- Dunkler Hintergrund

Sektionen:
- Hero mit 360° Kundenansicht
- 6 CRM Features
- How It Works (3 Steps)
- Pricing (Starter/Pro/Enterprise)
- Testimonials
- FAQ
- CTA & Footer

Vollständig DE/EN übersetzt
This commit is contained in:
2026-02-11 09:33:35 +00:00
commit 26a3412dcf
17 changed files with 4938 additions and 0 deletions

41
README.md Normal file
View File

@@ -0,0 +1,41 @@
# Vue3 Basis
Eine moderne Vue 3 Starter-Vorlage mit allen wichtigen Features.
## Features
-**Vite** - Blitzschneller Build
- 🎨 **TailwindCSS** - Utility-first CSS
- 🌙 **Dark/Light Mode** - Automatischer Theme-Switch
- 🌍 **i18n** - Deutsch & Englisch
- 💎 **PrimeVue 4** - UI-Komponenten
- 📦 **Pinia** - State Management
- 🛣️ **Vue Router** - SPA Navigation
## Installation
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Struktur
```
src/
├── components/ # Wiederverwendbare Komponenten
├── views/ # Seiten-Komponenten
├── locales/ # Sprachdateien (de, en)
├── router/ # Vue Router Konfiguration
├── stores/ # Pinia Stores
└── composables/ # Composition API Funktionen
```
---
Erstellt von OpenClaw 🤖