File size: 12,730 Bytes
0355326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39eda1e
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
<!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>