From 3d3d3e56e261892ecfb1a2e5e9c459192d03d1f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:45:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 268 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 652f675..2dba853 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,84 +32,36 @@ export default function LandingPage() {
@@ -118,15 +70,8 @@ export default function LandingPage() { @@ -138,42 +83,12 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { - id: "p1", - name: "פיצה מרגריטה קלאסית", - price: "55 ₪", - imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg", - }, - { - id: "p2", - name: "פסטה פומודורו", - price: "48 ₪", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460144.jpg", - }, - { - id: "p3", - name: "סלט איטלקי רענן", - price: "42 ₪", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salad-with-different-ingredients_23-2148537173.jpg", - }, - { - id: "p4", - name: "פוקאצ'ה חמה", - price: "28 ₪", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-sesame-pumpkin-sunflower-seeds_114579-91535.jpg", - }, - { - id: "p5", - name: "טירמיסו איטלקי", - price: "35 ₪", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-holding-tiramisu-tray_23-2149549733.jpg", - }, - { - id: "p6", - name: "ג'לאטו הבית", - price: "22 ₪", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-raspberries-smoothie_23-2148594967.jpg", - }, + { id: "p1", name: "פיצה מרגריטה קלאסית", price: "55 ₪", imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg" }, + { id: "p2", name: "פסטה פומודורו", price: "48 ₪", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460144.jpg" }, + { id: "p3", name: "סלט איטלקי רענן", price: "42 ₪", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salad-with-different-ingredients_23-2148537173.jpg" }, + { id: "p4", name: "פוקאצ'ה חמה", price: "28 ₪", imageSrc: "http://img.b2bpic.net/free-photo/homemade-bread-with-sesame-pumpkin-sunflower-seeds_114579-91535.jpg" }, + { id: "p5", name: "טירמיסו איטלקי", price: "35 ₪", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-holding-tiramisu-tray_23-2149549733.jpg" }, + { id: "p6", name: "ג'לאטו הבית", price: "22 ₪", imageSrc: "http://img.b2bpic.net/free-photo/close-up-raspberries-smoothie_23-2148594967.jpg" }, ]} title="התפריט שלנו" description="מגוון מנות עשירות מחומרי הגלם הטובים ביותר." @@ -187,21 +102,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "חומרי גלם טריים", - description: "כל המנות מוכנות מדי יום במקום.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mushroom-ham-salami-cheese-raw-pizza-bread-parchment-paper_23-2148120064.jpg", - }, - { - title: "אווירה משפחתית", - description: "הבית האיטלקי שלכם בטירת הכרמל.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-with-sliced-chicken-inside-plate-light-background_140725-141071.jpg", - }, - { - title: "משלוחים מהירים", - description: "כל הטוב הזה אצלכם בבית תוך דקות.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-with-sliced-cheese-tomatoes-seasonings-dark-background-lunch-health-diet-meal-food-color_140725-157402.jpg", - }, + { title: "חומרי גלם טריים", description: "כל המנות מוכנות מדי יום במקום.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mushroom-ham-salami-cheese-raw-pizza-bread-parchment-paper_23-2148120064.jpg" }, + { title: "אווירה משפחתית", description: "הבית האיטלקי שלכם בטירת הכרמל.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-with-sliced-chicken-inside-plate-light-background_140725-141071.jpg" }, + { title: "משלוחים מהירים", description: "כל הטוב הזה אצלכם בבית תוך דקות.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-with-sliced-cheese-tomatoes-seasonings-dark-background-lunch-health-diet-meal-food_140725-157402.jpg" }, ]} title="למה פאפיאנו?" description="אנחנו מאמינים בשילוב של חומרי גלם טריים ושירות אישי." @@ -215,46 +118,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "ישראל כהן", - role: "לקוח קבוע", - company: "טירת הכרמל", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", - }, - { - id: "2", - name: "דנה לוי", - role: "לקוחה", - company: "טירת הכרמל", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", - }, - { - id: "3", - name: "יוסי מזרחי", - role: "לקוח", - company: "חיפה", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-young-student-wearing-stylish-hat-eating-delicious-food-with-knife-fork-break-university-canteen-enjoying-fresh-healthy-lunch_273609-1967.jpg", - }, - { - id: "4", - name: "מיכל אברהם", - role: "לקוחה", - company: "טירת הכרמל", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150300136.jpg", - }, - { - id: "5", - name: "אורן שחר", - role: "לקוח קבוע", - company: "טירת הכרמל", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg", - }, + { id: "1", name: "ישראל כהן", role: "לקוח קבוע", company: "טירת הכרמל", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg" }, + { id: "2", name: "דנה לוי", role: "לקוחה", company: "טירת הכרמל", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" }, + { id: "3", name: "יוסי מזרחי", role: "לקוח", company: "חיפה", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-young-student-wearing-stylish-hat-eating-delicious-food-with-knife-fork-break-university-canteen-enjoying-fresh-healthy-lunch_273609-1967.jpg" }, + { id: "4", name: "מיכל אברהם", role: "לקוחה", company: "טירת הכרמל", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150300136.jpg" }, + { id: "5", name: "אורן שחר", role: "לקוח קבוע", company: "טירת הכרמל", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg" }, ]} title="מה הלקוחות שלנו אומרים" description="האהבה שלכם היא הכוח שלנו." @@ -267,24 +135,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "1", - icon: Star, - title: "לקוחות מרוצים", - value: "1000+", - }, - { - id: "2", - icon: Pizza, - title: "פיצות שנאפו", - value: "5000+", - }, - { - id: "3", - icon: Award, - title: "שנות ניסיון", - value: "10", - }, + { id: "1", icon: Star, title: "לקוחות מרוצים", value: "1000+" }, + { id: "2", icon: Pizza, title: "פיצות שנאפו", value: "5000+" }, + { id: "3", icon: Award, title: "שנות ניסיון", value: "10" }, ]} title="הצלחות במספרים" description="גאים בכל לקוח שחוזר אלינו." @@ -296,21 +149,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "האם יש משלוחים?", - content: "כן, אנחנו מבצעים משלוחים לכל אזור טירת הכרמל.", - }, - { - id: "f2", - title: "האם יש מנות ללא גלוטן?", - content: "כן, יש לנו תפריט מותאם ללא גלוטן.", - }, - { - id: "f3", - title: "איך מזמינים מקום?", - content: "ניתן להזמין מקום דרך האתר או בטלפון.", - }, + { id: "f1", title: "האם יש משלוחים?", content: "כן, אנחנו מבצעים משלוחים לכל אזור טירת הכרמל." }, + { id: "f2", title: "האם יש מנות ללא גלוטן?", content: "כן, יש לנו תפריט מותאם ללא גלוטן." }, + { id: "f3", title: "איך מזמינים מקום?", content: "ניתן להזמין מקום דרך האתר או בטלפון." }, ]} title="שאלות נפוצות" description="צריכים עזרה? כאן תמצאו תשובות." @@ -320,10 +161,9 @@ export default function LandingPage() {
-- 2.49.1