diff --git a/src/app/page.tsx b/src/app/page.tsx
index bf378df..00c509f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -105,45 +80,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Brot",
- name: "Traditionelles Holzofenbrot",
- price: "4,50 €",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/person-seasoning-pastries-with-sugar_23-2148361924.jpg?_wi=2",
- imageAlt: "Holzofenbrot",
- },
+ id: "1", brand: "Brot", name: "Traditionelles Holzofenbrot", price: "4,50 €", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/person-seasoning-pastries-with-sugar_23-2148361924.jpg", imageAlt: "Holzofenbrot"},
{
- id: "2",
- brand: "Brötchen",
- name: "Klassische Frühstücksbrötchen",
- price: "0,60 €",
- rating: 5,
- reviewCount: "250",
- imageSrc: "http://img.b2bpic.net/free-photo/person-seasoning-pastries-with-sugar_23-2148361924.jpg?_wi=3",
- imageAlt: "Frühstücksbrötchen",
- },
+ id: "2", brand: "Brötchen", name: "Klassische Frühstücksbrötchen", price: "0,60 €", rating: 5,
+ reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/person-seasoning-pastries-with-sugar_23-2148361924.jpg", imageAlt: "Frühstücksbrötchen"},
{
- id: "3",
- brand: "Kuchen",
- name: "Hausgemachter Obstkuchen",
- price: "2,80 €",
- rating: 5,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pie-slice_23-2148663961.jpg?_wi=2",
- imageAlt: "Obstkuchen",
- },
+ id: "3", brand: "Kuchen", name: "Hausgemachter Obstkuchen", price: "2,80 €", rating: 5,
+ reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pie-slice_23-2148663961.jpg", imageAlt: "Obstkuchen"},
{
- id: "4",
- brand: "Spezialität",
- name: "Hausgemachte Torte",
- price: "3,50 €",
- rating: 5,
- reviewCount: "60",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pie-slice_23-2148663961.jpg?_wi=3",
- imageAlt: "Hausgemachte Torte",
- },
+ id: "4", brand: "Spezialität", name: "Hausgemachte Torte", price: "3,50 €", rating: 5,
+ reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pie-slice_23-2148663961.jpg", imageAlt: "Hausgemachte Torte"},
]}
title="Unser Sortiment: Frische jeden Tag"
description="Von kräftigem Vollkornbrot über knusprige Brötchen bis hin zu hausgemachten Kuchen – entdecken Sie unsere Auswahl aus eigener Herstellung."
@@ -154,8 +101,7 @@ export default function LandingPage() {
@@ -210,13 +136,9 @@ export default function LandingPage() {