diff --git a/src/app/page.tsx b/src/app/page.tsx index 6da55d6..49e3e3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { 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: "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: "26 ₪", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187963.jpg" }, + { id: "p4", name: "בגט סביח (משביע)", price: "32 ₪", 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: "9 ₪", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-green-tomato-salad-oval-plate-fork-knife-dark_140725-105207.jpg" }, ]} - title="התפריט שלנו" - description="סביח טרי, מזין ומשביע, מוכן עם המון אהבה." + title="התפריט של הסביח של גינוס" + description="כל מה שטוב בטעם ישראלי אותנטי." /> @@ -159,4 +159,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}