Updated Frontend

This commit is contained in:
2026-02-21 15:02:57 +05:30
parent a8a756457f
commit 29fc82c104
12 changed files with 3767 additions and 72 deletions

View File

@@ -13,8 +13,10 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "ArtSplash | SJEC Art Competition 2026",
description:
"Join SJEC's premier art competition featuring Digital Art, Paintings, and Poster Making. Register now and showcase your creativity!",
keywords: ["art competition", "SJEC", "digital art", "paintings", "poster making", "ArtSplash"],
};
export default function RootLayout({
@@ -24,9 +26,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
</body>
</html>