diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7ce0d5..f7cb5cc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,14 +3,11 @@ import "./globals.css"; import { Figtree } from "next/font/google"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Tech Club | Code, Create, Connect - Student Innovation Hub", - description: "Join our vibrant tech community for coding, hands-on learning, and collaborative projects. Empowering students aged 16-25 to innovate and grow together.", - keywords: ["computer club", "tech innovation", "student programming", "coding community", "tech education"], + title: "Tech Club | Code, Create, Connect - Student Innovation Hub", description: "Join our vibrant tech community for coding, hands-on learning, and collaborative projects. Empowering students aged 16-25 to innovate and grow together.", keywords: ["computer club", "tech innovation", "student programming", "coding community", "tech education"], }; export default function RootLayout({