From ed3d8804204e86ebe676cacd752391be32e28c5d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:58:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1