florale-emotion/website/templates/email-templates.html

283 lines
8.8 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Florale Emotion - E-Mail Templates</title>
<style>
/* Base Styles */
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
margin: 0;
padding: 0;
}
.email-container {
max-width: 600px;
margin: 0 auto;
background: #ffffff;
}
.header {
background: linear-gradient(135deg, #ec4899, #22c55e);
color: white;
padding: 30px 20px;
text-align: center;
}
.header h1 {
margin: 0;
font-size: 28px;
font-weight: bold;
}
.header p {
margin: 10px 0 0 0;
font-size: 16px;
opacity: 0.9;
}
.content {
padding: 30px 20px;
}
.content h2 {
color: #ec4899;
margin-top: 0;
}
.info-box {
background: #f8f9fa;
padding: 20px;
margin: 20px 0;
border-left: 4px solid #ec4899;
border-radius: 4px;
}
.info-box h3 {
margin-top: 0;
color: #333;
}
.button {
display: inline-block;
background: #ec4899;
color: white;
padding: 12px 24px;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
margin: 10px 0;
}
.footer {
background: #1f2937;
color: white;
padding: 20px;
text-align: center;
font-size: 14px;
}
.footer a {
color: #ec4899;
text-decoration: none;
}
.social-links {
margin: 15px 0;
}
.social-links a {
display: inline-block;
margin: 0 10px;
color: #ec4899;
text-decoration: none;
}
/* Responsive */
@media (max-width: 600px) {
.content {
padding: 20px 15px;
}
.header {
padding: 20px 15px;
}
}
</style>
</head>
<body>
<!-- Template 1: Kundenbestätigung -->
<div class="email-container" id="customer-confirmation">
<div class="header">
<h1>Florale Emotion</h1>
<p>Vielen Dank für Ihre Anfrage!</p>
</div>
<div class="content">
<p>Liebe/r [CUSTOMER_NAME],</p>
<p>vielen Dank für Ihr Interesse an unseren floralen Services für Ihr/e [EVENT_TYPE]!</p>
<p>Wir haben Ihre Anfrage erhalten und werden uns schnellstmöglich bei Ihnen melden. In der Regel antworten wir innerhalb von 24 Stunden.</p>
<div class="info-box">
<h3>Ihre Anfrage im Überblick:</h3>
<ul>
<li><strong>Event-Art:</strong> [EVENT_TYPE]</li>
<li><strong>Gewünschtes Datum:</strong> [EVENT_DATE]</li>
<li><strong>Anzahl Gäste:</strong> [GUEST_COUNT]</li>
<li><strong>Budget:</strong> [BUDGET]</li>
</ul>
</div>
<p>Falls Sie noch Fragen haben oder zusätzliche Informationen benötigen, zögern Sie nicht, uns zu kontaktieren.</p>
<p>Mit floralen Grüßen,<br>
Ihr Team von Florale Emotion<br>
Veronika & Corinna</p>
<a href="mailto:info@florale-emotion.de" class="button">Direkt antworten</a>
</div>
<div class="footer">
<p><strong>Florale Emotion</strong></p>
<p>E-Mail: info@florale-emotion.de | Web: www.florale-emotion.de</p>
<div class="social-links">
<a href="#">Instagram</a> |
<a href="#">Facebook</a> |
<a href="#">TikTok</a>
</div>
<p style="font-size: 12px; opacity: 0.8;">
Sie erhalten diese E-Mail, weil Sie eine Anfrage über unsere Website gestellt haben.
</p>
</div>
</div>
<!-- Template 2: Angebot -->
<div class="email-container" id="quote-template" style="margin-top: 40px;">
<div class="header">
<h1>Florale Emotion</h1>
<p>Ihr persönliches Angebot</p>
</div>
<div class="content">
<p>Liebe/r [CUSTOMER_NAME],</p>
<p>vielen Dank für Ihr Vertrauen in Florale Emotion. Gerne unterbreiten wir Ihnen ein individuelles Angebot für Ihr/e [EVENT_TYPE].</p>
<div class="info-box">
<h3>Angebot für [EVENT_TYPE] am [EVENT_DATE]</h3>
<p><strong>Leistungen:</strong></p>
<ul>
<li>[SERVICE_1]</li>
<li>[SERVICE_2]</li>
<li>[SERVICE_3]</li>
</ul>
<p><strong>Gesamtpreis:</strong> [TOTAL_PRICE]€ (inkl. MwSt.)</p>
</div>
<p>Das Angebot ist 14 Tage gültig. Bei Fragen stehen wir Ihnen gerne zur Verfügung.</p>
<p>Wir freuen uns darauf, Ihr Event zu einem unvergesslichen Erlebnis zu machen!</p>
<p>Herzliche Grüße,<br>
[SENDER_NAME]<br>
Florale Emotion</p>
<a href="mailto:info@florale-emotion.de?subject=Angebot%20[QUOTE_NUMBER]" class="button">Angebot annehmen</a>
</div>
<div class="footer">
<p><strong>Florale Emotion</strong></p>
<p>E-Mail: info@florale-emotion.de | Web: www.florale-emotion.de</p>
<p style="font-size: 12px; opacity: 0.8;">
Angebot Nr. [QUOTE_NUMBER] | Gültig bis [EXPIRY_DATE]
</p>
</div>
</div>
<!-- Template 3: Newsletter -->
<div class="email-container" id="newsletter-template" style="margin-top: 40px;">
<div class="header">
<h1>Florale Emotion</h1>
<p>Newsletter - [MONTH] [YEAR]</p>
</div>
<div class="content">
<h2>Liebe Blumenfreunde,</h2>
<p>willkommen zu unserem monatlichen Newsletter! Hier erfahren Sie Neuigkeiten aus der Welt der Floristik und bekommen exklusive Einblicke in unsere Arbeit.</p>
<div class="info-box">
<h3>🌸 Highlight des Monats</h3>
<p>[MONTHLY_HIGHLIGHT]</p>
</div>
<h3>Aktuelle Projekte</h3>
<p>[CURRENT_PROJECTS]</p>
<h3>Tipp des Monats</h3>
<p>[MONTHLY_TIP]</p>
<h3>Saisonale Blumen</h3>
<p>[SEASONAL_FLOWERS]</p>
<p>Haben Sie Fragen oder möchten Sie einen Beratungstermin vereinbaren? Wir freuen uns auf Ihre Nachricht!</p>
<a href="https://florale-emotion.de/contact" class="button">Beratung anfragen</a>
<p>Bis zum nächsten Mal,<br>
Veronika & Corinna</p>
</div>
<div class="footer">
<p><strong>Florale Emotion</strong></p>
<p>E-Mail: info@florale-emotion.de | Web: www.florale-emotion.de</p>
<div class="social-links">
<a href="#">Instagram</a> |
<a href="#">Facebook</a> |
<a href="#">TikTok</a>
</div>
<p style="font-size: 12px; opacity: 0.8;">
<a href="[UNSUBSCRIBE_LINK]">Newsletter abbestellen</a>
</p>
</div>
</div>
<!-- Template 4: Terminerinnerung -->
<div class="email-container" id="reminder-template" style="margin-top: 40px;">
<div class="header">
<h1>Florale Emotion</h1>
<p>Terminerinnerung</p>
</div>
<div class="content">
<p>Liebe/r [CUSTOMER_NAME],</p>
<p>wir möchten Sie daran erinnern, dass Ihr Beratungstermin für Ihr/e [EVENT_TYPE] bald ansteht.</p>
<div class="info-box">
<h3>Ihr Termin:</h3>
<p><strong>Datum:</strong> [APPOINTMENT_DATE]</p>
<p><strong>Uhrzeit:</strong> [APPOINTMENT_TIME]</p>
<p><strong>Ort:</strong> [APPOINTMENT_LOCATION]</p>
<p><strong>Ansprechpartner:</strong> [CONTACT_PERSON]</p>
</div>
<p>Bitte bringen Sie gerne Inspirationen, Farbvorstellungen oder Referenzbilder mit. So können wir Ihre Wünsche optimal umsetzen.</p>
<p>Falls Sie den Termin nicht wahrnehmen können, geben Sie uns bitte rechtzeitig Bescheid.</p>
<p>Wir freuen uns auf Sie!</p>
<p>Herzliche Grüße,<br>
[CONTACT_PERSON]<br>
Florale Emotion</p>
<a href="tel:[PHONE_NUMBER]" class="button">Anrufen</a>
</div>
<div class="footer">
<p><strong>Florale Emotion</strong></p>
<p>E-Mail: info@florale-emotion.de | Web: www.florale-emotion.de</p>
</div>
</div>
</body>
</html>