diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index e6b8402..cda63ca 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -1,5 +1,4 @@ import { JsonLd } from '@/components/json-ld'; -import { SiteBanner } from '@/components/site-banner'; import { SEO_KEYWORDS, SITE_DESCRIPTION, @@ -63,7 +62,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }) >