diff --git a/src/app/page.tsx b/src/app/page.tsx
index 617731f..b9bd77c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,93 +43,31 @@ export default function LandingPage() {
@@ -166,42 +92,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Truffle Pasta",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg",
- },
- {
- id: "2",
- name: "Pan-Seared Salmon",
- price: "$32",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bright-colorful-eatable-bouquets-seasonable-fruits-vegetables-original-compositions_549566-326.jpg",
- },
- {
- id: "3",
- name: "Grilled Ribeye",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/close-view-poke-bowl_1268-21961.jpg",
- },
- {
- id: "4",
- name: "Chocolate Soufflé",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-type-vegetables-dark-board-red-yellow-pepper-mushrooms-cherry-greens_482257-45393.jpg",
- },
- {
- id: "5",
- name: "Caprese Salad",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg",
- },
- {
- id: "6",
- name: "Artisan Bread Basket",
- price: "$10",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-with-zucchini-with-slice-cheese-cucumber-blue-plate_141793-6117.jpg",
- },
+ { id: "1", name: "Truffle Pasta", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg" },
+ { id: "2", name: "Pan-Seared Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bright-colorful-eatable-bouquets-seasonable-fruits-vegetables-original-compositions_549566-326.jpg" },
+ { id: "3", name: "Grilled Ribeye", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-view-poke-bowl_1268-21961.jpg" },
+ { id: "4", name: "Chocolate Soufflé", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-type-vegetables-dark-board-red-yellow-pepper-mushrooms-cherry-greens_482257-45393.jpg" },
+ { id: "5", name: "Caprese Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" },
+ { id: "6", name: "Artisan Bread Basket", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-with-zucchini-with-slice-cheese-cucumber-blue-plate_141793-6117.jpg" },
]}
title="Signature Menu"
description="Discover our curated selection of fine dishes."
@@ -210,24 +106,13 @@ export default function LandingPage() {
@@ -375,36 +185,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file