menu update

This commit is contained in:
Jacob Delgado 2023-11-06 16:15:15 -08:00
parent ddbd937bac
commit c4510b16be
2 changed files with 12 additions and 7 deletions

View File

@ -0,0 +1,3 @@
.gun_menu{
--transform-rotate: 270deg;
}

View File

@ -1,20 +1,22 @@
import React from "react";
import Image from "next/image";
import './appetizers.css'
const Appetizers = () => {
return (
<div className="flex flex-col">
<div className="text-2xl">
<h2>Nachos</h2>
<div className="decor" aria-hidden="true">
<div className="left"></div>
<Image
<div className="flex flex-col justify-center">
<center >Starter Menu</center>
<Image
src="/gun01.svg"
alt="gun icon for decor"
className=""
className="items-center m-6 mx-auto gun_menu"
width="61"
height="101"
/>
<div className="text-2xl">
<h2 className="text-center">Nachos</h2>
<div className="decor" aria-hidden="true">
<div className="right"></div>
</div>
</div>