Compare commits

...

8 Commits

Author SHA1 Message Date
45c20e9f18 Update src/app/page.tsx 2026-05-02 18:49:52 +00:00
044131bebb Merge version_13 into main
Merge version_13 into main
2026-05-02 18:48:56 +00:00
f907b52f23 Update src/app/page.tsx 2026-05-02 18:48:53 +00:00
bd925705ee Merge version_12 into main
Merge version_12 into main
2026-05-02 18:48:03 +00:00
db8b9bed12 Update src/app/page.tsx 2026-05-02 18:48:00 +00:00
68a4ab133a Merge version_11 into main
Merge version_11 into main
2026-05-02 18:47:01 +00:00
dbcae34ffe Update src/app/page.tsx 2026-05-02 18:46:58 +00:00
6b36b1ea5a Merge version_10 into main
Merge version_10 into main
2026-05-02 18:46:14 +00:00

View File

@@ -54,6 +54,7 @@ export default function LandingPage() {
buttons={[
{ text: "Jetzt bestellen", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg"
imageAlt="Authentische Neapolitanische Pizza"
mediaAnimation="blur-reveal"
@@ -83,12 +84,16 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Klassiker", name: "Margherita D.O.P.", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-desk-dough-food-pizza-meal-italian_140725-101767.jpg" },
{ id: "p2", brand: "Spezialität", name: "Diavola Luxe", price: "21.00 CHF", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-cup-smoked-cheese-middle_140725-230.jpg" },
{ id: "p3", brand: "Vegetarisch", name: "Verdure Fresche", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pasta-ingredients-composition_23-2147849731.jpg" },
{ id: "p1", brand: "Klassiker", name: "Margherita D.O.P. - San Marzano Tomaten", price: "18.50 CHF", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-desk-dough-food-pizza-meal-italian_140725-101767.jpg" },
{ id: "p2", brand: "Spezialität", name: "Diavola Luxe - Pikante Ventricina & Honig", price: "21.00 CHF", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-glass-cup-smoked-cheese-middle_140725-230.jpg" },
{ id: "p3", brand: "Vegetarisch", name: "Verdure Fresche - Saisonales Grillgemüse", price: "19.50 CHF", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pasta-ingredients-composition_23-2147849731.jpg" },
]}
title="Unsere Pizza-Highlights"
description="Verfeinert mit süßen San Marzano Tomaten, cremigem Fior di Latte Mozzarella und frischem Basilikum ein authentisch neapolitanisches Geschmackserlebnis in jeder Scheibe."
description="Verfeinert mit süßen San Marzano Tomaten, cremigem Fior di Latte Mozzarella und frischem Basilikum ein authentisch neapolitanisches Geschmackserlebnis in jeder Scheibe. Bestellen Sie jetzt direkt über unsere Kontakt-Option."
buttons={[
{ text: "Jetzt bestellen", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
</div>