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({