plumbcraft-pro / index.html
Generaltoa's picture
rewmove
8434587 verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>PlumbCraft Pro - Emergency Plumbing Services</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
},
secondary: {
50: '#f0fdfa',
100: '#ccfbf1',
200: '#99f6e4',
300: '#5eead4',
400: '#2dd4bf',
500: '#14b8a6',
600: '#0d9488',
700: '#0f766e',
800: '#115e59',
900: '#134e4a',
}
}
}
}
}
</script>
</head>
<body class="bg-gray-900 text-white font-sans">
<custom-header></custom-header>
<main class="container mx-auto px-4 py-8">
<section class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Emergency Plumbing, On Site in 60 Minutes</h1>
<p class="text-xl text-gray-300 mb-8">Licensed local pros. Upfront pricing. 24/7 live dispatch.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="tel:+1234567890" class="bg-primary-600 hover:bg-primary-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300 flex items-center justify-center" data-variant="A" data-tracking="cta_click_primary">
<i data-feather="phone" class="mr-2"></i> Call Now — Get Immediate Help
</a>
<button id="callbackBtn" class="bg-secondary-600 hover:bg-secondary-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300 flex items-center justify-center" data-variant="A" data-tracking="cta_click_secondary">
<i data-feather="clock" class="mr-2"></i> Request a Callback in 5 Minutes
</button>
</div>
</section>
<div class="bg-gray-800 rounded-xl p-6 mb-12 flex flex-wrap items-center justify-center gap-4">
<div class="flex items-center">
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<span class="ml-2">4.8/5 rating</span>
</div>
<div class="h-6 w-px bg-gray-600 hidden sm:block"></div>
<div>2,000+ local jobs</div>
<div class="h-6 w-px bg-gray-600 hidden sm:block"></div>
<div>Licensed & insured</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
<div>
<h2 class="text-2xl font-bold mb-4">Common Plumbing Issues</h2>
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1 flex-shrink-0"></i>
<span>No surprise fees; upfront quotes</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1 flex-shrink-0"></i>
<span>Background-checked technicians</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1 flex-shrink-0"></i>
<span>Fully stocked vans for most fixes same day</span>
</li>
</ul>
</div>
<div>
<img src="http://static.photos/people/640x360/42" alt="Plumber with van" class="rounded-lg w-full h-auto">
</div>
</div>
<section class="bg-gray-800 rounded-xl p-6 mb-12">
<h2 class="text-2xl font-bold mb-6 text-center">Service Coverage</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-gray-700 p-4 rounded-lg text-center">
<i data-feather="map-pin" class="text-primary-500 w-12 h-12 mx-auto mb-4"></i>
<h3 class="text-lg font-semibold mb-2">Downtown</h3>
<p class="text-gray-300">Immediate response within 30‑60 minutes for emergency leaks, clogs, and pipe repairs.</p>
</div>
<div class="bg-gray-700 p-4 rounded-lg text-center">
<i data-feather="truck" class="text-primary-500 w-12 h-12 mx-auto mb-4"></i>
<h3 class="text-lg font-semibold mb-2">Westside</h3>
<p class="text-gray-300">24/7 availability including weekends and holidays for all plumbing services.</p>
</div>
<div class="bg-gray-700 p-4 rounded-lg text-center">
<i data-feather="clock" class="text-primary-500 w-12 h-12 mx-auto mb-4"></i>
<h3 class="text-lg font-semibold mb-2">East End</h3>
<p class="text-gray-300">Fully stocked vans ensure most repairs are completed on the first visit.</p>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<!-- Callback Modal -->
<div id="callbackModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center p-4 z-50 hidden">
<div class="bg-gray-800 rounded-xl w-full max-w-md">
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<h3 class="text-xl font-bold">Request Callback</h3>
<button id="closeModal" class="text-gray-400 hover:text-white">
<i data-feather="x"></i>
</button>
</div>
<form id="callbackForm" class="space-y-4">
<div>
<label class="block text-sm font-medium mb-1">Issue Type</label>
<div class="grid grid-cols-2 gap-2">
<label class="flex items-center">
<input type="radio" name="issue" value="leak" class="mr-2">
Leak
</label>
<label class="flex items-center">
<input type="radio" name="issue" value="clog" class="mr-2">
Clog
</label>
<label class="flex items-center">
<input type="radio" name="issue" value="water-heater" class="mr-2">
Water Heater
</label>
<label class="flex items-center">
<input type="radio" name="issue" value="burst-pipe" class="mr-2">
Burst Pipe
</label>
</div>
</div>
<div>
<label for="zipcode" class="block text-sm font-medium mb-1">Zip Code</label>
<input type="text" id="zipcode" name="zipcode" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-3 py-2" required>
</div>
<div>
<label class="block text-sm font-medium mb-1">When do you need help?</label>
<div class="grid grid-cols-3 gap-2">
<label class="flex items-center">
<input type="radio" name="urgency" value="now" class="mr-2">
Now
</label>
<label class="flex items-center">
<input type="radio" name="urgency" value="today" class="mr-2">
Today
</label>
<label class="flex items-center">
<input type="radio" name="urgency" value="week" class="mr-2">
This Week
</label>
</div>
</div>
<button type="submit" class="w-full bg-primary-600 hover:bg-primary-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Continue
</button>
</form>
</div>
</div>
</div>
<script src="components/header.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>