diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bdb4361..4e3d02a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,16 +1,8 @@ import type { Metadata } from "next"; -import { Inter_Tight } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/providers/themeProvider/ServiceWrapper"; -import { Tag } from "@/components/utils/Tag"; - -const interTight = Inter_Tight({ - variable: "--font-inter-tight", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +import "./styles/globals.css"; export const metadata: Metadata = { - title: "MS Parfum - בשמים פרמיום", description: "קולקציה בחירה של 40 בשמים מסוגים שונים בתמחור אחיד וגמיש"}; + title: "MS Parfum - קולקציית בשמים פרמיום", description: "קולקציה בחירה של 40 בשמים מסוגים שונים בתמחור אחיד וגמיש. בחר בין 50 מ\"ל ל-200 שח או 100 מ\"ל ל-350 שח."}; export default function RootLayout({ children, @@ -18,28 +10,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - -
- - - -