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