updating menu for appetizers

This commit is contained in:
ImAlpha 2023-12-30 23:43:41 -08:00
parent 5c7e2dc458
commit b2df4da08e

View File

@ -22,9 +22,28 @@ const Appetizers = () => {
height={50} height={50}
/> />
</div> </div>
<div className="p-6"> <div>
<h4>Guacamole Dip <span>$7 - Large, $5 - small</span></h4> <div className="p-6">
<p>Made fresh daily. Avocado, Pico de Gallo, Seasoning, with fresh lime juice.</p> <h4>
Guacamole Dip <span>$7 - Large, $5 - small</span>
</h4>
<p>
Made fresh daily. Avocado, Pico de Gallo, Seasoning, with fresh lime
juice.
</p>
</div>
<div>
<h4>
Chiles Toreados <span>$5</span>
<Image
src="/red-chili-pepper.svg"
alt="gun icon for decor"
className="rotate-45"
width={70}
height={50}
/>
</h4>
</div>
</div> </div>
</div> </div>
); );