Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 14:54:57 +00:00

View File

@@ -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"