diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6769a7a..c9698af 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -44,22 +44,22 @@ export default function MenuPage() { useInvertedBackground={false} products={[ { - id: "dish-1", name: "Bacalhau à Brás", price: "18€", variant: "Clássico", imageSrc: "https://images.unsplash.com/photo-1628186103310-a92c01994689?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Bacalhau à Brás" + id: "dish-1", name: "Bacalhau à Brás", price: "18€", variant: "Clássico", imageSrc: "https://images.unsplash.com/photo-1628186103310-a92c01994689?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&_wi=2", imageAlt: "Bacalhau à Brás" }, { - id: "dish-2", name: "Polvo à Lagareiro", price: "22€", variant: "Com batata a murro", imageSrc: "https://images.unsplash.com/photo-1512621776951-a579ed9f874d?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Polvo à Lagareiro" + id: "dish-2", name: "Polvo à Lagareiro", price: "22€", variant: "Com batata a murro", imageSrc: "https://images.unsplash.com/photo-1512621776951-a579ed9f874d?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&_wi=2", imageAlt: "Polvo à Lagareiro" }, { - id: "dish-3", name: "Francesinha", price: "16€", variant: "Picante ou normal", imageSrc: "https://images.unsplash.com/photo-1502301103667-0bda6dc4718a?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Francesinha" + id: "dish-3", name: "Francesinha", price: "16€", variant: "Picante ou normal", imageSrc: "https://images.unsplash.com/photo-1502301103667-0bda6dc4718a?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&_wi=2", imageAlt: "Francesinha" }, { - id: "dish-4", name: "Arroz de Pato", price: "17€", variant: "Caseiro", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Arroz de Pato" + id: "dish-4", name: "Arroz de Pato", price: "17€", variant: "Caseiro", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&_wi=2", imageAlt: "Arroz de Pato" }, { - id: "dish-5", name: "Caldo Verde", price: "6€", variant: "Com broa de milho", imageSrc: "https://images.unsplash.com/photo-1547592180-85f17399034d?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Caldo Verde" + id: "dish-5", name: "Caldo Verde", price: "6€", variant: "Com broa de milho", imageSrc: "https://images.unsplash.com/photo-1547592180-85f17399034d?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&_wi=2", imageAlt: "Caldo Verde" }, { - id: "dish-6", name: "Pastel de Nata", price: "2.50€", variant: "Com canela", imageSrc: "https://images.unsplash.com/photo-1589182372551-f763a8a49c6d?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Pastel de Nata" + id: "dish-6", name: "Pastel de Nata", price: "2.50€", variant: "Com canela", imageSrc: "https://images.unsplash.com/photo-1589182372551-f763a8a49c6d?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&_wi=2", imageAlt: "Pastel de Nata" }, { id: "dish-7", name: "Vinho da Casa", price: "12€ (garrafa)", variant: "Tinto / Branco", imageSrc: "https://images.unsplash.com/photo-1558230554-1b70298b47f0?ixlib=rb-4.0.3&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop", imageAlt: "Vinho da Casa" @@ -78,7 +78,7 @@ export default function MenuPage() {