change to card

This commit is contained in:
ImAlpha 2024-01-07 23:51:57 -08:00
parent 25b04fad35
commit 930648e6cf

View File

@ -48,8 +48,8 @@ const Bar = () => {
<div> <div>
{Menu.map((menu_item) => { {Menu.map((menu_item) => {
return ( return (
<Card key={menu_item.id} className="flex flex-wrap gap-8 pt-6 justify-evenly w-full"> <Card key={menu_item.id} className="flex flex-wrap gap-8 pt-6 justify-evenly w-[325px] h-[452px]">
<CardHeader className="h-[55%] relative w-full overflow-hidden"> <CardHeader className="h-full relative w-full overflow-hidden">
<Image <Image
src={`/${menu_item.photo}`} src={`/${menu_item.photo}`}
alt="chili pepper spice" alt="chili pepper spice"