From e8316a6e00f3b5de4a62d3f4e3777ef960d2fe0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:54:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2409d6c..6ea77d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,16 +67,16 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "tres-leches", name: "Tres Leches Cake", 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: "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: "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 }, { - id: "specialty-coffee", name: "Specialty Coffee", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-view-burlap-fabric-with-cup-coffee-sugar_23-2148337116.jpg", imageAlt: "Espresso drink with latte art", initialQuantity: 1 + id: "specialty-coffee", name: "Frappuccino de galleta ", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/high-view-burlap-fabric-with-cup-coffee-sugar_23-2148337116.jpg", imageAlt: "Espresso drink with latte art", initialQuantity: 1 }, { - id: "breakfast-toast", name: "Breakfast Toast", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-vegetables-breakfast_23-2148574563.jpg", imageAlt: "Artisanal toast with premium toppings", initialQuantity: 1 + id: "breakfast-toast", name: "Tostada con salmón", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-vegetables-breakfast_23-2148574563.jpg", imageAlt: "Artisanal toast with premium toppings", initialQuantity: 1 } ]} gridVariant="two-columns-alternating-heights"