Destination Durham Page
by andypotanin
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="https://destinationpickleball.com/wp-content/themes/wp-festistack/build/index.css?ver=6.4.1">
<link rel="stylesheet" href="https://destinationpickleball.com/wp-content/themes/wp-festistack/src/lightbox/css/lightbox.css?ver=6.4.1">
<link rel="stylesheet" href="https://destinationpickleball.com/wp-content/themes/wp-festistack/build/index.css?ver=6.4.1">
<script src="https://cdn.tailwindcss.com/3.4.16"></script>
<script src="/app.destination.it.js"></script>
<div style="max-width: 1200px; margin: 60px auto;">
<div style="text-align: center; margin-bottom: 40px;">
<span style="display: inline-block; color: #0033a0; padding: 12px 24px; border-radius: 30px; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; font-weight: 600; background: rgba(0, 51, 160, 0.1);">
<i class="fa-solid fa-hotel" style="margin-right: 10px;"></i>
RECOMMENDED HOTELS
</span>
<h2 style="font-size: 36px; font-weight: 800; color: #1a1a1a; margin: 0 0 24px;">Complete Your Trip with a Hotel Stay</h2>
</div>
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;">
<!-- Umstead Hotel -->
<div style="background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;" onmouseover="this.style.transform='translateY(-10px)'" onmouseout="this.style.transform='translateY(0)'">
<img src="https://placehold.co/600x400/0033a0/FFF?text=Umstead" alt="The Umstead Hotel and Spa" style="width: 100%; height: 200px; object-fit: cover;">
<div style="padding: 24px;">
<div style="color: #0033a0; font-size: 14px; font-weight: 600; margin-bottom: 8px;">Earn 395 points & 3 tiles</div>
<h3 style="font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 16px;">The Umstead...
CSS
body {
background: #1F73BE
}