From 0cec542454c76a26fd47053712537597b4a6c8bb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:04:41 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1408 +------------------------------------------- 1 file changed, 13 insertions(+), 1395 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6fe2a4d..71d8b30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1418 +1,37 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Public_Sans } 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 { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/components/shared/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const publicSans = Public_Sans({ - variable: "--font-public-sans", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Emergency Plumber Chicago | 24/7 Plumbing Service", description: "Fast, reliable plumbing services in Chicago suburbs. 24/7 emergency service, drain cleaning, leak repair. 4.8★ rated. Call (708) 374-0079 now.", keywords: "emergency plumber Chicago, plumber near me, drain cleaning, leak repair, 24/7 plumbing service, Chicago suburbs", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Emergency Plumber Chicago | Exclusive Plumbing", description: "24/7 emergency plumbing service in Chicago suburbs. Fast response, fair pricing, licensed & insured. Call now!", type: "website", siteName: "Exclusive Plumbing", images: [ - { - url: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", alt: "Professional plumbing service"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Emergency Plumber Chicago | Exclusive Plumbing", description: "Fast 24/7 emergency plumbing service. Licensed, insured, fair pricing. Call (708) 374-0079", images: ["http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg"], - }, -}; + title: "A Priority Sewer And Drainage Ltd - 24/7 Emergency Plumbing Services", description: "Trusted sewer repair, drain cleaning, and plumbing services in Northlake, IL. Available 24/7 with fair pricing and professional service. Call (708) 492-0194."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - + + {children} - +