diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7eb94dc..570f67d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1430 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } 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 inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "DYNAMIC SCHOOL | Premium Education Excellence", - description: "Master academic skills with experienced teachers, modern methods, and proven results. Enroll in Mathematics, Languages, SAT prep, and more.", - keywords: "education, courses, mathematics, languages, SAT prep, academic excellence, online learning, Uzbekistan", - openGraph: { - title: "DYNAMIC SCHOOL | Excellence in Education", - description: "Join thousands of successful students. Premium education with experienced educators and proven results.", - type: "website", - siteName: "DYNAMIC SCHOOL", - images: [ - { - url: "http://img.b2bpic.net/free-vector/lecture-conference-hall-banner-set_1284-17649.jpg", - alt: "DYNAMIC SCHOOL - Premier Educational Institution", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "DYNAMIC SCHOOL | Premium Education", - description: "Master your skills with Oxford-inspired academic excellence and modern teaching methods.", - images: ["http://img.b2bpic.net/free-vector/lecture-conference-hall-banner-set_1284-17649.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "DYNAMIC SCHOOL - Premium Education Excellence", description: "Master your skills with DYNAMIC SCHOOL. Premium education combining Oxford-style academic excellence with modern teaching methodologies."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -