diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ea77d1..decde9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "tres-leches", name: "Tarta tres leches", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-rhubarb-cheese-pie-white-stand_181624-61322.jpg", imageAlt: "Tres Leches cake slice", 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-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice", 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", imageAlt: "Fresh cinnamon roll with frosting", initialQuantity: 1