From 4667f1089a0049482769c78ee70707a380795917 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:11:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1418 +------------------------------------------- 1 file changed, 11 insertions(+), 1407 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a1d24ff..b1c7885 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1423 +1,28 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Inter_Tight } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); +import "./styles/variables.css"; +import "./styles/base.css"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -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: "אינסטלטור תל אביב - שירות 24/7", description: "אינסטלטור מקצועי בתל אביב. הגעה מהירה, שירות 24/7, עבודה נקייה ומחירים הוגנים. התקשר: 03-375-1974", keywords: "אינסטלטור תל אביב, אינסטלציה בתל אביב, פתיחת סתימות, תיקון נזילות, תיקון ברזים", metadataBase: new URL("https://www.example.com"), - alternates: { - canonical: "https://www.example.com"}, - robots: { - index: true, - follow: true, - }, - openGraph: { - title: "אינסטלטור תל אביב - שירות 24/7 מקצועי", description: "שירות אינסטלציה מקצועי בתל אביב עם הגעה מהירה וחיוב הוגן", url: "https://www.example.com", siteName: "אינסטלטור תל אביב", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772863.jpg", alt: "שירות אינסטלציה בתל אביב"}, - ], - }, - twitter: { - card: "summary_large_image", title: "אינסטלטור תל אביב", description: "שירות אינסטלציה 24/7 בתל אביב"}, -}; + title: "Plumber Tel Aviv – Fast 24/7 Service", description: "Professional plumbing service in Tel Aviv. Fast arrival | Clean work | Fair prices"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + + {children}