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

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
darkMode: 'class',
theme: {
extend: {},
},
plugins: [],
}