Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-09 13:15:32 +00:00

View File

@@ -2,7 +2,7 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });
export const metadata: Metadata = {
title: "Synex - Premium FiveM Cheat", description: "Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance."
@@ -15,7 +15,7 @@ export default function RootLayout({
}) {
return (
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
<body className={inter.variable}>
{children}
<script
async