Update src/app/layout.tsx

This commit is contained in:
2026-03-09 06:10:56 +00:00
parent ee07f86e94
commit 0efbf816fc

View File

@@ -1,14 +1,8 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
import "./styles/globals.css";
export const metadata: Metadata = {
title: "TG Entertainment", description: "Human Creativity × AI Efficiency - Premium creative agency"
};
title: "TG Entertainment | Creative Agency", description: "A creative agency redefining what's possible when human brilliance meets intelligent automation."};
export default function RootLayout({
children,
@@ -16,14 +10,8 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/lenis@1.1.13/dist/lenis.min.js"
/>
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `