diff --git a/frontend/src/landing/app/docs/layout.tsx b/frontend/src/landing/app/docs/layout.tsx
index 7813f17d..f4aeb100 100644
--- a/frontend/src/landing/app/docs/layout.tsx
+++ b/frontend/src/landing/app/docs/layout.tsx
@@ -1,4 +1,5 @@
import type { ReactNode } from "react";
+import Image from "next/image";
import { DocsLayout } from "fumadocs-ui/layouts/docs";
import { RootProvider } from "fumadocs-ui/provider";
import type { LinkItemType } from "fumadocs-ui/layouts/shared";
@@ -82,7 +83,14 @@ export default function Layout({ children }: { children: ReactNode }) {
nav={{
title: (
-
+
AO
),
diff --git a/frontend/src/landing/components/LandingNav.tsx b/frontend/src/landing/components/LandingNav.tsx
index 4288d70b..af2bdfec 100644
--- a/frontend/src/landing/components/LandingNav.tsx
+++ b/frontend/src/landing/components/LandingNav.tsx
@@ -1,5 +1,8 @@
"use client";
+import Image from "next/image";
+import Link from "next/link";
+
function XIcon() {
return (