diff --git a/src/app/page.tsx b/src/app/page.tsx index 19c7a35..bc19b8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,10 +80,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png?_wi=1", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1 + id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773509807126-e9bn37wq.jpg", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1 }, { - id: "palmeritas", name: "Palmeritas", price: "€3.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg?_wi=1", imageAlt: "Crispy Palmeritas pastry", initialQuantity: 1 + id: "palmeritas", name: "Palmeritas", price: "€3.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773509967040-g6gfn0n4.jpg", imageAlt: "Crispy Palmeritas pastry", initialQuantity: 1 }, { id: "cinnamon-roll", name: "Cinnamon Roll", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg?_wi=2", imageAlt: "Fresh cinnamon roll with frosting", initialQuantity: 1