Update src/app/layout.tsx

This commit is contained in:
2026-03-09 13:16:35 +00:00
parent e50cb49b7a
commit 1b495c75b7

View File

@@ -1,9 +1,9 @@
import type { Metadata } from "next";
import { Lenis } from "./providers/lenis";
import "./globals.css";
export const metadata: Metadata = {
title: "Classic Gym | Transform Your Body at Khammam's Most Trusted Gym", description: "Join 348+ happy members at Classic Gym. Professional trainers, modern equipment, women-friendly environment. Open 4:30 AM - 10:00 PM."};
title: "Classic Gym | Transform Your Body at Khammam's Most Trusted Gym", description: "Join 348+ happy members at Classic Gym. Professional trainers, modern equipment, women-friendly environment. Open 4:30 AM - 10:00 PM."
};
export default function RootLayout({
children,
@@ -13,7 +13,7 @@ export default function RootLayout({
return (
<html lang="en">
<body>
<Lenis>{children}</Lenis>
{children}
<script
dangerouslySetInnerHTML={{