diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1a7bdb3..4773e04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,39 +42,14 @@ export default function LandingPage() {
@@ -121,42 +74,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Ma Poêle Burger",
- price: "95 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-bacon-french-fries-brown-bread_140725-5673.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Poulpe Braisé",
- price: "140 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-octopus-with-potato-greens-plate_141793-3687.jpg",
- },
- {
- id: "3",
- name: "Pizza Wood-Fired",
- price: "85 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-near-oven_23-2150873852.jpg",
- },
- {
- id: "4",
- name: "Smoked Ribs",
- price: "160 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23833.jpg",
- },
- {
- id: "5",
- name: "Grilled Sea Bass",
- price: "130 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-meat-steak_1203-9915.jpg",
- },
- {
- id: "6",
- name: "Vegetable Skewers",
- price: "60 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23142.jpg",
- },
+ { id: "1", name: "Ma Poêle Burger", price: "95 DH", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-with-bacon-french-fries-brown-bread_140725-5673.jpg" },
+ { id: "2", name: "Poulpe Braisé", price: "140 DH", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-octopus-with-potato-greens-plate_141793-3687.jpg" },
+ { id: "3", name: "Pizza Wood-Fired", price: "85 DH", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-near-oven_23-2150873852.jpg" },
+ { id: "4", name: "Smoked Ribs", price: "160 DH", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23833.jpg" },
+ { id: "5", name: "Grilled Sea Bass", price: "130 DH", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-meat-steak_1203-9915.jpg" },
+ { id: "6", name: "Vegetable Skewers", price: "60 DH", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23142.jpg" }
]}
title="Our Signature Menu"
description="Discover our authentic charcoal-grilled specialties."
@@ -165,33 +88,13 @@ export default function LandingPage() {
@@ -277,9 +132,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file