Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-04-03 23:36:27 +00:00

View File

@@ -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" },
]}