From d2b9ff95f89d3ebbc434fed0c177cdb55ee02d20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:28:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0957f04..37267e0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "אתר פלוס - בניית אתרים מקצועיים לעסקים", description: "אנחנו בונים אתרים מודרניים ומקצועיים לעסקים קטנים ובינוניים. מותאם לעברית וטלפונים."}; + title: "אתר פלוס - בניית אתרים מקצועיים לעסקים", description: "אנחנו בונים אתרים מודרניים ומקצועיים לעסקים קטנים ובינוניים. מותאם לעברית וטלפונים." +}; export default function RootLayout({ children, -- 2.49.1 From 610877b8d788c713cc06bdc5dd98bb6b3079b783 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:28:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 117448a..1ef2ef0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { kpis={[ { value: "15+", label: "עסקים בנויים בהצלחה" }, { value: "99.9%", label: "זמן פעילות של השרתים" }, - { value: "24 שעות", label: "זמן השקה ממוצע" }, + { value: "24 שעות", label: "זמן השקה ממוצע" }, ]} enableKpiAnimation={true} tag="פתרון מקצועי לעסקים" @@ -111,13 +111,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "תמיד ", title: "מותאם לנייד", description: "כל אתר תוכנן להיראות נהדר בנייד", icon: Smartphone, + id: "1", value: "תמיד", title: "מותאם לנייד", description: "כל אתר תוכנן להיראות נהדר בנייד", icon: Smartphone, }, { - id: "2", value: "24 ", title: "שעות השקה", description: "אתר מקצועי בתוך 24 שעות בלבד", icon: Zap, + id: "2", value: "24", title: "שעות השקה", description: "אתר מקצועי בתוך 24 שעות בלבד", icon: Zap, }, { - id: "3", value: "תמיד ", title: "תמיכה 24/7", description: "אנחנו כאן בשבילכם כל הזמן", icon: Headphones, + id: "3", value: "תמיד", title: "תמיכה 24/7", description: "אנחנו כאן בשבילכם כל הזמן", icon: Headphones, }, { id: "4", value: "15+", title: "עסקים משובעים", description: "עסקים שלנו גדלו בממוצע 300%", icon: TrendingUp, -- 2.49.1