update added photos available and dynamic photo
@ -2,6 +2,7 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Guacamole Dip",
|
||||
"photo": "Appetizers/jalapenosDeReboso.jpeg",
|
||||
"price_large": 7,
|
||||
"price_small": 5,
|
||||
"spicy": "no",
|
||||
@ -10,6 +11,7 @@
|
||||
{
|
||||
"id": 2,
|
||||
"name": "CHILES TOREADOS",
|
||||
"photo": "Appetizers/jalapenosDeReboso.jpeg",
|
||||
"price": 5,
|
||||
"spicy": "yes",
|
||||
"description": "3 fresh grilled jalepeño peppers topped with caramelized onions, Pico de Gallo, and lime wedges."
|
||||
@ -17,6 +19,7 @@
|
||||
{
|
||||
"id": 3,
|
||||
"name": "QUESO DIP",
|
||||
"photo": "Appetizers/jalapenosDeReboso.jpeg",
|
||||
"price_large": 8,
|
||||
"price_small": 6,
|
||||
"spicy": "yes",
|
||||
@ -25,6 +28,7 @@
|
||||
{
|
||||
"id": 4,
|
||||
"name": "SAMPLER PLATTER",
|
||||
"photo": "Appetizers/jalapenosDeReboso.jpeg",
|
||||
"price": 13,
|
||||
"spicy": "no",
|
||||
"description": "1 cheese quesadilla, 2 crispy flautas beef/chicken, 2 crunchy tacos beef/chicken and cheesy tacos. Served with a side of salsa, pico de gallo, and queso."
|
||||
|
||||
@ -25,7 +25,7 @@ const Appetizers = () => {
|
||||
/>
|
||||
</div>
|
||||
{/* Mapping out the menu */}
|
||||
<div className="bg-red-300 flex flex-wrap gap-8 pt-6 justify-between w-full">
|
||||
<div className=" flex flex-wrap gap-8 pt-6 justify-between w-full">
|
||||
{Menu.map((menu_item) => {
|
||||
return (
|
||||
<div
|
||||
@ -34,7 +34,7 @@ const Appetizers = () => {
|
||||
>
|
||||
<div className="h-[55%] relative w-full overflow-hidden">
|
||||
<Image
|
||||
src="/food01.jpg"
|
||||
src={`/${menu_item.photo}`}
|
||||
alt="chili pepper spice"
|
||||
fill
|
||||
style={{ objectFit: "cover", objectPosition: "center" }}
|
||||
|
||||
BIN
Websites/jefes-nextjs/public/Appetizers/fajitasNachos.jpeg
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
Websites/jefes-nextjs/public/Appetizers/jalapenosDeReboso.jpeg
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
Websites/jefes-nextjs/public/Appetizers/pinaColada.jpeg
Normal file
|
After Width: | Height: | Size: 266 KiB |
BIN
Websites/jefes-nextjs/public/Bar/100ozTower.jpeg
Normal file
|
After Width: | Height: | Size: 3.8 MiB |
BIN
Websites/jefes-nextjs/public/Bar/32ozCaguamas.jpeg
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
Websites/jefes-nextjs/public/Bar/Michelada.jpeg
Normal file
|
After Width: | Height: | Size: 320 KiB |
BIN
Websites/jefes-nextjs/public/Bar/chambong.jpeg
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
Websites/jefes-nextjs/public/Bar/laMeraMera56ozMargarita.jpeg
Normal file
|
After Width: | Height: | Size: 3.6 MiB |
BIN
Websites/jefes-nextjs/public/Dinner/camaronesFundidos.jpeg
Normal file
|
After Width: | Height: | Size: 260 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/chileColorado.jpeg
Normal file
|
After Width: | Height: | Size: 262 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/crabAndShrimpSalad.jpeg
Normal file
|
After Width: | Height: | Size: 483 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/fajitas.jpeg
Normal file
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 209 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/jefesBowl.jpeg
Normal file
|
After Width: | Height: | Size: 296 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/lasEnchiladas.jpeg
Normal file
|
After Width: | Height: | Size: 375 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/molcajete.jpeg
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/streetTacos.jpeg
Normal file
|
After Width: | Height: | Size: 261 KiB |
BIN
Websites/jefes-nextjs/public/Dinner/torta.jpeg
Normal file
|
After Width: | Height: | Size: 336 KiB |