diff --git a/src/components/video-demo.js b/src/components/video-demo.js new file mode 100644 index 0000000..8fba14b --- /dev/null +++ b/src/components/video-demo.js @@ -0,0 +1,31 @@ +import { Box, Container } from '@chakra-ui/react' +import { Heading } from '@/components/mdx' +import React from 'react' + +export const VideoDemo = () => { + return ( + + + + Getting started with VirtualShip + + + + + + + ) +} diff --git a/src/pages/index.js b/src/pages/index.js index 208487c..5c210b0 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,4 +1,5 @@ import { Projects, Features, HeroBanner, Funders } from '@/components' +import { VideoDemo } from '@/components/video-demo' import { Layout } from '@/components/layout' @@ -14,6 +15,7 @@ export default function IndexPage() { > + {/* TODO uncomment when projects are ready */}