From df5ac99288f4bc24fccdf001af54d88ff654b38b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:31:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) 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 ( - - -