diff --git a/public/legal/privacy-policy.txt b/public/legal/privacy-policy.txt new file mode 100644 index 0000000..e69de29 diff --git a/public/legal/terms-of-service.txt b/public/legal/terms-of-service.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index acb9541..e03fd9c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -104,10 +104,10 @@ const Footer = (props: FooterProps) => {

Resources

- Roles + Roles Project Governance - Meetings - Design Guide + Meetings + Design Guide
@@ -139,9 +139,8 @@ const Footer = (props: FooterProps) => {
- Terms of Service - Privacy Policy - Security + Terms of Service + Privacy Policy Sitemap
diff --git a/src/pages/about/mission.tsx b/src/pages/about/mission.tsx new file mode 100644 index 0000000..963c1f1 --- /dev/null +++ b/src/pages/about/mission.tsx @@ -0,0 +1,17 @@ +import Header from '@/components/Header'; +import Footer from '@/components/Footer'; +import Head from 'next/head'; + +const Mission = () => ( + <> + + Mission - Nebula Labs + + + +
+