From 38e3dfe56bef02f81e4ea7cdee8f9746040d6dbd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:44:29 +0000 Subject: [PATCH] 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 1ee811f..0fd824b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "אתר פלוס - בניית אתרים לעסקים", description: "בניית אתרים מקצועיים לעסקים קטנים וגדולים בישראל"}; + title: "אתר פלוס - בניית אתרים לעסקים", description: "בניית אתרים מקצועיים לעסקים קטנים וגדולים בישראל" +}; export default function RootLayout({ children,