From bf4c22c60e9c371950df411185a19291fd688735 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:22:57 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1413 +------------------------------------------- 1 file changed, 23 insertions(+), 1390 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index df96f4b..bdb4361 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1410 +1,44 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Roboto } from "next/font/google"; +import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { ServiceWrapper } from "@/providers/themeProvider/ServiceWrapper"; +import { Tag } from "@/components/utils/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const roboto = Roboto({ - variable: "--font-roboto", subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], +const interTight = Inter_Tight({ + variable: "--font-inter-tight", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "MS Parfum - בשמים פרמיום | מחירון אחיד", description: "קולקציית 40 בשמים בתמחור אחיד: 50מ\"ל - 200₪ | 100מ\"ל - 350₪ כולל משלוח. הזמן עכשיו עם אפשרויות כמויות גמישות.", keywords: "בשם, בשמים, שם בשמים, בשמים אונליין, משלוח בשמים", openGraph: { - title: "MS Parfum - בשמים פרמיום בתמחור ברור", description: "קולקציה חדשה של 40 בשמים עם מחירון אחיד וגמיש. בחר בכמות שמתאימה לך.", siteName: "MS Parfum", type: "website"}, -}; + title: "MS Parfum - בשמים פרמיום", description: "קולקציה בחירה של 40 בשמים מסוגים שונים בתמחור אחיד וגמיש"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + +