Update src/app/menu/page.tsx

This commit is contained in:
2026-04-21 16:34:27 +00:00
parent d12fc7810c
commit 2b8e486b67

View File

@@ -47,7 +47,7 @@ export default function MenuPage() {
{ id: "p3", name: "Beet and Pickled Onion Toast ", price: "$13.75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775446159736-6ddgpu4s.png", imageAlt: "Beet and Pickled Onion Toast " },
{ id: "p4", name: "Red Caviar Crepes", price: "$12.95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BoVnf2RAOeDoHMswG5SpadeRHr/uploaded-1775445253627-8k9zsc19.jpg", imageAlt: "Red Caviar Crepes" }
]}
cardPriceClassName="text-lg font-medium opacity-80 mt-2 block"
cardClassName="text-lg font-medium opacity-80 mt-2 block"
/>
</div>