diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9d7db5a..5e8d7fe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -94,41 +81,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Koshary Cairo Style",
- price: "€12.50",
- imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg",
- },
+ id: "1", name: "Koshary Cairo Style", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg"},
{
- id: "2",
- name: "Ägyptische Crêpes",
- price: "€9.90",
- imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-with-clams-seeds_23-2148425591.jpg",
- },
+ id: "2", name: "Ägyptische Crêpes", price: "€9.90", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-with-clams-seeds_23-2148425591.jpg"},
{
- id: "3",
- name: "Signature Tajiin",
- price: "€16.00",
- imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmas-traditional-caucasian-dolma-white-plate_114579-2032.jpg",
- },
+ id: "3", name: "Signature Tajiin", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmas-traditional-caucasian-dolma-white-plate_114579-2032.jpg"},
{
- id: "4",
- name: "Falafel-Teller",
- price: "€10.50",
- imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-vanilla-ice-cream-golden-chocolate_114579-1928.jpg",
- },
+ id: "4", name: "Falafel-Teller", price: "€10.50", imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-vanilla-ice-cream-golden-chocolate_114579-1928.jpg"},
{
- id: "5",
- name: "Halloumi Spezial",
- price: "€11.00",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-plate_209303-58.jpg",
- },
+ id: "5", name: "Halloumi Spezial", price: "€11.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-plate_209303-58.jpg"},
{
- id: "6",
- name: "Grill-Mix Platte",
- price: "€18.50",
- imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538272.jpg",
- },
+ id: "6", name: "Grill-Mix Platte", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538272.jpg"},
]}
title="Unsere Signature Dishes"
description="Entdecke unsere handverlesenen ägyptischen Spezialitäten."
@@ -139,23 +102,15 @@ export default function LandingPage() {