diff --git a/docusaurus.config.js b/docusaurus.config.js index 6420732f6..8438b8eb7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -279,7 +279,7 @@ const config = { }, { label: "Contact", - to: "#", + to: "/contact/", }, { label: "Careers", diff --git a/src/pages/contact/assets/contact.png b/src/pages/contact/assets/contact.png new file mode 100644 index 000000000..734794c87 Binary files /dev/null and b/src/pages/contact/assets/contact.png differ diff --git a/src/pages/contact/index.tsx b/src/pages/contact/index.tsx new file mode 100644 index 000000000..d779d0bb9 --- /dev/null +++ b/src/pages/contact/index.tsx @@ -0,0 +1,29 @@ +import React from 'react'; +import Layout from "@theme/Layout"; +import styles from './styles.module.css'; + +/** + * Contact Us Page + */ + +const Contact = () => { + return ( + +

Contact Us

+
+
+ + + + + +