diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba186e4..7934fa2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,25 +1,80 @@ import React from "react"; import { Provider } from "@/components/ui/provider"; +import { metadata } from "./page"; export default function RootLayout(props: { children: React.ReactNode }) { const { children } = props; + + const url = "https://werewolfkid.monster"; + const img = "/images/logo/favicon/favicon.ico"; + const domain = "werewolfkid.monster"; + return ( + - + + + + + + + + - - - + + + + + + diff --git a/src/app/page.tsx b/src/app/page.tsx index cab9f24..92749bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,14 @@ export const metadata: Metadata = { "The LCM website and eShop has been temporarily discontinued due to various external factors that interfered with my ability to focus and work on my creative passions. Along with some legal challenges that I hope to get sorted soon. This website going to serve as a bio, place to find social links, host art of Lucid, and embeds from Gumroad for the 3D textures. I hope to relaunch the eShop on this domain in the future as well." }; +const colorScheme = { + primary: "cyan", + secondary: "cyan.600", + bg: "cyan.950", + button: "#5bbdbc", + buttonText: "gray.950" +}; + export default function Home() { return ( New LCM logo @@ -25,7 +34,7 @@ export default function Home() { lineHeight="1" w="80vw" as="h1" - color="cyan" + color={colorScheme.primary} fontSize="4rem" textAlign="center" > @@ -35,7 +44,7 @@ export default function Home() { lineHeight="1" w="80vw" as="h2" - color="cyan.600" + color={colorScheme.secondary} fontSize="2rem" textAlign="center" > @@ -64,7 +73,7 @@ export default function Home() { { - "I have no time frame for when or if I will reopen the eShop. I do wish to at some point, on a more modern platform. I was originally expecting to be very busy till around the end of November or early December. However, my old job; which I wanted to work alongside starting my new job, let me go for some nonsense reasons that isn't pertinent enough to mention here." + "I have no time frame for when or if I will reopen the eShop. I do wish to at some point, on a more modern platform. I was originally expecting to be very busy till around the end of November or early December. However, my old job; which I wanted to work alongside starting my new job, let me go for some nonsense reasons that aren't pertinent enough to mention here." } @@ -87,7 +96,7 @@ export default function Home() { - + + - - + + + - + + + + + - - + */} + + - + + + + + - - + + + - + + + + +