Compare commits

..

7 Commits

Author SHA1 Message Date
54581835c6 Merge version_32 into main
Merge version_32 into main
2026-05-02 19:28:14 +00:00
83ce6544fe Update src/app/page.tsx 2026-05-02 19:28:11 +00:00
218ced6d0a Merge version_31 into main
Merge version_31 into main
2026-05-02 19:26:50 +00:00
4b36495886 Update src/app/page.tsx 2026-05-02 19:26:47 +00:00
2fc3dd6c8a Merge version_31 into main
Merge version_31 into main
2026-05-02 19:26:15 +00:00
b2affd8e6d Update src/app/page.tsx 2026-05-02 19:26:12 +00:00
176bac9b7d Merge version_30 into main
Merge version_30 into main
2026-05-02 19:19:05 +00:00

View File

@@ -86,9 +86,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Top Rated • Authentisch", name: "Margherita D.O.P. - Mit Fior di Latte & San Marzano", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800&auto=format&fit=crop" },
{ id: "p2", brand: "Top Rated • Würzig", name: "Diavola Luxe - Mit pikanter Ventricina-Salami", price: "21.00 CHF", rating: 5, reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800&auto=format&fit=crop" },
{ id: "p3", brand: "Top Rated • Frisch", name: "Verdure Fresche - Mit Grillgemüse & Oliven", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?q=80&w=800&auto=format&fit=crop" },
{ id: "p1", brand: "Klassiker", name: "Margherita D.O.P.", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-margherita-pizza_23-2149215467.jpg" },
{ id: "p2", brand: "Pikant", name: "Diavola Luxe", price: "22.00 CHF", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/delicious-salami-pizza-with-herbs-isolated-white-background_144627-24855.jpg" },
{ id: "p3", brand: "Vegetarisch", name: "Verdure Fresche", price: "20.50 CHF", rating: 5, reviewCount: "92", imageSrc: "https://img.b2bpic.net/free-photo/pizza-with-vegetables_144627-24874.jpg" },
{ id: "p4", brand: "Spezial", name: "Prosciutto & Funghi", price: "21.50 CHF", rating: 5, reviewCount: "45", imageSrc: "https://img.b2bpic.net/free-photo/tasty-pizza-with-mushrooms-and-ham_144627-24869.jpg" },
{ id: "p5", brand: "Spezial", name: "Tonno & Cipolla", price: "21.00 CHF", rating: 4, reviewCount: "30", imageSrc: "https://img.b2bpic.net/free-photo/tasty-pizza-with-tuna-onions_144627-24867.jpg" },
{ id: "p6", brand: "Klassiker", name: "Capricciosa", price: "23.00 CHF", rating: 5, reviewCount: "60", imageSrc: "https://img.b2bpic.net/free-photo/delicious-pizza-with-olives-mushrooms-artichokes_144627-24870.jpg" },
]}
title="Unsere Speisekarte"
description="Entdecken Sie die Qualität unserer handverlesenen Zutaten. Von feinstem Mehl bis zu den frischesten Tomaten aus Italien jedes Element ist auf authentischen Geschmack ausgerichtet."