73 lines
2.9 KiB
HTML
73 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>OMG AI Solutions - Ihre KI-Experten</title>
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="container">
|
|
<div class="logo">OMG AI Solutions</div>
|
|
<div class="nav-links">
|
|
<a href="#features">Lösungen</a>
|
|
<a href="#contact">Kontakt</a>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<div class="container">
|
|
<h1>Intelligente KI-Lösungen <br>für Ihr Business</h1>
|
|
<p>Steigern Sie Ihre Kundenbetreuung mit KI-gestützten Chatbots.<br>
|
|
24/7 verfügbar, mehrsprachig und perfekt auf Ihre Bedürfnisse abgestimmt.</p>
|
|
<a href="#contact" class="btn">Beratungsgespräch vereinbaren</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="features" class="features">
|
|
<div class="container">
|
|
<h2>Unsere KI-Lösungen</h2>
|
|
<div class="features-grid">
|
|
<div class="feature-card">
|
|
<h3>Kundenservice Chatbot</h3>
|
|
<p>Automatisierte Beantwortung von häufigen Kundenanfragen, Ticketerstellung und Weiterleitung an zuständige Mitarbeiter.</p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3>E-Commerce Assistant</h3>
|
|
<p>Persönliche Produktempfehlungen, Bestellstatus-Updates und Unterstützung im Kaufprozess rund um die Uhr.</p>
|
|
</div>
|
|
<div class="feature-card">
|
|
<h3>HR & Onboarding Bot</h3>
|
|
<p>Automatisierte Bewerbungsprozesse, FAQ-Beantwortung für neue Mitarbeiter und interne Supportanfragen.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="contact" class="contact">
|
|
<div class="container">
|
|
<h2>Kontaktieren Sie uns</h2>
|
|
<p>Nutzen Sie unsere Expertise zu Ihrem Vorteil und erreichen Sie uns unter:</p>
|
|
<ul class="contact-info">
|
|
<li><strong>Email:</strong> <a href="mailto:office@rattensberger.ai">office@rattensberger.ai</a></li>
|
|
<li><strong>Telefon:</strong> <a href="tel:+436605514819">+43 660 551 48 19</a></li>
|
|
<li><strong>LinkedIn:</strong> <a href="https://linkedin.com/in/martin-rattensberger" target="_blank" rel="noopener noreferrer">linkedin.com/in/martin-rattensberger</a></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p>© 2025 OMG AI Solutions. Alle Rechte vorbehalten.</p>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="impressum.html">Impressum</a></li>
|
|
<li><a href="datenschutz.html">Datenschutz</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |