Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
new menu item
  • Loading branch information
devasia2112 authored Sep 24, 2024
1 parent d0ec833 commit 260e327
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,26 @@ <h3 class="item__title">Fresh Fruit Platter</h3>

<!-- Start Salad Menu -->
<div class="menu menu--is-visible" id="Salad">

<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/Thai salad Labb pa tod green Apple-2.jpeg" alt="Private Chef Service in Hua Hin - Spring Roll" title="Private Chef Service in Hua Hin - Spring Roll">
</div>
<div class="details col-sm-9">
<div class="item__header">
<h3 class="item__title">Thai Salad Laab Pa Tod with Green Apple</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">Crispy fried fish (Pa Tod) tossed with fresh green apple slices, roasted ground rice, red onions, herbs, and a zesty dressing. This inventive dish combines the bold flavors of Laab with the refreshing crunch of green apples, garnished with mint leaves and edible flowers for a perfect balance of taste and texture.</p>
<button class="btn btn-sm btn-outline-primary my-cart-btn"
data-id="5" data-name="Thai Salad Laab Pa Tod with Green Apple" data-price="240" data-quantity="1"
data-image="https://kinthai.in.th/img/menu/">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/1708841899g-roll.jpg" alt="Private Chef Service in Hua Hin - Spring Roll" title="Private Chef Service in Hua Hin - Spring Roll">
Expand Down

0 comments on commit 260e327

Please sign in to comment.