From 85e6ab96e7352c84b01400b5f48cad152a799d20 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:36:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aff91f0..f151cc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,10 +103,10 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "p1", name: "Risotto luganiga", price: "CHF 24", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-alfredo-with-chicken-mushroom-parmesan-hebs_140725-5805.jpg" }, - { id: "p2", name: "Polenta e ossobuco", price: "CHF 28", imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-potatoes-oil-spices_114579-4497.jpg" }, - { id: "p3", name: "Tagliatelle al cervo", price: "CHF 26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-color-meat-restaurant-dinner-cooking-pasta_140725-157547.jpg" }, - { id: "p4", name: "Porcini freschi", price: "CHF 22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-salad_23-2148471924.jpg" }, + { id: "p1", name: "Risotto luganiga", price: "", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-alfredo-with-chicken-mushroom-parmesan-hebs_140725-5805.jpg" }, + { id: "p2", name: "Polenta e ossobuco", price: "", imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-potatoes-oil-spices_114579-4497.jpg" }, + { id: "p3", name: "Tagliatelle al cervo", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-color-meat-restaurant-dinner-cooking-pasta_140725-157547.jpg" }, + { id: "p4", name: "Porcini freschi", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-salad_23-2148471924.jpg" }, { id: "p5", name: "Tiramisù casa", price: "CHF 12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg" }, { id: "p6", name: "Vino locale in ciotola", price: "CHF 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dolma-along-with-red-cherry-tomatoes-inside-brown-pots-wooden-desk_140725-13312.jpg" }, ]} -- 2.49.1