From 65ca902f9a5f1dc559de17ba5cd9edeaa1f51482 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:44:39 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1410 +------------------------------------------- 1 file changed, 21 insertions(+), 1389 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9616d07..5dcae0e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1411 +1,36 @@ 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"], -}); +import "./styles/variables.css"; +import "./styles/base.css"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Flux City Scripts - Premium Scripts & Tools", description: "Discover premium scripts and automation tools for developers and gamers. Unlock powerful features, enhanced performance, and advanced capabilities with Flux City Scripts.", keywords: "scripts, automation, tools, developer tools, game scripts, lua scripts, performance optimization", metadataBase: new URL("https://fluxcityscripts.com"), - alternates: { - canonical: "https://fluxcityscripts.com"}, - openGraph: { - title: "Flux City Scripts - Premium Scripts & Tools", description: "Discover premium scripts and automation tools for developers and gamers.", url: "https://fluxcityscripts.com", siteName: "Flux City Scripts", type: "website"}, - twitter: { - card: "summary_large_image", title: "Flux City Scripts - Premium Scripts & Tools", description: "Discover premium scripts and automation tools for developers and gamers."}, - robots: { - index: true, - follow: true, - }, -}; + title: "Flux City Scripts - Premium Automation & Tools", description: "Premium scripts and tools designed for developers and gamers. Unlock powerful automation, enhanced performance, and advanced features with Flux City's trusted script collection."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - + + {children} - +