diff --git a/src/app/page.tsx b/src/app/page.tsx
index ecd2f63..b9ce968 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -52,112 +40,32 @@ export default function LandingPage() {
@@ -177,42 +85,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Klassiek",
- name: "Kebab broodje",
- price: "€8.50",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2149598944.jpg",
- },
- {
- id: "2",
- brand: "Klassiek",
- name: "Dürüm",
- price: "€9.00",
- rating: 5,
- reviewCount: "98",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-sandwich-made-meat-grilled-spit-with-seasonings-blue-desk-sandwich-burger-meat-food-meal-lunch_140725-64485.jpg",
- },
- {
- id: "3",
- brand: "Klassiek",
- name: "Kapsalon",
- price: "€11.00",
- rating: 5,
- reviewCount: "205",
- imageSrc: "http://img.b2bpic.net/free-photo/egg-biryani-with-french-fires_505751-5130.jpg",
- },
- {
- id: "4",
- brand: "Pizza",
- name: "Pizza",
- price: "€12.50",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997964.jpg",
- },
+ { id: "1", brand: "Klassiek", name: "Kebab broodje", price: "€8.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2149598944.jpg" },
+ { id: "2", brand: "Klassiek", name: "Dürüm", price: "€9.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-sandwich-made-meat-grilled-spit-with-seasonings-blue-desk-sandwich-burger-meat-food-meal-lunch_140725-64485.jpg" },
+ { id: "3", brand: "Klassiek", name: "Kapsalon", price: "€11.00", rating: 5, reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/egg-biryani-with-french-fires_505751-5130.jpg" },
+ { id: "4", brand: "Pizza", name: "Pizza", price: "€12.50", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997964.jpg" }
]}
title="Onze Featured Gerechten"
description="Ontdek de favorieten van onze klanten."
@@ -221,63 +97,20 @@ export default function LandingPage() {