import React from 'react' import Image from 'next/image' const page = () => { return (

Quesadillas

Contains bell peppers, tomatoes, onions with a side of guacamole salad upon request. Add rice & beans $2.{" "} Choose from the following proteins:{" "}

ASADA | CHICKEN | CHORIZO | CARNITAS | AL PASTOR | SHRIMP | FISH | BARBACOA - $11

) } export default page