diff --git a/src/app/page.tsx b/src/app/page.tsx index bc19b8f..45cf943 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { id: "breakfast-toast", name: "Tostada con Jamón y Tomate", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-vegetables-breakfast_23-2148574563.jpg", imageAlt: "Breakfast toast with tomato and ham", initialQuantity: 1 }, { - id: "coffee-drinks", name: "Premium Coffee Drinks", price: "€2.50-€4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500356599-f2pk6pu9.png?_wi=2", imageAlt: "Selection of specialty coffee drinks", initialQuantity: 1 + id: "coffee-drinks", name: "Premium Coffee Drinks", price: "€2.50-€4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773510048778-46ij7zfs.webp", imageAlt: "Selection of specialty coffee drinks", initialQuantity: 1 } ]} gridVariant="two-columns-alternating-heights"