Update src/app/menu/page.tsx

This commit is contained in:
2026-04-06 15:46:54 +00:00
parent 10678efbfe
commit db062d4a93

View File

@@ -61,8 +61,8 @@ export default function MenuPage() {
title="Full Menu"
description="Explore our full range of beverages and food."
products={[
{ id: "m1", name: "House Blend", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg" },
{ id: "m2", name: "Breakfast Sandwich", price: "$6.00", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg" },
{ id: "m1", name: "House Blend", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=2" },
{ id: "m2", name: "Breakfast Sandwich", price: "$6.00", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg?_wi=5" },
]}
/>
</div>