Update src/app/layout.tsx

This commit is contained in:
2026-02-26 12:04:08 +00:00
parent 38ea13a863
commit d29c3541e3

View File

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