34968-vm/hero.php
Flatlogic Bot 2be0d2d4c4 V20
2025-10-16 14:27:25 +00:00

14 lines
647 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>Your favorite local food, delivered.</h1>
<p>Enter your address to find restaurants near you.</p>
<div class="hero-search-form">
<input type="text" id="address-input" placeholder="Enter your delivery address">
<button id="find-food-btn">Find Food</button>
</div>
<p class="delivery-note">MajuroEats delivers only within the main island zone (RitaLaura).</p>
</div>
</div>
</section>