diff --git a/src/pages/v2-pre/index.tsx b/src/pages/v2-pre/index.tsx index 4ab03b33..ef76a851 100644 --- a/src/pages/v2-pre/index.tsx +++ b/src/pages/v2-pre/index.tsx @@ -1,12 +1,28 @@ import Link from 'next/link' +import { Box } from 'theme-ui' const HomePage = () => { return (

V2 Pre

- Battlesuits - Weapons - Stigmata + + Battlesuits + + + Weapons + + + Stigmata + + + StigmataSets + + + Elfs + + + Elysian Realm +
) }