diff --git a/src/app/page.tsx b/src/app/page.tsx
index 469d352..a50bdd9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,22 +23,10 @@ export default function LandingPage() {
@@ -46,72 +34,23 @@ export default function LandingPage() {
@@ -121,47 +60,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
- useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "מנת סביח קלאסית",
- price: "28 ₪",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-meat-pomegranate_140725-6380.jpg",
- },
- {
- id: "p2",
- name: "סביח בצלחת",
- price: "35 ₪",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833869.jpg",
- },
- {
- id: "p3",
- name: "חומוס-סביח",
- price: "30 ₪",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg",
- },
- {
- id: "p4",
- name: "סלט סביח",
- price: "25 ₪",
- imageSrc: "http://img.b2bpic.net/free-photo/pepper-dill-with-parsley-around-salad_23-2147778427.jpg",
- },
- {
- id: "p5",
- name: "פיתה נוספת",
- price: "4 ₪",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg",
- },
- {
- id: "p6",
- name: "סלט ירקות קטן",
- price: "10 ₪",
- imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-green-tomato-salad-oval-plate-fork-knife-dark_140725-105207.jpg",
- },
+ { id: "m1", name: "מנת סביח קלאסית", price: "28 ₪", imageSrc: "https://img.b2bpic.net/free-photo/vegetable-salad-with-meat-pomegranate_140725-6380.jpg" },
+ { id: "m2", name: "סביח בצלחת עשירה", price: "38 ₪", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833869.jpg" },
+ { id: "m3", name: "חומוס-סביח חם", price: "32 ₪", imageSrc: "https://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg" }
]}
title="התפריט שלנו"
- description="סביח טרי, מזין ומשביע, מוכן עם המון אהבה."
+ description="כל המנות שלנו מוגשות עם טחינה עשירה, עמבה משובחת וחריף ביתי שאי אפשר לעמוד בפניו."
/>
@@ -169,131 +74,34 @@ export default function LandingPage() {