14 lines
647 B
PHP
14 lines
647 B
PHP
<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 (Rita–Laura).</p>
|
||
</div>
|
||
</div>
|
||
</section> |