From 40d51efe6bef2a4484472e81aeda6f10fc0d6aef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:30:35 +0000 Subject: [PATCH] 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} +