18 lines
662 B
PHP
18 lines
662 B
PHP
|
|
<!-- COVERAGE PAGE — placeholder -->
|
||
|
|
<section class="section page-hero">
|
||
|
|
<div class="container">
|
||
|
|
<span class="section__eyebrow">Service Area</span>
|
||
|
|
<h1 class="section__heading">Coverage Map</h1>
|
||
|
|
<p class="section__sub">See where ALWISP service is available.</p>
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section class="section">
|
||
|
|
<div class="container">
|
||
|
|
<div class="placeholder-block" style="min-height:420px; display:flex; align-items:center; justify-content:center;">
|
||
|
|
Interactive coverage map will be embedded here.<br>
|
||
|
|
(Leaflet.js / Google Maps integration — roadmap item)
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</section>
|