updating menu for appetizers
This commit is contained in:
parent
5c7e2dc458
commit
b2df4da08e
@ -22,9 +22,28 @@ const Appetizers = () => {
|
|||||||
height={50}
|
height={50}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<h4>Guacamole Dip <span>$7 - Large, $5 - small</span></h4>
|
<h4>
|
||||||
<p>Made fresh daily. Avocado, Pico de Gallo, Seasoning, with fresh lime juice.</p>
|
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>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user