Modern Hotel Promotional Email

Modern hotel promotional email template with Scandinavian design, featuring amenities and special rates.

Preview
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;700&display=swap');
        * {
            font-family: 'Space Grotesk', sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
    </style>
</head>
<body style="background-color:#F8F7F4;color:#2A2A2A;line-height:1.5">
    <table align="center" width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="max-width:600px;margin:0 auto;padding:32px">
        <tr>
            <td>
                <img src="https://images.unsplash.com/photo-1551882547-ff40c63fe5fa" alt="Modern Hotel Exterior" style="width:100%;height:300px;object-fit:cover" />
                
                <!-- Promo Rate Section -->
                <table width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="background-color:#E9E5E0;padding:32px;margin-top:24px">
                    <tr>
                        <td>
                            <h2 style="font-size:32px;font-weight:700;margin-bottom:16px">Spring Escape Rate</h2>
                            <p style="font-size:18px;margin-bottom:24px">Book now and enjoy 25% off your stay, plus complimentary breakfast</p>
                            <a href="#" style="background-color:#2A2A2A;color:#F8F7F4;text-decoration:none;padding:16px 32px;display:inline-block;font-weight:700">Book Your Stay</a>
                        </td>
                    </tr>
                </table>

                <!-- Features Grid -->
                <table width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="margin-top:24px">
                    <tr>
                        <td style="width:50%;padding:12px">
                            <img src="https://images.unsplash.com/photo-1544161515-4ab6ce6db874" alt="Spa" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                            <h3 style="font-size:24px;font-weight:700;margin-bottom:8px">Nordic Spa</h3>
                            <p style="font-size:16px">Immerse yourself in tranquility with our signature treatments</p>
                        </td>
                        <td style="width:50%;padding:12px">
                            <img src="https://images.unsplash.com/photo-1414235077428-338989a2e8c0" alt="Restaurant" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                            <h3 style="font-size:24px;font-weight:700;margin-bottom:8px">Fine Dining</h3>
                            <p style="font-size:16px">Experience Nordic cuisine with a modern twist</p>
                        </td>
                    </tr>
                    <tr>
                        <td style="width:50%;padding:12px">
                            <img src="https://images.unsplash.com/photo-1580137189272-c9379f8864fd" alt="Fitness" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                            <h3 style="font-size:24px;font-weight:700;margin-bottom:8px">Wellness Center</h3>
                            <p style="font-size:16px">State-of-the-art equipment and personalized training</p>
                        </td>
                        <td style="width:50%;padding:12px">
                            <img src="https://images.unsplash.com/photo-1582719508461-905c673771fd" alt="Workspace" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                            <h3 style="font-size:24px;font-weight:700;margin-bottom:8px">Co-working Space</h3>
                            <p style="font-size:16px">Designed for productivity and collaboration</p>
                        </td>
                    </tr>
                </table>

                <!-- Footer -->
                <table width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="margin-top:32px;padding-top:32px;border-top:1px solid #E9E5E0">
                    <tr>
                        <td style="text-align:center;color:#666">
                            <p style="font-size:14px">Terms and conditions apply. Offer valid for stays through December 31, 2024.</p>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
</body>
</html>