Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-08 21:42:03 +00:00

View File

@@ -1,13 +1,12 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/ServiceWrapper";
import { Tag } from "@/components/Tag";
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
export const metadata: Metadata = {
title: "Audi Club - Community of Enthusiasts", description: "Join the Audi Club community. Experience exclusive events, connect with fellow Audi owners, and celebrate automotive excellence."};
title: "Audi Club - Community of Enthusiasts", description: "Join the Audi Club community. Experience exclusive events, connect with fellow Audi owners, and celebrate automotive excellence."
};
export default function RootLayout({
children,
@@ -17,10 +16,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/lenis@1.1.13/dist/lenis.min.js"