diff --git a/packages/logos-docusaurus-theme/src/client/theme/NotFound/index.tsx b/packages/logos-docusaurus-theme/src/client/theme/NotFound/index.tsx
new file mode 100644
index 0000000..dfc93db
--- /dev/null
+++ b/packages/logos-docusaurus-theme/src/client/theme/NotFound/index.tsx
@@ -0,0 +1,63 @@
+import React from 'react'
+import Translate, { translate } from '@docusaurus/Translate'
+import { PageMetadata } from '@docusaurus/theme-common'
+import Layout from '@theme/Layout'
+import styles from './styles.module.scss'
+import clsx from 'clsx'
+import { Button, Typography } from '@acid-info/lsd-react'
+import Link from '@docusaurus/Link'
+
+export default function NotFound(): JSX.Element {
+ return (
+ <>
+
+
+
+
+
+
+
+ Page Not Found
+
+
+
+
+ We could not find what you were looking for.
+
+
+
+ Please contact the owner of the site that linked you to the
+ original URL and let them know their link is broken.
+
+
+