diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4ddaa7c..9d31228 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,9 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Brain Games 2024", - description: "Generated by create next app", - metadataBase: new URL('https://braingames.icssc.club'), + description: + "ICSSC's fun and social competition consisting of a variety of interesting puzzles and games — free lunch, prizes, and exciting events included!", + metadataBase: new URL("https://braingames.icssc.club"), }; export default function RootLayout({ @@ -26,7 +27,7 @@ export default function RootLayout({ style={{ backgroundImage: 'url("background.svg")', backgroundSize: "cover", - backgroundRepeat: "no-repeat", + backgroundRepeat: "no-repeat", }} >