diff --git a/src/app/page.tsx b/src/app/page.tsx
index b78b8bd..02a2aef 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,43 +41,14 @@ export default function LandingPage() {
@@ -114,60 +73,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "طبق رئيسي",
- name: "صدر دجاج بالزعتر",
- price: "15$",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
- },
- {
- id: "2",
- brand: "طبق رئيسي",
- name: "كفتة مع بطاطا",
- price: "18$",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg",
- },
- {
- id: "3",
- brand: "طبق رئيسي",
- name: "ستيك مشوي",
- price: "25$",
- rating: 5,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-dinner-with-mashed-potatoes-vegetables_84443-82580.jpg",
- },
- {
- id: "4",
- brand: "مشروبات",
- name: "كابتشينو",
- price: "5$",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg",
- },
- {
- id: "5",
- brand: "مشروبات",
- name: "قهوة تركية",
- price: "4$",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-coffee-capsules_23-2148937276.jpg",
- },
- {
- id: "6",
- brand: "مشروبات",
- name: "عصائر طبيعية",
- price: "6$",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-cocktails-with-flowers-figs-purple-surface_140725-63892.jpg",
- },
+ { id: "1", brand: "طبق رئيسي", name: "صدر دجاج بالزعتر", price: "15$", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg" },
+ { id: "2", brand: "طبق رئيسي", name: "كفتة مع بطاطا", price: "18$", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg" },
+ { id: "3", brand: "طبق رئيسي", name: "ستيك مشوي", price: "25$", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-dinner-with-mashed-potatoes-vegetables_84443-82580.jpg" }
]}
title="قائمة الطعام"
description="استمتع بتشكيلة مختارة من أطباقنا المميزة"
@@ -181,163 +89,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "الأكل",
- description: "تجربة طعم فاخرة",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6903.jpg",
- imageAlt: "Food",
- },
+ title: "الأكل", description: "تجربة طعم فاخرة", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6903.jpg", imageAlt: "Food" },
items: [],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg?_wi=2",
- imageAlt: "restaurant interior design",
+ reverse: false
},
{
- title: "الديكور",
- description: "أجواء عصرية وراقية",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5747.jpg",
- imageAlt: "Decor",
- },
+ title: "الديكور", description: "أجواء عصرية وراقية", media: { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5747.jpg", imageAlt: "Decor" },
items: [],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg?_wi=2",
- imageAlt: "restaurant interior design",
- },
- {
- title: "الجلسات الليلية",
- description: "سهرات لا تُنسى",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-long-black-plate-with-blue-plate-fork-knife-dark-surface_140725-154925.jpg",
- imageAlt: "Night vibe",
- },
- items: [],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2",
- imageAlt: "restaurant interior design",
- },
+ reverse: true
+ }
]}
title="المعرض"
description="لمحات من أجواءنا وأطباقنا المميزة"
/>
-