diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2345228..7aea58b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -204,7 +204,7 @@ export default function Home(props: Props) { realtime. In the meantime, you can check out my favourite set of all time{' '} on YouTube @@ -344,6 +344,37 @@ export default function Home(props: Props) { }, ]} /> + + + I have some fun experiments on this site, some are functional things I use, others + are just me messing around.{' '} + + Click here to see them + + . + + ), + }, + { + key: 'finally', + content: ( + <> + Finally, this site is a recently started WIP. If you have any cool + ideas/interactions I should add, reach out! Would love to hear some creative + ideas. + + ), + }, + ]} + /> );