diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4291b44..9231bb4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1428 +1,40 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; import { Poppins } from "next/font/google"; +import "./styles/variables.css"; 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 poppins = Poppins({ - variable: "--font-poppins", - subsets: ["latin"], + variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "CompanyHub - Internal Knowledge Portal", - description: "Centralized company intranet and knowledge management platform for employees. Access policies, team directory, resources, and support.", - keywords: "intranet, company portal, knowledge base, employee resources, internal network", - openGraph: { - title: "CompanyHub - Company Intranet Portal", - description: "Your one-stop platform for company information, policies, team directory, and resources.", - url: "https://company-hub.internal", - siteName: "CompanyHub", - type: "website", - }, - twitter: { - card: "summary_large_image", - title: "CompanyHub - Internal Portal", - description: "Centralized company knowledge and resource platform for all employees", - }, - robots: { - index: true, - follow: true, - }, -}; + title: "PetrolHeads - Car Enthusiasts Community", description: "Unite with car lovers and petrolheads. Discover the ultimate destination for automotive passion, performance, and community."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - + + {children} - +