Added more social links and more details as to why the oriignal website is being shut down.

This commit is contained in:
Lucid Kobold
2025-08-14 18:26:49 -04:00
parent 5ecc88fe46
commit 35c00cfc42

View File

@@ -32,12 +32,7 @@ export default function Home() {
</Text> </Text>
<Text w="100%" textAlign="left" fontSize="lg"> <Text w="100%" textAlign="left" fontSize="lg">
{ {
"Over the years there have been many external factors that interfered with my ability to dedicate time and find motivation to work on my creative passions. This includes erotica, streaming, hypno files, and more." "Over the years there have been many external factors that interfered with my ability to dedicate time and find motivation to work on my creative passions. This includes erotica, streaming, hypno files, and more. It has also interfered with my ability to learn new skills such as music creation and digital art."
}
</Text>
<Text w="100%" textAlign="left" fontSize="lg">
{
"It has also interfered with my ability to learn new skills such as music creation and digital art."
} }
</Text> </Text>
<Text w="100%" textAlign="left" fontSize="lg"> <Text w="100%" textAlign="left" fontSize="lg">
@@ -45,6 +40,11 @@ export default function Home() {
"Last year I faced a layoff and haven't been able to get back into my field. I can no longer afford the costs of hosting this website on it's current platform. The website generated no sales and thus I had to make the difficult decision to shut the site down for now." "Last year I faced a layoff and haven't been able to get back into my field. I can no longer afford the costs of hosting this website on it's current platform. The website generated no sales and thus I had to make the difficult decision to shut the site down for now."
} }
</Text> </Text>
<Text w="100%" textAlign="left" fontSize="lg">
{
"Another contributing factor is the fear of losing access to another payment processor. LCM was banned from Square and they gave no reason. It's probably because of \"adult material\". On top of that, especially with it getting in the spotlight again, my state is starting it's own ID check law for adult websites. I cannot catch a break. I have no way to do that since I already struggle to pay for hosting so it's probably a good time to just take a break from this endeavour for now."
}
</Text>
<Text w="100%" textAlign="left" fontSize="lg"> <Text w="100%" textAlign="left" fontSize="lg">
{ {
'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 know that the next few months will be hell for me and I will have no time to dedicate to any of this. I will have to see how things are once I start getting more free time and if I can start working on a new website, "remastering" old hypno files, and making new ones for the relaunch.' '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 know that the next few months will be hell for me and I will have no time to dedicate to any of this. I will have to see how things are once I start getting more free time and if I can start working on a new website, "remastering" old hypno files, and making new ones for the relaunch.'
@@ -68,6 +68,7 @@ export default function Home() {
</VStack> </VStack>
<VStack spaceY={6} w="80vw"> <VStack spaceY={6} w="80vw">
<Heading <Heading
as="h2" as="h2"
color="cyan" color="cyan"
@@ -75,10 +76,32 @@ export default function Home() {
textAlign="center" textAlign="center"
lineHeight="1" lineHeight="1"
> >
{"Other LCM Resources"} {"Other Platforms (Shops)"}
</Heading> </Heading>
<HStack gap="6" wrap="wrap"> <HStack gap="6" wrap="wrap" justifyContent="center">
<Button variant="solid" bgColor="teal" fontSize="xl">
<Link
target="_blank"
color="whiteAlpha.950"
href="https://gumroad.social.koboldkid.com/"
>
{"Gumroad"}
</Link>
</Button>
</HStack>
<Heading
as="h2"
color="cyan"
fontSize="2.5rem"
textAlign="center"
lineHeight="1"
>
{"The Cove (LCM Communities)"}
</Heading>
<HStack gap="6" wrap="wrap" justifyContent="center">
<Button variant="solid" bgColor="teal" fontSize="xl"> <Button variant="solid" bgColor="teal" fontSize="xl">
<Link <Link
target="_blank" target="_blank"
@@ -97,7 +120,17 @@ export default function Home() {
{"Dreamy Drove"} {"Dreamy Drove"}
</Link> </Link>
</Button> </Button>
<Button variant="solid" bgColor="teal" fontSize="xl">
<Link
target="_blank"
color="whiteAlpha.950"
href="http://discord.social.koboldkid.com/"
>
{"Discord Server"}
</Link>
</Button>
</HStack> </HStack>
<Heading <Heading
as="h3" as="h3"
color="cyan" color="cyan"
@@ -108,7 +141,7 @@ export default function Home() {
{"Lucid's Socials"} {"Lucid's Socials"}
</Heading> </Heading>
<HStack gap="6" wrap="wrap"> <HStack gap="6" wrap="wrap" justifyContent="center">
<Button variant="solid" bgColor="teal" fontSize="xl"> <Button variant="solid" bgColor="teal" fontSize="xl">
<Link <Link
target="_blank" target="_blank"
@@ -118,6 +151,55 @@ export default function Home() {
{"Kobold Kid Website"} {"Kobold Kid Website"}
</Link> </Link>
</Button> </Button>
<Button variant="solid" bgColor="teal" fontSize="xl">
<Link
target="_blank"
color="whiteAlpha.950"
href="https://bsky.social.koboldkid.com/"
>
{"Bsky"}
</Link>
</Button>
</HStack>
<Heading
as="h3"
color="cyan"
fontSize="2.5rem"
textAlign="center"
lineHeight="1"
>
{"VTubing"}
</Heading>
<HStack gap="6" wrap="wrap" justifyContent="center">
<Button variant="solid" bgColor="teal" fontSize="xl">
<Link
target="_blank"
color="whiteAlpha.950"
href="http://yt-vods.social.koboldkid.com/"
>
{"YouTube VODs"}
</Link>
</Button>
<Button variant="solid" bgColor="teal" fontSize="xl">
<Link
target="_blank"
color="whiteAlpha.950"
href="https://koboldkid.com/"
>
{"YouTube Archives"}
</Link>
</Button>
<Button variant="solid" bgColor="teal" fontSize="xl">
<Link
target="_blank"
color="whiteAlpha.950"
href="http://yt-archives.social.koboldkid.com/"
>
{"Twitch"}
</Link>
</Button>
</HStack> </HStack>
</VStack> </VStack>
</VStack> </VStack>