From 9f5b26d0f1fcb29914b7025d3c542cb0a7f8e6de Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:15:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1440 +------------------------------------------- 1 file changed, 8 insertions(+), 1432 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e3df00..f5a74e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1442 +1,19 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Public_Sans } from "next/font/google"; +import { Lenis } from "./providers/lenis"; 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"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Classic Gym Fitness & Cardio | Khammam | 4.8★ Rated Gym", - description: "Gym near Sardar Patel Stadium, Khammam. 348+ members. Professional trainers, women-friendly, latest equipment. Join now for ₹2,999/month. Call or WhatsApp.", - keywords: "gym in Khammam, best gym near Sardar Patel Stadium, fitness center, strength training, cardio, personal training, body transformation", - metadataBase: new URL("https://classicgym.com"), - alternates: { - canonical: "https://classicgym.com", - }, - openGraph: { - title: "Classic Gym Fitness & Cardio - Transform Your Body in Khammam", - description: "Join 348+ members at Khammam's most trusted gym. Professional trainers, modern equipment, women-friendly zone. Free trial available.", - url: "https://classicgym.com", - siteName: "Classic Gym", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg", - alt: "Classic Gym Fitness Center", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Classic Gym Fitness & Cardio - Khammam", - description: "Transform your body at Khammam's most trusted gym. 348+ members, 4.8★ rating. Professional trainers. Join now!", - images: [ - "http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg", - ], - }, - robots: { - index: true, - follow: true, - }, -}; + 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, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -