mpm-roofing / index.html
unlockedpotentialAI's picture
undefined - Initial Deployment
1a46094 verified
Raw
History Blame Contribute Delete
38.2 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MPM Roofing and Repairs | Premium Roofing Services</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<style>
.hero {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
background-size: cover;
background-position: center;
min-height: 80vh;
}
.review-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.gallery-item {
transition: all 0.3s ease;
}
.gallery-item:hover {
transform: scale(1.03);
}
.form-success {
display: none;
}
/* Swiper custom styling */
.swiper-button-prev, .swiper-button-next {
color: white;
background: rgba(0,0,0,0.3);
width: 40px;
height: 40px;
border-radius: 50%;
transition: all 0.3s ease;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
background: rgba(0,0,0,0.6);
}
.swiper-button-prev::after, .swiper-button-next::after {
font-size: 20px;
}
.swiper-pagination-bullet {
background: white;
opacity: 0.5;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #2563eb; /* blue-600 */
}
/* Lightbox custom styling */
.glightbox-clean .gslide-description {
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 1rem;
}
.glightbox-clean .gslide-title {
color: white;
margin-bottom: 0.5rem;
font-size: 1.25rem;
font-weight: bold;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-home text-blue-600 text-3xl mr-2"></i>
<span class="text-xl font-bold text-blue-600">MPM Roofing and Repairs</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#home" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Home</a>
<a href="#services" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Services</a>
<a href="#gallery" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Gallery</a>
<a href="#reviews" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Reviews</a>
<a href="#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700">Free Quote</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="#home" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-blue-600 hover:bg-gray-50">Home</a>
<a href="#services" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-blue-600 hover:bg-gray-50">Services</a>
<a href="#gallery" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-blue-600 hover:bg-gray-50">Gallery</a>
<a href="#reviews" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-blue-600 hover:bg-gray-50">Reviews</a>
<a href="#contact" class="block px-3 py-2 text-base font-medium text-white bg-blue-600 hover:bg-blue-700">Free Quote</a>
</div>
</div>
</nav>
<!-- Hero Section with Slideshow -->
<section id="home" class="relative h-[80vh] overflow-hidden">
<div class="swiper hero-slider h-full">
<div class="swiper-wrapper">
<!-- Slide 1 -->
<div class="swiper-slide bg-cover bg-center" style="background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');">
<div class="absolute inset-0 flex items-center justify-center text-center text-white">
<div class="max-w-4xl px-4 sm:px-6 lg:px-8">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Premium Roofing Services</h1>
<p class="text-xl md:text-2xl mb-8">20+ years of experience protecting homes with quality craftsmanship and exceptional service.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg text-lg transition duration-300">Get a Free Quote</a>
<a href="tel:+442079460000" class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-6 rounded-lg text-lg transition duration-300">
<i class="fas fa-phone mr-2"></i>020 7946 0000
</a>
</div>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="swiper-slide bg-cover bg-center" style="background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');">
<div class="absolute inset-0 flex items-center justify-center text-center text-white">
<div class="max-w-4xl px-4 sm:px-6 lg:px-8">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Expert Roof Installations</h1>
<p class="text-xl md:text-2xl mb-8">Quality materials and craftsmanship for roofs that stand the test of time.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#services" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg text-lg transition duration-300">Our Services</a>
</div>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="swiper-slide bg-cover bg-center" style="background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1600566752227-868d572cd0a5?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');">
<div class="absolute inset-0 flex items-center justify-center text-center text-white">
<div class="max-w-4xl px-4 sm:px-6 lg:px-8">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Residential & Commercial Roofing</h1>
<p class="text-xl md:text-2xl mb-8">Trusted solutions for homes and businesses across London.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#gallery" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg text-lg transition duration-300">View Our Work</a>
</div>
</div>
</div>
</div>
</div>
<!-- Add pagination -->
<div class="swiper-pagination"></div>
<!-- Add navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</section>
<!-- Services Section -->
<section 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 mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Our Roofing Services</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">Comprehensive solutions for all your roofing needs across London</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition duration-300">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-4">
<i class="fas fa-home text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Residential Roofing</h3>
<p class="text-gray-500">Expert installation, repair, and replacement of roofs for homes across London, using premium materials.</p>
</div>
<!-- Service 2 -->
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition duration-300">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-4">
<i class="fas fa-building text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Commercial Roofing</h3>
<p class="text-gray-500">Durable, energy-efficient roofing solutions for businesses, warehouses, and commercial properties.</p>
</div>
<!-- Service 3 -->
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition duration-300">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-4">
<i class="fas fa-tools text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Roof Repairs</h3>
<p class="text-gray-500">Emergency repairs and maintenance to fix leaks, storm damage, and wear-and-tear issues.</p>
</div>
<!-- Service 4 -->
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition duration-300">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-4">
<i class="fas fa-solar-panel text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Solar Roofing</h3>
<p class="text-gray-500">Eco-friendly solar panel installation integrated with your roofing system for energy savings.</p>
</div>
<!-- Service 5 -->
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition duration-300">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-4">
<i class="fas fa-leaf text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Flat Roofing</h3>
<p class="text-gray-500">Specialized solutions for flat roofs with waterproofing and durable membrane systems.</p>
</div>
<!-- Service 6 -->
<div class="bg-gray-50 p-6 rounded-lg shadow-sm hover:shadow-md transition duration-300">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white mb-4">
<i class="fas fa-shield-alt text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 mb-2">Roof Inspections</h3>
<p class="text-gray-500">Comprehensive assessments to identify potential issues before they become costly problems.</p>
</div>
</div>
</div>
</section>
<!-- Gallery Section -->
<section id="gallery" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Our Recent Projects</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">Quality craftsmanship showcased in our London roofing projects</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Gallery Item 1 -->
<div class="gallery-item rounded-lg overflow-hidden shadow-md">
<a href="https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
class="glightbox"
data-glightbox="title: Kensington Slate Roof; description: Natural slate installation with copper detailing">
<img src="https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
alt="Modern house with slate roof"
class="w-full h-64 object-cover">
<div class="p-4 bg-white">
<h3 class="font-semibold text-lg">Kensington Slate Roof</h3>
<p class="text-gray-600">Natural slate installation with copper detailing</p>
</div>
</a>
</div>
<!-- Gallery Item 2 -->
<div class="gallery-item rounded-lg overflow-hidden shadow-md">
<a href="https://images.unsplash.com/photo-1582268611958-ebfd161ef9cf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
class="glightbox"
data-glightbox="title: Chelsea Roof Extension; description: Flat roof with green roof system">
<img src="https://images.unsplash.com/photo-1582268611958-ebfd161ef9cf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
alt="Contemporary flat roof extension"
class="w-full h-64 object-cover">
<div class="p-4 bg-white">
<h3 class="font-semibold text-lg">Chelsea Roof Extension</h3>
<p class="text-gray-600">Flat roof with green roof system</p>
</div>
</a>
</div>
<!-- Gallery Item 3 -->
<div class="gallery-item rounded-lg overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
alt="Traditional tiled roof"
class="w-full h-64 object-cover">
<div class="p-4 bg-white">
<h3 class="font-semibold text-lg">Notting Hill Tile Roof</h3>
<p class="text-gray-600">Clay tile restoration with new underlayment</p>
</div>
</div>
<!-- Gallery Item 4 -->
<div class="gallery-item rounded-lg overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1600566752227-868d572cd0a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
alt="Modern house with metal roof"
class="w-full h-64 object-cover">
<div class="p-4 bg-white">
<h3 class="font-semibold text-lg">Hampstead Metal Roof</h3>
<p class="text-gray-600">Standing seam metal roof installation</p>
</div>
</div>
<!-- Gallery Item 5 -->
<div class="gallery-item rounded-lg overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1600607688969-a5bfcd646154?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
alt="Thatched roof cottage"
class="w-full h-64 object-cover">
<div class="p-4 bg-white">
<h3 class="font-semibold text-lg">Richmond Thatched Roof</h3>
<p class="text-gray-600">Traditional thatch restoration</p>
</div>
</div>
<!-- Gallery Item 6 -->
<div class="gallery-item rounded-lg overflow-hidden shadow-md">
<img src="https://images.unsplash.com/photo-1600607688969-a5bfcd646154?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80"
alt="Commercial roofing project"
class="w-full h-64 object-cover">
<div class="p-4 bg-white">
<h3 class="font-semibold text-lg">City of London Commercial Roof</h3>
<p class="text-gray-600">EPDM membrane installation</p>
</div>
</div>
</div>
</div>
</section>
<!-- Reviews Section -->
<section id="reviews" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<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">Trusted by homeowners and businesses across London</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Review 1 -->
<div class="review-card bg-gray-50 p-6 rounded-lg shadow-sm transition duration-300">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah J.">
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">Sarah J.</p>
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<p class="text-gray-600 italic">"London Roof Masters replaced our entire roof after storm damage. They were professional, efficient, and cleaned up perfectly afterwards. The roof looks fantastic and we've had no issues since. Highly recommend!"</p>
</div>
<!-- Review 2 -->
<div class="review-card bg-gray-50 p-6 rounded-lg shadow-sm transition duration-300">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/45.jpg" alt="Michael T.">
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">Michael T.</p>
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<p class="text-gray-600 italic">"The team did an outstanding job on our commercial property roof. They worked around our business hours to minimize disruption and completed the project ahead of schedule. The quality of work is exceptional."</p>
</div>
<!-- Review 3 -->
<div class="review-card bg-gray-50 p-6 rounded-lg shadow-sm transition duration-300">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Emma R.">
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">Emma R.</p>
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<p class="text-gray-600 italic">"After getting several quotes, London Roof Masters offered the best value. They identified issues others missed and provided a comprehensive solution. The crew was courteous and professional throughout the project."</p>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-flex items-center text-blue-600 hover:text-blue-800">
<span>Read more reviews on</span>
<i class="fab fa-google ml-2 text-xl"></i>
</a>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-blue-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-extrabold mb-6">Ready to Protect Your Home?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Get a free, no-obligation quote for your roofing project from MPM Roofing and Repairs.</p>
<a href="#contact" class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-8 rounded-lg text-lg transition duration-300 inline-block">
Get Your Free Quote
</a>
</div>
</section>
<!-- Contact Form Section -->
<section id="contact" 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">
<h2 class="text-3xl font-extrabold text-gray-900 mb-6">Contact Us</h2>
<p class="text-lg text-gray-500 mb-6">Fill out the form to request a free quote or ask any questions about our roofing services.</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 p-2 rounded-lg">
<i class="fas fa-map-marker-alt text-blue-600"></i>
</div>
<div class="ml-3">
<h3 class="text-sm font-medium text-gray-900">Address</h3>
<p class="text-sm text-gray-500">123 Roofing Street, London, E1 6AN</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 p-2 rounded-lg">
<i class="fas fa-phone text-blue-600"></i>
</div>
<div class="ml-3">
<h3 class="text-sm font-medium text-gray-900">Phone</h3>
<p class="text-sm text-gray-500">020 7946 0000</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 p-2 rounded-lg">
<i class="fas fa-envelope text-blue-600"></i>
</div>
<div class="ml-3">
<h3 class="text-sm font-medium text-gray-900">Email</h3>
<p class="text-sm text-gray-500">info@londonroofmasters.co.uk</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 p-2 rounded-lg">
<i class="fas fa-clock text-blue-600"></i>
</div>
<div class="ml-3">
<h3 class="text-sm font-medium text-gray-900">Hours</h3>
<p class="text-sm text-gray-500">Monday - Friday: 8:00 AM - 6:00 PM</p>
<p class="text-sm text-gray-500">Saturday: 9:00 AM - 2:00 PM</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<form id="contactForm" class="space-y-6">
<div class="form-success bg-green-100 border border-green-400 text-green-700 px-4 py-3 rounded mb-4 hidden">
Thank you for your message! We'll get back to you shortly.
</div>
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Full Name</label>
<input type="text" id="name" name="name" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email Address</label>
<input type="email" id="email" name="email" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Phone Number</label>
<input type="tel" id="phone" name="phone" required class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="service" class="block text-sm font-medium text-gray-700">Service Needed</label>
<select id="service" name="service" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
<option value="residential">Residential Roofing</option>
<option value="commercial">Commercial Roofing</option>
<option value="repairs">Roof Repairs</option>
<option value="solar">Solar Roofing</option>
<option value="flat">Flat Roofing</option>
<option value="inspection">Roof Inspection</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Message</label>
<textarea id="message" name="message" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500"></textarea>
</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-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
Submit Request
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<h3 class="text-lg font-semibold mb-4">MPM Roofing and Repairs</h3>
<p class="text-gray-400">Providing premium roofing services to homeowners and businesses for over 20 years.</p>
<div class="mt-4 flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-white">Home</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white">Services</a></li>
<li><a href="#gallery" class="text-gray-400 hover:text-white">Gallery</a></li>
<li><a href="#reviews" class="text-gray-400 hover:text-white">Reviews</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Contact Info</h3>
<ul class="space-y-2 text-gray-400">
<li class="flex items-start">
<i class="fas fa-map-marker-alt mt-1 mr-2 text-blue-400"></i>
<span>123 Roofing Street, London, E1 6AN</span>
</li>
<li class="flex items-center">
<i class="fas fa-phone mr-2 text-blue-400"></i>
<span>020 7946 0000</span>
</li>
<li class="flex items-center">
<i class="fas fa-envelope mr-2 text-blue-400"></i>
<span>info@mpmroofing.com</span>
</li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-400 text-sm">
<p>&copy; 2023 MPM Roofing and Repairs. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize Swiper for hero slider
const heroSwiper = new Swiper('.hero-slider', {
loop: true,
autoplay: {
delay: 5000,
disableOnInteraction: false,
},
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
// Initialize GLightbox
const lightbox = GLightbox({
touchNavigation: true,
loop: true,
autoplayVideos: true
});
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Form submission
document.getElementById('contactForm').addEventListener('submit', function(e) {
e.preventDefault();
// In a real application, you would send the form data to a server here
// For this example, we'll just show a success message
const successMessage = document.querySelector('.form-success');
successMessage.classList.remove('hidden');
// Reset form
this.reset();
// Scroll to show success message
successMessage.scrollIntoView({ behavior: 'smooth' });
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=unlockedpotentialAI/mpm-roofing" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>