eddy-s-handy-haven / index.html
DatadudeDev's picture
Add the hero banner color back please
0a5da87 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eddy's Handy Haven - Professional Home Services</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.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>
<style>
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
input:focus, textarea:focus, select:focus {
outline: none;
ring: 2px;
ring-color: #6366f1;
}
.datepicker {
z-index: 50;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="tool" class="h-8 w-8 text-indigo-600"></i>
<span class="ml-2 text-xl font-bold text-gray-900">Edd Your Handy</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-4">
<a href="#services" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-indigo-600">Services</a>
<a href="#about" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-indigo-600">About</a>
<a href="#testimonials" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-indigo-600">Testimonials</a>
<a href="#booking" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700">Book Now</a>
</div>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-indigo-600 focus:outline-none">
<i data-feather="menu" class="h-6 w-6"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#services" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600">Services</a>
<a href="#about" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600">About</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600">Testimonials</a>
<a href="#booking" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-indigo-600 hover:bg-indigo-700">Book Now</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 text-white">
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
<span class="text-gray-900 font-bold">Expert Home Services You Can Trust</span>
</h1>
<p class="mt-6 max-w-3xl mx-auto text-xl">
<span class="text-gray-700">From small repairs to complete remodels, Edd Your Handy delivers quality craftsmanship with a personal touch.</span>
</p>
<div class="mt-10">
<a href="#booking" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-gray-900 hover:bg-gray-800">
<i data-feather="calendar" class="mr-2 text-white"></i> Book a Service
</a>
</div>
</div>
</div>
<!-- Services Section -->
<div id="services" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Our Professional Services
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Comprehensive solutions for all your home improvement needs
</p>
</div>
<div class="mt-20">
<div class="grid grid-cols-1 gap-12 sm:grid-cols-2 lg:grid-cols-3">
<!-- Service 1 -->
<div class="service-card pt-6 bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300">
<div class="px-6 pb-8">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="tool"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Handyperson Services</h3>
<p class="mt-2 text-base text-gray-500">
Expert repairs and maintenance for all those small jobs around your home.
</p>
</div>
</div>
<!-- Service 2 -->
<div class="service-card pt-6 bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300">
<div class="px-6 pb-8">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="droplet"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Bathroom Remodeling</h3>
<p class="mt-2 text-base text-gray-500">
Transform your bathroom into a luxurious retreat with our expert remodeling services.
</p>
</div>
</div>
<!-- Service 3 -->
<div class="service-card pt-6 bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300">
<div class="px-6 pb-8">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="home"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">General Contracting</h3>
<p class="mt-2 text-base text-gray-500">
Complete project management for all your construction and renovation needs.
</p>
</div>
</div>
<!-- Service 4 -->
<div class="service-card pt-6 bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300">
<div class="px-6 pb-8">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="utensils"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Kitchen Remodeling</h3>
<p class="mt-2 text-base text-gray-500">
Create your dream kitchen with our custom design and remodeling services.
</p>
</div>
</div>
<!-- Service 5 -->
<div class="service-card pt-6 bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300">
<div class="px-6 pb-8">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="layers"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Home Remodeling</h3>
<p class="mt-2 text-base text-gray-500">
Comprehensive remodeling services to update and transform your entire home.
</p>
</div>
</div>
<!-- Service 6 -->
<div class="service-card pt-6 bg-gray-50 rounded-lg overflow-hidden shadow transition duration-300">
<div class="px-6 pb-8">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="settings"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Service Establishment</h3>
<p class="mt-2 text-base text-gray-500">
Installation and setup of new appliances, systems, and home features.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Section -->
<div id="about" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8">
<div class="mb-8 lg:mb-0">
<img class="rounded-lg shadow-xl" src="http://static.photos/construction/1024x576/42" alt="Eddy at work">
</div>
<div class="lg:mt-0">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
About Eddy's Handy Haven
</h2>
<p class="mt-3 text-lg text-gray-500">
Founded in 2010, Edd Your Handy has been serving the community with reliable, high-quality home services. Our team of skilled professionals takes pride in every project, big or small.
</p>
<div class="mt-6">
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="check"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Our Promise</h3>
<p class="mt-2 text-base text-gray-500">
Quality craftsmanship, transparent pricing, and exceptional customer service on every job.
</p>
</div>
</div>
<div class="mt-6 flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="award"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Certified Professionals</h3>
<p class="mt-2 text-base text-gray-500">
All our technicians are licensed, insured, and background-checked for your peace of mind.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials Section -->
<div id="testimonials" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
What Our Clients Say
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Don't just take our word for it - hear from our satisfied customers
</p>
</div>
<div class="mt-16">
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="pt-6 bg-gray-50 rounded-lg overflow-hidden shadow">
<div class="px-6 pb-8">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/1" alt="Sarah J.">
</div>
<div class="ml-4">
<div class="text-lg font-medium text-gray-900">Sarah J.</div>
<div class="flex items-center mt-1">
<div class="flex items-center">
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
</div>
</div>
</div>
</div>
<p class="mt-4 text-base text-gray-500">
"Eddy's team completely transformed our outdated kitchen into a modern masterpiece. They were professional, clean, and completed the project on time and on budget."
</p>
</div>
</div>
<!-- Testimonial 2 -->
<div class="pt-6 bg-gray-50 rounded-lg overflow-hidden shadow">
<div class="px-6 pb-8">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/2" alt="Michael T.">
</div>
<div class="ml-4">
<div class="text-lg font-medium text-gray-900">Michael T.</div>
<div class="flex items-center mt-1">
<div class="flex items-center">
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
</div>
</div>
</div>
</div>
<p class="mt-4 text-base text-gray-500">
"The bathroom remodel was flawless. Attention to detail was impressive, and they worked around our schedule to minimize disruption. Will definitely use them again!"
</p>
</div>
</div>
<!-- Testimonial 3 -->
<div class="pt-6 bg-gray-50 rounded-lg overflow-hidden shadow">
<div class="px-6 pb-8">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/3" alt="Lisa P.">
</div>
<div class="ml-4">
<div class="text-lg font-medium text-gray-900">Lisa P.</div>
<div class="flex items-center mt-1">
<div class="flex items-center">
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
<i data-feather="star" class="text-yellow-400 h-4 w-4"></i>
</div>
</div>
</div>
</div>
<p class="mt-4 text-base text-gray-500">
"We've used Eddy for multiple projects over the years. Always reliable, fair pricing, and excellent workmanship. They're our go-to for all home improvement needs."
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Booking Section -->
<div id="booking" class="py-16 bg-indigo-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-12">
<div class="mb-8 lg:mb-0">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Ready to Transform Your Home?
</h2>
<p class="mt-3 text-lg text-gray-500">
Fill out the form to request a service appointment. We'll get back to you within 24 hours to confirm details and provide a quote.
</p>
<div class="mt-8">
<div class="flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="phone"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Prefer to call?</h3>
<p class="mt-2 text-base text-gray-500">
Speak directly with our customer service team at <span class="font-medium">(555) 123-4567</span>
</p>
</div>
</div>
<div class="mt-6 flex items-start">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="clock"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Business Hours</h3>
<p class="mt-2 text-base text-gray-500">
Monday - Friday: 8am - 6pm<br>
Saturday: 9am - 3pm<br>
Sunday: Closed
</p>
</div>
</div>
</div>
</div>
<div class="bg-white py-8 px-6 shadow rounded-lg">
<h3 class="text-lg font-medium text-gray-900 mb-6">Book a Service</h3>
<form id="bookingForm" class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Full Name</label>
<div class="mt-1">
<input type="text" name="name" id="name" required class="py-3 px-4 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
<div class="mt-1">
<input type="email" name="email" id="email" required class="py-3 px-4 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Phone Number</label>
<div class="mt-1">
<input type="tel" name="phone" id="phone" required class="py-3 px-4 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="service" class="block text-sm font-medium text-gray-700">Service Needed</label>
<div class="mt-1">
<select id="service" name="service" required class="py-3 px-4 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md">
<option value="">Select a service</option>
<option value="Handyperson Services">Handyperson Services</option>
<option value="Bathroom Remodeling">Bathroom Remodeling</option>
<option value="General Contracting">General Contracting</option>
<option value="Kitchen Remodeling">Kitchen Remodeling</option>
<option value="Home Remodeling">Home Remodeling</option>
<option value="Service Establishment">Service Establishment</option>
</select>
</div>
</div>
<div>
<label for="date" class="block text-sm font-medium text-gray-700">Preferred Service Date</label>
<div class="mt-1 relative">
<input type="date" name="date" id="date" required class="py-3 px-4 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md">
</div>
</div>
<div>
<label for="comments" class="block text-sm font-medium text-gray-700">Additional Comments</label>
<div class="mt-1">
<textarea id="comments" name="comments" rows="4" class="py-3 px-4 block w-full shadow-sm focus:ring-indigo-500 focus:border-indigo-500 border-gray-300 rounded-md"></textarea>
</div>
</div>
<div>
<button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Submit Booking Request
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Services</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Handyperson</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Bathroom Remodeling</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Kitchen Remodeling</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">General Contracting</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#about" class="text-base text-gray-300 hover:text-white">About Us</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms of Service</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Contact Us</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">FAQs</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Warranty</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Service Areas</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3>
<div class="mt-4 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin"></i>
</a>
</div>
<div class="mt-6">
<p class="text-base text-gray-300">Subscribe to our newsletter</p>
<form class="mt-2 sm:flex">
<label for="email-address" class="sr-only">Email address</label>
<input id="email-address" type="email" autocomplete="email" required class="w-full px-4 py-2 border border-transparent rounded-md text-base text-gray-900 placeholder-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" placeholder="Your email">
<div class="mt-3 rounded-md sm:mt-0 sm:ml-3 sm:flex-shrink-0">
<button type="submit" class="w-full flex items-center justify-center px-4 py-2 border border-transparent rounded-md text-base font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Sign up
</button>
</div>
</form>
</div>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<p class="text-base text-gray-400">
&copy; 2023 Edd Your Handy. All rights reserved.
</p>
</div>
<div class="mt-8 md:mt-0 md:order-1">
<p class="text-base text-gray-400">
Licensed, Bonded & Insured. License #1234567
</p>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
document.getElementById('mobile-menu').classList.toggle('hidden');
});
// Form submission
document.getElementById('bookingForm').addEventListener('submit', function(e) {
e.preventDefault();
const formData = {
name: document.getElementById('name').value,
email: document.getElementById('email').value,
phone: document.getElementById('phone').value,
service: document.getElementById('service').value,
date: document.getElementById('date').value,
comments: document.getElementById('comments').value
};
fetch('https://auto.datadude.dev/webhook-test/route-booking', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(formData)
})
.then(response => response.json())
.then(data => {
alert('Booking request submitted successfully! We will contact you shortly to confirm details.');
document.getElementById('bookingForm').reset();
})
.catch((error) => {
console.error('Error:', error);
alert('There was an error submitting your request. Please try again or call us directly.');
});
});
// Initialize feather icons
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>