From 8467006d1768534078f859cd17b1fd385654c66a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:27:54 +0000 Subject: [PATCH 1/6] 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 fd29468..e23c0d9 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 2d3535636cb38fbe7ae66566eb3037a8bc8a444f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:27:54 +0000 Subject: [PATCH 2/6] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ece813..01da4dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,6 @@ export default function LandingPage() { { name: "ביקורות", id: "testimonials" }, ]} button={{ text: "קבלו הצעת מחיר", href: "#contact" }} - animateOnLoad={true} /> @@ -60,7 +59,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg" imageAlt="דוגמה של אתר מקצועי" mediaAnimation="slide-up" - titleClassName="text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold" /> @@ -89,7 +87,7 @@ export default function LandingPage() { }, { id: 2, - tag: "חנויות", title: "חנויות אונליין", subtitle: "למכור בעצמכם 24/7", description: "חנות אונליין שלמה עם תשלומים מאובטחים, ניהול מלאי, ודו"צים אוטומטיים לעסקים שרוצים למכור בעצמם.", imageSrc: "http://img.b2bpic.net/free-photo/buy-commerce-credit-home-card-delivery_1418-11.jpg" + tag: "חנויות", title: "חנויות אונליין", subtitle: "למכור בעצמכם 24/7", description: "חנות אונליין שלמה עם תשלומים מאובטחים, ניהול מלאי, ודו״צים אוטומטיים לעסקים שרוצים למכור בעצמם.", imageSrc: "http://img.b2bpic.net/free-photo/buy-commerce-credit-home-card-delivery_1418-11.jpg" }, { id: 3, -- 2.49.1 From 40d51efe6bef2a4484472e81aeda6f10fc0d6aef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:30:35 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e23c0d9..7ec8ffb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,7 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אתרים מקצועיים לעסקים קטנים ובינוניים. מהר, יפה ומביא לקוחות." -}; + title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אנחנו בונים אתרים מודרניים לעסקים שרוצים להיראות מקצועיים באינטרנט ולהביא יותר לקוחות."}; export default function RootLayout({ children, @@ -12,7 +11,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +