diff --git a/src/app/page.tsx b/src/app/page.tsx
index bca4070..15e3fd5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -56,35 +44,15 @@ export default function LandingPage() {
@@ -106,42 +74,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Margherita",
- price: "8,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-wood-fired-pizza_23-2151950816.jpg",
- },
- {
- id: "p2",
- name: "Diavolo",
- price: "10,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-pie_23-2148858413.jpg",
- },
- {
- id: "p3",
- name: "Funghi",
- price: "9,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-homemade-mushroom-pizza-bread-sticks-with-ingredients-white-plank_23-2148076206.jpg",
- },
- {
- id: "p4",
- name: "Prosciutto",
- price: "10,00 €",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-chicken-meat-wooden-board-high-quality-photo_114579-64791.jpg",
- },
- {
- id: "p5",
- name: "Quattro Formaggi",
- price: "11,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-extra-cheese-dried-herbs_141793-339.jpg",
- },
- {
- id: "p6",
- name: "Siciliana",
- price: "10,50 €",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-tomatoes_23-2148925193.jpg",
- },
+ { id: "p1", name: "Margherita", price: "8,50 €", imageSrc: "http://img.b2bpic.net/free-photo/delicious-wood-fired-pizza_23-2151950816.jpg" },
+ { id: "p2", name: "Diavolo", price: "10,50 €", imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-pie_23-2148858413.jpg" },
+ { id: "p3", name: "Funghi", price: "9,50 €", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-homemade-mushroom-pizza-bread-sticks-with-ingredients-white-plank_23-2148076206.jpg" },
+ { id: "p4", name: "Prosciutto", price: "10,00 €", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-chicken-meat-wooden-board-high-quality-photo_114579-64791.jpg" },
+ { id: "p5", name: "Quattro Formaggi", price: "11,50 €", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-extra-cheese-dried-herbs_141793-339.jpg" },
+ { id: "p6", name: "Siciliana", price: "10,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-tomatoes_23-2148925193.jpg" },
]}
title="Highlights unserer Karte"
description="Traditionell gebacken, mit Leidenschaft belegt."
@@ -150,50 +88,16 @@ export default function LandingPage() {