15 lines
810 B
PHP
15 lines
810 B
PHP
<section class="hero-section">
|
||
<div class="hero-overlay"></div>
|
||
<div class="container hero-content-container">
|
||
<div class="hero-content">
|
||
<h1>Fast Island Delivery — From Rita to Laura!</h1>
|
||
<p>Get your favorite meals delivered anywhere on Majuro Island.</p>
|
||
<div class="location-actions">
|
||
<button class="location-button primary" id="pin-location-btn">📍 Pin Your Location</button>
|
||
<button class="location-button secondary" id="use-location-btn">Use Current Location</button>
|
||
</div>
|
||
<a href="index.php" class="find-restaurants-btn">Find Restaurants</a>
|
||
<p class="delivery-note">MajuroEats delivers only within the main island zone (Rita–Laura).</p>
|
||
</div>
|
||
</div>
|
||
</section> |