Update src/app/layout.tsx
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user