This commit is contained in:
2026-03-03 17:11:20 +01:00
parent 35929cc932
commit 15808b533d
2 changed files with 8 additions and 4 deletions

View File

@@ -187,7 +187,7 @@
</div>
<h3>KI-Telefonassistent</h3>
<p>Rufen Sie jetzt an und erleben Sie, wie unsere KI Ihr Anliegen aufnimmt und verarbeitet.</p>
<a href="tel:+493021927825" class="demo-btn" id="demoPhoneBtn">Jetzt anrufen</a>
<a href="#" class="demo-btn" id="demoPhoneBtn" onclick="event.preventDefault(); var m=document.createElement('div'); m.style.cssText='position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;z-index:10000;font-family:system-ui,sans-serif;'; m.innerHTML='<div style=&quot;background:white;padding:2rem;border-radius:12px;max-width:400px;margin:1rem;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1)&quot;><h3 style=&quot;margin:0 0 1rem 0;color:#333&quot;>Bald verfügbar</h3><p style=&quot;margin:0 0 1.5rem 0;color:#666;line-height:1.6&quot;>Bald verfügbar</p><button style=&quot;background:#10b981;color:white;border:none;padding:0.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem&quot;>OK</button></div>'; document.body.appendChild(m); m.addEventListener('click',function(e){if(e.target===m||e.target.tagName==='BUTTON'){document.body.removeChild(m)}}); setTimeout(function(){if(document.body.contains(m))document.body.removeChild(m)},5000);">Jetzt anrufen</a>
<span class="demo-note">Kostenlos · Keine Wartezeit · 24/7</span>
<!-- Sound Visualization Animation -->
@@ -224,6 +224,7 @@
<input type="text" class="chat-input-field" placeholder="Ihre Nachricht...">
<button class="chat-send-btn">Senden</button>
</div>
<p style="font-size: 0.75rem; color: #999999; margin: 4px 8px 0; line-height: 1.3;">Dies ist ein KI-System. Bitte geben Sie keine sensiblen personenbezogenen Daten ein.</p>
</div>
</div>
</div>