Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added new menu item
  • Loading branch information
devasia2112 authored Sep 24, 2024
1 parent d009a91 commit b4ebd47
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,25 @@ <h3 class="item__title">Papaya Salad (Som Tum)</h3>
data-id="12" data-name="Chicken Satay Peanut Sauce" data-price="150" data-quantity="1"
data-image="https://kinthai.in.th/img/menu/1708838144en-satay-peanut-sauce.jpg">Add to cart</button>
</div>
</div>

<div class="item row align-items-center">
<div class="col-sm-3 pr-5">
<img class="product-img" src="https://kinthai.in.th/img/menu/Feta cheese Salad tomatoes.jpeg" alt="Private Chef Service in Hua Hin - Kinthai" title="Private Chef Service in Hua Hin - Kinthai">
</div>
<div class="details col-sm-9">
<div class="item__header">
<h3 class="item__title">Tomato Feta Cheese Salad</h3>
<span class="item__dots"></span>
<span class="item__price">
<a target="_blank" href="https://kinthai.in.th/contact.html" class="btn btn-sm btn-primary">Inquiry</a>
</span>
</div>
<p class="item__description">Freshly sliced tomatoes topped with crumbled feta cheese, drizzled with olive oil, and garnished with parsley. A simple yet flavorful combination of tangy feta and juicy tomatoes, perfect for a light, refreshing salad.</p>
<button class="btn btn-sm btn-outline-primary my-cart-btn"
data-id="12" data-name="Tomato Feta Cheese Salad" data-price="150" data-quantity="1"
data-image="https://kinthai.in.th/img/menu/1708838144en-satay-peanut-sauce.jpg">Add to cart</button>
</div>
</div>

</div>
Expand Down

0 comments on commit b4ebd47

Please sign in to comment.