diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 16c8725..bd60bee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1423 +1,23 @@ -import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Raleway } 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"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const raleway = Raleway({ - variable: "--font-raleway", subsets: ["latin"], -}); +import type { Metadata } from 'next'; +import { Lenis } from '@studio-freight/react-lenis'; +import './globals.css'; export const metadata: Metadata = { - title: "Gay Club BMW - LGBTQ Automotive Community", description: "Join the ultimate LGBTQ BMW enthusiast community. Experience exclusive events, member networking, and celebrate automotive passion with pride.", keywords: "BMW club, LGBTQ community, automotive enthusiasts, inclusive automotive, pride events", metadataBase: new URL("https://gayclubBMW.com"), - alternates: { - canonical: "https://gayclubBMW.com"}, - openGraph: { - title: "Gay Club BMW - Drive Together", description: "Join LGBTQ automotive enthusiasts. Exclusive events, community, membership benefits.", url: "https://gayclubBMW.com", siteName: "Gay Club BMW", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6802.jpg", alt: "Gay Club BMW Community"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Gay Club BMW - LGBTQ Automotive Community", description: "Join the ultimate community for LGBTQ BMW enthusiasts. Exclusive events and automotive passion.", images: ["http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6802.jpg"], - }, - robots: { - index: true, - follow: true, - }, + title: 'BMW Pride Club', + description: 'The ultimate community for LGBTQ BMW enthusiasts. Join exclusive events, connect with fellow drivers, and celebrate automotive passion without limits.', }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - + + + {children} - -