From 892a8278abe2e14ddc2e7879e43ac5ff47e4cf72 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:39:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7cf9658..2f63eaf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,11 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "./styles/variables.css"; import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "אתר פלוס - בניית אתרים לעסקים", description: "אנחנו בונים אתרים מודרניים לעסקים שרוצים להיראות מקצועיים באינטרנט ולהביא יותר לקוחות" -}; + title: "אתר פלוס - בניית אתרים מקצועיים לעסקים", description: "אנחנו בונים אתרים מודרניים ומקצועיים לעסקים קטנים וגדולים. בניית אתרים, חנויות אונליין, ושדרוגי אתרים קיימים."}; export default function RootLayout({ children,