roofrevive-pro / index.html
Callkaidsroofing's picture
## **Deepsite: Master Prompt for CKR Website Transformation**
0355326 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RoofRevive Pro | SE Melbourne's Trusted Roof Restorations</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<meta name="description" content="15+ years of roof restoration excellence in SE Melbourne. Photo-backed proof on every job with 15-20 year warranties. Call 0435 900 709 for your free quote.">
<!-- Google Tag -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LRGSL4C9YL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LRGSL4C9YL');
</script>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'action-blue': '#007ACC',
}
}
}
}
</script>
</head>
<body class="bg-gray-50">
<!-- Sticky Header -->
<header class="sticky top-0 z-50 bg-white shadow-md">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center">
<img src="/static/logo.svg" alt="RoofRevive Pro" class="h-12">
</div>
<nav class="hidden md:flex space-x-8">
<a href="/" class="font-medium hover:text-action-blue">Home</a>
<a href="/why-choose-us" class="font-medium hover:text-action-blue">Why Choose Us</a>
<div class="relative group">
<button class="font-medium hover:text-action-blue flex items-center">
Services <i data-feather="chevron-down" class="ml-1 w-4 h-4"></i>
</button>
<div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 py-2 w-48">
<a href="/services" class="block px-4 py-2 hover:bg-gray-100">All Services</a>
<a href="/services/restoration" class="block px-4 py-2 hover:bg-gray-100">Roof Restoration</a>
<a href="/services/painting" class="block px-4 py-2 hover:bg-gray-100">Roof Painting</a>
<a href="/services/repairs" class="block px-4 py-2 hover:bg-gray-100">Repairs</a>
</div>
</div>
<a href="/our-work" class="font-medium hover:text-action-blue">Our Work</a>
<a href="/about" class="font-medium hover:text-action-blue">About Us</a>
<a href="/contact" class="font-medium hover:text-action-blue">Contact</a>
</nav>
<div class="flex items-center">
<a href="tel:0435900709" class="mr-4 hidden md:block font-medium">0435 900 709</a>
<a href="/contact" class="bg-action-blue hover:bg-blue-600 text-white px-4 py-2 rounded-md font-medium transition-colors">Get My Free Quote</a>
<button class="md:hidden ml-4">
<i data-feather="menu"></i>
</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="relative">
<div class="absolute inset-0 bg-black opacity-40"></div>
<img src="http://static.photos/houses/1200x630/1" alt="Beautiful restored roof in SE Melbourne" class="w-full h-auto max-h-[70vh] object-cover">
<div class="absolute inset-0 flex items-center">
<div class="container mx-auto px-4 text-white">
<h1 class="text-4xl md:text-5xl font-bold mb-4">SE Melbourne's Most Trusted Roof Restorations</h1>
<p class="text-xl md:text-2xl mb-8">15+ years of experience with photo-backed proof on every job</p>
<a href="/contact" class="bg-action-blue hover:bg-blue-600 text-white px-6 py-3 rounded-md font-medium text-lg transition-colors">Get My Free Roof Health Check</a>
</div>
</div>
</section>
<!-- Trust Bar -->
<div class="bg-gray-100 py-4">
<div class="container mx-auto px-4 flex flex-wrap justify-center md:justify-between items-center gap-4">
<div class="flex items-center">
<i data-feather="check-circle" class="text-green-500 mr-2"></i>
<span class="font-medium">15 & 20-Year Workmanship Warranty</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="text-green-500 mr-2"></i>
<span class="font-medium">Fully Insured & Licensed</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="text-green-500 mr-2"></i>
<span class="font-medium">Photo-Backed Proof on Every Job</span>
</div>
</div>
</div>
<!-- Services Section -->
<section class="py-16">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12">Our Roofing Services</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="http://static.photos/roofs/640x360/1" alt="Roof Restoration" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Roof Restoration</h3>
<p class="text-gray-600 mb-4">Complete overhaul of your roof's health and appearance, backed by our industry-leading warranty.</p>
<a href="/services/restoration" class="text-action-blue font-medium hover:underline">Learn more →</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="http://static.photos/roofs/640x360/2" alt="Roof Painting" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Roof Painting</h3>
<p class="text-gray-600 mb-4">Transform your home's appearance with our premium painting system that lasts.</p>
<a href="/services/painting" class="text-action-blue font-medium hover:underline">Learn more →</a>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="http://static.photos/roofs/640x360/3" alt="Roof Repairs" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Roof Repairs</h3>
<p class="text-gray-600 mb-4">Fast, reliable repairs to protect your home from leaks and further damage.</p>
<a href="/services/repairs" class="text-action-blue font-medium hover:underline">Learn more →</a>
</div>
</div>
</div>
</div>
</section>
<!-- Proof Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12">Proof In Every Roof</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white rounded-lg shadow-md p-4">
<h3 class="text-xl font-bold mb-4">Before & After: Berwick Tile Restoration</h3>
<div class="relative h-64 overflow-hidden rounded-md">
<img src="http://static.photos/roofs/640x360/4" alt="Before restoration" class="absolute inset-0 w-full h-full object-cover">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<button class="bg-white text-action-blue px-4 py-2 rounded-md font-medium">View Transformation</button>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-md p-4">
<h3 class="text-xl font-bold mb-4">Before & After: Narre Warren Roof Painting</h3>
<div class="relative h-64 overflow-hidden rounded-md">
<img src="http://static.photos/roofs/640x360/5" alt="Before painting" class="absolute inset-0 w-full h-full object-cover">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<button class="bg-white text-action-blue px-4 py-2 rounded-md font-medium">View Transformation</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12">What Our Clients Say</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white rounded-lg shadow-md p-6">
<div class="flex mb-4">
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4">"Kaid and his team did an incredible job on our roof restoration. The attention to detail was amazing and they cleaned up perfectly afterwards."</p>
<p class="font-medium">- Sarah, Berwick</p>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<div class="flex mb-4">
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4">"After getting three quotes, I'm so glad I went with RoofRevive. The quality is night and day compared to the cheaper options."</p>
<p class="font-medium">- Michael, Cranbourne</p>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<div class="flex mb-4">
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
<i data-feather="star" class="text-yellow-400 fill-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4">"The 20-year warranty gave me peace of mind. Two years later and the roof still looks brand new!"</p>
<p class="font-medium">- David, Narre Warren</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">RoofRevive Pro</h3>
<p class="mb-4">SE Melbourne's trusted roof restoration specialists since 2008.</p>
<div class="flex space-x-4">
<a href="#"><i data-feather="facebook"></i></a>
<a href="#"><i data-feather="instagram"></i></a>
</div>
</div>
<div>
<h4 class="font-bold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="/services/restoration" class="hover:text-action-blue">Roof Restoration</a></li>
<li><a href="/services/painting" class="hover:text-action-blue">Roof Painting</a></li>
<li><a href="/services/repairs" class="hover:text-action-blue">Repairs</a></li>
<li><a href="/services/gutters" class="hover:text-action-blue">Gutter Cleaning</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="/about" class="hover:text-action-blue">About Us</a></li>
<li><a href="/our-work" class="hover:text-action-blue">Our Work</a></li>
<li><a href="/blog" class="hover:text-action-blue">Blog</a></li>
<li><a href="/contact" class="hover:text-action-blue">Contact</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">Contact Us</h4>
<address class="not-italic">
<p class="mb-2">0435 900 709</p>
<p class="mb-2">info@roofrevivepro.com.au</p>
<p class="mb-2">ABN: 39475055075</p>
<p>Serving SE Melbourne</p>
</address>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
<p>© 2023 RoofRevive Pro. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
feather.replace();
</script>
</body>
</html>