diff --git a/app/(marketing)/layout.tsx b/app/(marketing)/layout.tsx index b36f00c..934b33a 100644 --- a/app/(marketing)/layout.tsx +++ b/app/(marketing)/layout.tsx @@ -1,9 +1,11 @@ +import AnnouncementSection from "@/components/layout/announcement-section"; import SiteFooter from "@/components/layout/site-footer"; import SiteHeader from "@/components/layout/site-header"; export default function layout({ children }: { children: React.ReactNode }) { return (