From 2eb1e502d29c738f6a7895908efc08511163bb31 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:49:55 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7f7c11f..3a54e01 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,19 +4,15 @@ import { Inter } from "next/font/google"; import "./globals.css"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Tech Club | Connect, Create & Code with Fellow Enthusiasts", - description: "Join our vibrant tech club for students aged 16-25. Discover projects, events, and resources to fuel your passion for technology and innovation.", - keywords: ["tech club", "computer club", "tech enthusiasts", "student programming", "coding community", "tech events", "innovation hub"], + title: "Tech Club | Connect, Create & Code with Fellow Enthusiasts", description: "Join our vibrant tech club for students aged 16-25. Discover projects, events, and resources to fuel your passion for technology and innovation.", keywords: ["tech club", "computer club", "tech enthusiasts", "student programming", "coding community", "tech events", "innovation hub"], }; export default function RootLayout({