diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a35046e8..446b1bda 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,5 @@ import "@/app/global.css"; import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google"; -import Link from "fumadocs-core/link"; -import { Banner } from "fumadocs-ui/components/banner"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; import type { ReactNode } from "react"; @@ -89,31 +87,6 @@ export default function Layout({ children }: { children: ReactNode }) { return ( - -

Join our community of builders on

- - Telegram! - - Telegram - - - -
{children}