diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9a64d0a..d67ae3e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1434 +1,33 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Nunito_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { ServiceWrapper } from "@/providers/service-wrapper/ServiceWrapper"; +import { Tag } from "@/components/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 nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Synex - Premium FiveM Cheat | Undetectable Gaming Tools", - description: "Discover Synex, the ultimate FiveM cheat with cutting-edge anti-detection technology, seamless integration, and premium support. Dominate the server with elite gaming tools.", - keywords: "FiveM cheat, gaming tools, FiveM mod menu, roleplay cheat, undetectable cheat, gaming premium", - openGraph: { - title: "Synex - Premium FiveM Cheat", - description: "Experience the ultimate FiveM cheat with advanced features and undetectable performance.", - type: "website", - siteName: "Synex", - images: [ - { - url: "http://img.b2bpic.net/free-vector/gradient-pop-up-set-with-golden-details_52683-74497.jpg", - alt: "Synex Gaming Dashboard", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Synex - Premium FiveM Cheat", - description: "Undetectable FiveM cheat with premium features and elite support.", - images: ["http://img.b2bpic.net/free-vector/gradient-pop-up-set-with-golden-details_52683-74497.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Synex - Premium FiveM Cheat", description: "Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - + + {children} - + +