diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index 52fbe51..3cecbf6 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -4,7 +4,6 @@ import Link from 'next/link' import Image from 'next/image' import { ConnectButton } from '@instate/kit' import { githubLink, notionDocLink, telegramLink } from '@/services/links' -import midLanscape from '@/public/mid-landscape.png' const Page = () => { const linkTo = (url: string) => { @@ -28,10 +27,7 @@ const Page = () => {