diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0f4abeb..08ddabb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,108 +47,41 @@ export default function LandingPage() {
@@ -167,18 +92,9 @@ export default function LandingPage() {
title="A Passion for Flavor"
description="Located in the heart of Kénitra, West Food brings together high-quality ingredients and expert preparation to create unforgettable dining experiences."
metrics={[
- {
- value: "4.8",
- title: "Star Rating",
- },
- {
- value: "12+",
- title: "Years Passion",
- },
- {
- value: "100%",
- title: "Fresh Produce",
- },
+ { value: "4.8", title: "Star Rating" },
+ { value: "12+", title: "Years Passion" },
+ { value: "100%", title: "Fresh Produce" }
]}
imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-separating-eggs-bowl_23-2149720737.jpg"
imageAlt="Chef preparing dish"
@@ -194,48 +110,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Chef's Special Steak",
- price: "120 MAD",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-kiwis-with-raspberries-green-surface-berry-exotic-fruit-photo-tropical-color_140725-142277.jpg",
- },
- {
- id: "2",
- name: "Seasonal Garden Salad",
- price: "45 MAD",
- variant: "Appetizer",
- imageSrc: "http://img.b2bpic.net/free-photo/view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-86436.jpg",
- },
- {
- id: "3",
- name: "Roasted Atlantic Salmon",
- price: "95 MAD",
- variant: "Main Course",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-feta-cheese-tomatoes-with-blank-notebook_23-2148700450.jpg",
- },
- {
- id: "4",
- name: "Truffle Pasta Delight",
- price: "85 MAD",
- variant: "Pasta",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-sauce-with-tomato_140725-2964.jpg",
- },
- {
- id: "5",
- name: "Artisan Chocolate Cake",
- price: "40 MAD",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg",
- },
- {
- id: "6",
- name: "Signature Refreshing Drink",
- price: "30 MAD",
- variant: "Beverage",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-ice-tray_23-2149438834.jpg",
- },
+ { id: "1", name: "Chef's Special Steak", price: "120 MAD", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-kiwis-with-raspberries-green-surface-berry-exotic-fruit-photo-tropical-color_140725-142277.jpg" },
+ { id: "2", name: "Seasonal Garden Salad", price: "45 MAD", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-86436.jpg" },
+ { id: "3", name: "Roasted Atlantic Salmon", price: "95 MAD", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-feta-cheese-tomatoes-with-blank-notebook_23-2148700450.jpg" },
+ { id: "4", name: "Truffle Pasta Delight", price: "85 MAD", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-sauce-with-tomato_140725-2964.jpg" },
+ { id: "5", name: "Artisan Chocolate Cake", price: "40 MAD", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg" },
+ { id: "6", name: "Signature Refreshing Drink", price: "30 MAD", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-ice-tray_23-2149438834.jpg" }
]}
title="Our Signature Menu"
description="Curated dishes designed to delight your palate, featuring locally sourced and imported specialty ingredients."
@@ -244,63 +124,30 @@ export default function LandingPage() {
@@ -398,36 +204,8 @@ export default function LandingPage() {