diff --git a/app/layout-content.tsx b/app/layout-content.tsx index da822fe..d26bb88 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -51,6 +51,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode allowPersonalWorkspace={false} showFaq={false} showSecurity={false} + showPricing={true} />
{children} @@ -58,6 +59,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode