diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 41fbaf3..8ac4226 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,10 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "./globals.css"; - -const inter = Inter({ subsets: ["latin"] }); +import "./styles/variables.css"; +import "./styles/base.css"; export const metadata: Metadata = { - title: "אתר פלוס - בניית אתרים מקצועיים לעסקים", description: "אנחנו בונים אתרים מודרניים ומקצועיים לעסקים קטנים וגדולים. בניית אתרים, חנויות אונליין, ושדרוגי אתרים קיימים." -}; + title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "בנייה מודרנית של אתרים לעסקים שמביאים לקוחות. אנחנו בונים אתרים יפים, מהירים ו-SEO friendly."}; export default function RootLayout({ children, @@ -15,7 +13,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}