Spaces:
Running
Running
File size: 38,199 Bytes
1a46094 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 | <!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>© 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> |