Update src/app/layout.tsx

This commit is contained in:
2026-02-26 11:49:55 +00:00
parent 224fbe9442
commit 2eb1e502d2

View File

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