-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
34 lines (34 loc) · 1.5 KB
/
features.html
File metadata and controls
34 lines (34 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<section id="features">
<div class="container">
<div class="features-grid">
<div class="feature-card">
<a href="#team">
<img src="./images/icon-chef.png" alt="Chef Icon" class="icon">
<h3>Master Chefs</h3>
<p>Our kitchen is led by world-class chefs with a passion for culinary excellence.</p>
</a>
</div>
<div class="feature-card">
<a href="#food-menu">
<img src="./images/icon-food.png" alt="Food Icon" class="icon">
<h3>Quality Food</h3>
<p>We source only the freshest, highest-quality ingredients for every dish we serve.</p>
</a>
</div>
<div class="feature-card">
<a href="#booking-pg">
<img src="./images/icon-cart.png" alt="Cart Icon" class="icon">
<h3>Online Order</h3>
<p>Enjoy your favorite meals from the comfort of home with our easy online ordering.</p>
</a>
</div>
<div class="feature-card">
<a href="#features-grid">
<img src="./images/icon-headset.png" alt="Service Icon" class="icon">
<h3>24/7 Service</h3>
<p>Our team is dedicated to providing you with exceptional service around the clock.</p>
</a>
</div>
</div>
</div>
</section>