From 46ee95a9c4b937c63e6825239fa48350de0bca2f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:25:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1415 +------------------------------------------- 1 file changed, 6 insertions(+), 1409 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d38d501..b383489 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1422 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Roboto } 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"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const roboto = Roboto({ - variable: "--font-roboto", subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Panwar Classes - Best Coaching for Class 1-12 in Ajmer", description: "Expert coaching classes in Ajmer for Class 1-10, Class 11-12 Science & Commerce. Personal attention, regular tests, doubt solving. Enroll today!", keywords: "coaching classes Ajmer, best tuition Ajmer, Class 11 coaching Ajmer, Class 12 science coaching, maths tuition Ajmer, science coaching Ajmer", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Panwar Classes - Expert Coaching in Ajmer", description: "Join Ajmer's leading coaching institute for academic excellence. Classes 1-12, Science & Commerce. Call 6367861914.", url: "https://panwarclasses.com", siteName: "Panwar Classes", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/young-students-working-project-together_23-2147656328.jpg", alt: "Panwar Classes Students"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Panwar Classes - Best Coaching in Ajmer", description: "Expert faculty, personal attention, regular tests. Class 1-12 Science & Commerce coaching.", images: ["http://img.b2bpic.net/free-photo/young-students-working-project-together_23-2147656328.jpg"], - }, -}; + title: "Panwar Classes - Quality Education in Ajmer", description: "Quality education for Class 1-12 in Ajmer with experienced faculty, personalized learning, and proven results."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -