diff --git a/docs/Praesentation/Sales_Intelligence_Cockpit_CLevel_v2.html b/docs/Praesentation/Sales_Intelligence_Cockpit_CLevel_v2.html index cb5798676..1cd271b4a 100644 --- a/docs/Praesentation/Sales_Intelligence_Cockpit_CLevel_v2.html +++ b/docs/Praesentation/Sales_Intelligence_Cockpit_CLevel_v2.html @@ -208,8 +208,7 @@
- - +
@@ -230,7 +229,7 @@
- SuperOffice Screenshot +
@@ -274,7 +273,6 @@
-
Letzte Aktionen
@@ -293,7 +291,6 @@
-
Geplanter Abschluss @@ -309,7 +306,6 @@
-
Bulk-Rückrufbitte
Magic Mailing
@@ -321,30 +317,59 @@
- -
+ + +
- Qualität -

Datenhygiene
als Hebel.

-

- Jeder Filter der "Roten Liste" ist ein strategischer Meilenstein für unsere Sales-Exzellenz. + Sales Hygiene +

Datenqualität
als Standard.

+

+ Die "Rote Liste" – 10 automatisierte Kontrollpunkte für eine saubere Pipeline.

-
-
-
Strategische Kontrollpunkte
-
-
⚠️ Überfällig
-
📅 Fehlendes Startdatum
-
🔄 Überfällige Aktivität
-
🤝 Demo ohne Follow-Up
-
📄 Doppeltes Angebot
-
🔌 Fehlende Quelle/Kanal
-
📜 Fehlende Vertragsart
-
💰 Won mit 0 EUR
-
👤 Falscher Kundenstatus
+
+
+
+ 🚨 +
Alle Warnungen
+
+
+ +
Überfällig
+
+
+ 📅 +
Fehlendes Startdatum
+
+
+ +
Überfällige Aktivität
+
+
+ 🧪 +
Demo ohne Follow-Up
+
+
+ 👯 +
Doppeltes Angebot
+
+
+ 📍 +
Fehlende Quelle
+
+
+ 📜 +
Fehlende Vertragsart
+
+
+ 💶 +
Won mit 0 EUR
+
+
+ 👤 +
Falscher Status
@@ -352,9 +377,8 @@
- - -
+ +
Performance @@ -366,7 +390,7 @@
-
+
@@ -387,8 +411,8 @@
- -
+ +
Steuerung @@ -399,7 +423,7 @@
-
+
@@ -421,8 +445,8 @@
- -
+ +
Intelligence @@ -437,7 +461,7 @@
-
+
@@ -474,8 +498,8 @@
- -
+ +
Potential @@ -483,7 +507,7 @@

68% der Accounts im CRM ohne Ansprechpartner.

-
+
10500
Roh-Accounts
@@ -493,26 +517,24 @@
- -
+ +

Vertrieb. Steuerbar.

-
-
+
Transparent

Alle Daten auf einer Seite.

-
+
Priorisiert

Alarm zur Aktion.

-
+
Handlungsfähig

Echte Hebel statt Listen.

-
@@ -533,52 +555,50 @@ }); // Scrollytelling Setup - const slides = ["slide1", "slide2", "slide_dq", "slide3", "slide4", "slide5", "slide6", "slide7"]; + const slides = ["slide1", "slide2", "slide3", "slide4", "slide5", "slide6", "slide7", "slide8"]; slides.forEach((slideId, index) => { const visualId = `visual${index + 1}`; const visual = document.getElementById(visualId); + const tl = gsap.timeline({ + scrollTrigger: { + trigger: `#${slideId}`, + start: "top center", + end: "bottom center", + toggleActions: "play reverse play reverse" + } + }); + if (visual) { - const tl = gsap.timeline({ - scrollTrigger: { - trigger: `#${slideId}`, - start: "top center", - end: "bottom center", - toggleActions: "play reverse play reverse" - } - }); - tl.to(`#${visualId}`, { opacity: 1, x: 0, duration: 0.8, ease: "power2.out" }); - if (slideId === "slide_dq") { - tl.to("#visual_dq .dq-item", { opacity: 1, y: 0, stagger: 0.1, duration: 0.5 }, "-=0.4"); - } + } - - if (slideId === "slide7") { - tl.to(".final-box", { opacity: 1, y: 0, stagger: 0.2, duration: 1, ease: "back.out(1.7)" }, "-=0.5"); - } - - // Mini-Animations - if (slideId === "slide2") { - tl.to("#dgsGrid .action-item", { opacity: 1, y: 0, stagger: 0.15, duration: 0.6 }, "-=0.4"); - } - if (slideId === "slide3") { - tl.to("#bar3", { width: "20%", duration: 1.5, ease: "power4.out" }, "-=0.5"); - } - if (slideId === "slide4") { - tl.to("#bar4a", { width: "42%", duration: 1, ease: "power2.out" }, "-=0.5"); - tl.to("#bar4b", { width: "40%", duration: 1, ease: "power2.out" }, "-=0.8"); - tl.to("#bar4c", { width: "65%", duration: 1.2, ease: "power2.out" }, "-=1.0"); - } - if (slideId === "slide6") { - tl.to("#count6", { - innerHTML: 11216, - duration: 2.5, - snap: { innerHTML: 50 }, - ease: "power2.out" - }, "-=0.5"); - } + // Special Slide Animations + if (slideId === "slide2") { + tl.to("#dgsGrid .action-item", { opacity: 1, y: 0, stagger: 0.15, duration: 0.6 }, "-=0.4"); + } + if (slideId === "slide3") { + tl.to("#visual3 .dq-card", { opacity: 1, y: 0, stagger: 0.05, duration: 0.4, ease: "back.out(1.2)" }, "-=0.4"); + } + if (slideId === "slide4") { + tl.to("#bar3", { width: "20%", duration: 1.5, ease: "power4.out" }, "-=0.5"); + } + if (slideId === "slide5") { + tl.to("#bar4a", { width: "42%", duration: 1, ease: "power2.out" }, "-=0.5"); + tl.to("#bar4b", { width: "40%", duration: 1, ease: "power2.out" }, "-=0.8"); + tl.to("#bar4c", { width: "65%", duration: 1.2, ease: "power2.out" }, "-=1.0"); + } + if (slideId === "slide7") { + tl.to("#count6", { + innerHTML: 11216, + duration: 2.5, + snap: { innerHTML: 50 }, + ease: "power2.out" + }, "-=0.5"); + } + if (slideId === "slide8") { + tl.to(".final-box", { opacity: 1, y: 0, stagger: 0.2, duration: 1, ease: "back.out(1.7)" }, "-=0.5"); } });