diff --git a/src/app/page.tsx b/src/app/page.tsx
index f7145d8..41740bf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,18 +30,9 @@ export default function LandingPage() {
@@ -49,62 +40,25 @@ export default function LandingPage() {
@@ -123,42 +77,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Eggs Benedict",
- price: "18€",
- imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg",
- },
- {
- id: "p2",
- name: "Chocolate Pancakes",
- price: "15€",
- imageSrc: "http://img.b2bpic.net/free-photo/classic-caesar-salad-with-chicken-grated-parmesan_140725-6991.jpg",
- },
- {
- id: "p3",
- name: "Shakshuka",
- price: "16€",
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-fried-eggs-with-vegetables-shakshuka-frying-pan-black-turkish-style_2829-11245.jpg",
- },
- {
- id: "p4",
- name: "French Toast",
- price: "14€",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg",
- },
- {
- id: "p5",
- name: "Avocado Toast",
- price: "17€",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-avocado-toast-plate-with-herbs-spices_23-2148417411.jpg",
- },
- {
- id: "p6",
- name: "Croissant Basket",
- price: "9€",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg",
- },
+ { id: "p1", name: "Eggs Benedict", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-cheesecake-lemon-tea-cup-toast-salad-fried-egg-bacon-gray-plate-white-background_23-2148067173.jpg" },
+ { id: "p2", name: "Chocolate Pancakes", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/classic-caesar-salad-with-chicken-grated-parmesan_140725-6991.jpg" },
+ { id: "p3", name: "Shakshuka", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-fried-eggs-with-vegetables-shakshuka-frying-pan-black-turkish-style_2829-11245.jpg" },
+ { id: "p4", name: "French Toast", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg" },
+ { id: "p5", name: "Avocado Toast", price: "17€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-avocado-toast-plate-with-herbs-spices_23-2148417411.jpg" },
+ { id: "p6", name: "Croissant Basket", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg" },
]}
title="Menu Highlights"
description="World-famous breakfasts, decadent desserts, and unforgettable flavors."
@@ -167,27 +91,13 @@ export default function LandingPage() {