34968-vm/hero.php
Flatlogic Bot 4c995f3f6b V15
2025-10-16 07:08:27 +00:00

15 lines
810 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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 (RitaLaura).</p>
</div>
</div>
</section>