diff --git a/src/app/page.tsx b/src/app/page.tsx
index d548f53..a6ad98a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -55,92 +47,51 @@ export default function LandingPage() {
@@ -160,41 +111,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Grote Schotel Kebab",
- price: "€ 14.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79607.jpg",
- },
+ id: "p1", name: "Grote Schotel Kebab", price: "€ 14.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79607.jpg"},
{
- id: "p2",
- name: "Mediterraanse Salade",
- price: "€ 10.50",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-bell-pepper-chicken-salad-with-dip-sauce-served-with-olives_114579-968.jpg",
- },
+ id: "p2", name: "Mediterraanse Salade", price: "€ 10.50", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-bell-pepper-chicken-salad-with-dip-sauce-served-with-olives_114579-968.jpg"},
{
- id: "p3",
- name: "Gino Speciale Burger",
- price: "€ 12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-arrangement-with-copy-space_23-2148614055.jpg",
- },
+ id: "p3", name: "Gino Speciale Burger", price: "€ 12.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-arrangement-with-copy-space_23-2148614055.jpg"},
{
- id: "p4",
- name: "Kebab Mix Schotel",
- price: "€ 16.50",
- imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg",
- },
+ id: "p4", name: "Kebab Mix Schotel", price: "€ 16.50", imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg"},
{
- id: "p5",
- name: "Vegetarische Schotel",
- price: "€ 13.00",
- imageSrc: "http://img.b2bpic.net/free-photo/cream-mushroom-soup-disposable-cup-bowl-served-with-green-vegetables-mushroom-cream-stew-vegetable-salad_114579-889.jpg",
- },
+ id: "p5", name: "Vegetarische Schotel", price: "€ 13.00", imageSrc: "http://img.b2bpic.net/free-photo/cream-mushroom-soup-disposable-cup-bowl-served-with-green-vegetables-mushroom-cream-stew-vegetable-salad_114579-889.jpg"},
{
- id: "p6",
- name: "Huisgemaakte Soep",
- price: "€ 6.50",
- imageSrc: "http://img.b2bpic.net/free-photo/tuscan-panzanella-traditional-italian-salad-with-tomatoes-bread_127032-3586.jpg",
- },
+ id: "p6", name: "Huisgemaakte Soep", price: "€ 6.50", imageSrc: "http://img.b2bpic.net/free-photo/tuscan-panzanella-traditional-italian-salad-with-tomatoes-bread_127032-3586.jpg"},
]}
title="Our Specialties"
description="Taste our handcrafted traditional dishes."
@@ -203,30 +130,16 @@ export default function LandingPage() {