diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f18177a..9d4667b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 (
-