diff --git a/public/Gaze Exports/Gaze-iOS-Dark-1024x1024@1x.png b/public/Gaze Exports/Gaze-iOS-Dark-1024x1024@1x.png
new file mode 100644
index 0000000..233c80f
Binary files /dev/null and b/public/Gaze Exports/Gaze-iOS-Dark-1024x1024@1x.png differ
diff --git a/public/Gaze Exports/Gaze-iOS-Default-1024x1024@1x.png b/public/Gaze Exports/Gaze-iOS-Default-1024x1024@1x.png
new file mode 100644
index 0000000..cce1dcf
Binary files /dev/null and b/public/Gaze Exports/Gaze-iOS-Default-1024x1024@1x.png differ
diff --git a/public/look-away.png b/public/look-away.png
new file mode 100644
index 0000000..a5216eb
Binary files /dev/null and b/public/look-away.png differ
diff --git a/src/routes/marketing/gaze.tsx b/src/routes/marketing/gaze.tsx
new file mode 100644
index 0000000..48c7667
--- /dev/null
+++ b/src/routes/marketing/gaze.tsx
@@ -0,0 +1,57 @@
+import { PageHead } from "~/components/PageHead";
+import DownloadOnAppStoreDark from "~/components/icons/DownloadOnAppStoreDark";
+import { useDarkMode } from "~/context/darkMode";
+
+export default function GazeMarketing() {
+ const { isDark } = useDarkMode();
+
+ return (
+ <>
+
+