diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd29468..e6bd359 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אתרים מקצועיים לעסקים קטנים ובינוניים. מהר, יפה ומביא לקוחות."}; + title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אנחנו בונים אתרים מודרניים לעסקים שרוצים להיראות מקצועיים באינטרנט ולהביא יותר לקוחות." +}; export default function RootLayout({ children, @@ -11,7 +12,9 @@ export default function RootLayout({ }) { return ( -
{children} + + {children} +