diff --git a/src/app/page.tsx b/src/app/page.tsx index 603eb5e..d63d476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,79 +32,32 @@ export default function LandingPage() {
@@ -113,19 +66,9 @@ export default function LandingPage() { @@ -136,52 +79,13 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + title="תפריט המסעדה" + description="מגוון מנות חלביות עשירות, דגים, פסטות וקינוחים בעבודת יד." products={[ - { - id: "p1", - name: "סלט עשיר", - price: "55 ₪", - variant: "ירקות טריים", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-card-mockup-breakfast-table_23-2148200722.jpg", - }, - { - id: "p2", - name: "פסטה מוקרמת", - price: "68 ₪", - variant: "מנה חמה", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-cutting-cheese_23-2150062709.jpg", - }, - { - id: "p3", - name: "טורטיות ממולאות", - price: "62 ₪", - variant: "קל וטעים", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cutting-food_23-2150124822.jpg", - }, - { - id: "p4", - name: "ניוקי פטריות", - price: "74 ₪", - variant: "גורמה", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136339.jpg", - }, - { - id: "p5", - name: "דג היום", - price: "95 ₪", - variant: "דגים", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149629092.jpg", - }, - { - id: "p6", - name: "קינוח הבית", - price: "45 ₪", - variant: "מתוק", - imageSrc: "http://img.b2bpic.net/free-photo/avocado-toast-topped-with-raddish-syrniki-boiled-egg-served-with-fresh-salad_140725-1294.jpg", - }, + { id: "p1", name: "סלט ישראלי עשיר", price: "55 ₪", variant: "טרי ובריא", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-card-mockup-breakfast-table_23-2148200722.jpg" }, + { id: "p2", name: "פסטה שמנת ופטריות", price: "68 ₪", variant: "חם וטעים", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-cutting-cheese_23-2150062709.jpg" }, + { id: "p3", name: "קינוח הבית", price: "45 ₪", variant: "מתוק", imageSrc: "http://img.b2bpic.net/free-photo/avocado-toast-topped-with-raddish-syrniki-boiled-egg-served-with-fresh-salad_140725-1294.jpg" }, ]} - title="מה בתפריט?" - description="מנות חלביות מוקפדות, טריות ובשפע." /> @@ -191,27 +95,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Users, - title: "סועדים מרוצים", - value: "10,000+", - }, - { - id: "m2", - icon: Award, - title: "מנות מוגשות", - value: "50,000+", - }, - { - id: "m3", - icon: Award, - title: "אירועים מוצלחים", - value: "500+", - }, + { id: "m1", icon: Users, title: "לקוחות מאושרים", value: "10,000+" }, + { id: "m2", icon: Award, title: "אירועים בלתי נשכחים", value: "500+" }, ]} - title="קצת עלינו במספרים" - description="הצלחות שמדברות בעד עצמן." + title="הצלחות במספרים" + description="האיכות שלנו נמדדת בשביעות רצון הלקוחות שלנו לאורך השנים." /> @@ -219,68 +107,12 @@ export default function LandingPage() { - - -
-
@@ -288,25 +120,12 @@ export default function LandingPage() { @@ -314,19 +133,10 @@ export default function LandingPage() {
@@ -334,51 +144,11 @@ export default function LandingPage() {