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}