From b2cb44852a08b7295b0de006f98fafe0c3067c6a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:25:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75fdcea..fd29468 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,8 @@ import type { Metadata } from "next"; -import { Heebo } from "next/font/google"; import "./globals.css"; -const heebo = Heebo({ subsets: ["hebrew", "latin"] }); - export const metadata: Metadata = { - title: "אתר פלוס - בנייה מקצועית של אתרים לעסקים", description: "אתרים מודרניים לעסקים קטנים ובינוניים. בנייה מהירה, עיצוב יפה, ותוצאות שמביאות לקוחות חדשים."}; + title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אתרים מקצועיים לעסקים קטנים ובינוניים. מהר, יפה ומביא לקוחות."}; export default function RootLayout({ children, @@ -14,7 +11,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}