diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75fdcea..b4208d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,10 @@ 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 +13,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +