Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-08 22:53:33 +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/ServiceWrapper";
import { Tag } from "@/components/tag/Tag";
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
export const metadata: Metadata = {
title: "Rugby Club Cadaujacais", description: "Rugby Club Cadaujacais - A welcoming, structured club for all levels and ages. Passion, teamwork, inclusion and sporting excellence."};
title: "Rugby Club Cadaujacais", description: "Rugby Club Cadaujacais - A welcoming, structured club for all levels and ages. Passion, teamwork, inclusion and sporting excellence."
};
export default function RootLayout({
children,
@@ -17,10 +16,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable} antialiased`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"