diff --git a/apps/docs/components/docs/nextui-pro-callout.tsx b/apps/docs/components/docs/nextui-pro-callout.tsx new file mode 100644 index 0000000000..31c7575d81 --- /dev/null +++ b/apps/docs/components/docs/nextui-pro-callout.tsx @@ -0,0 +1,46 @@ +"use client"; + +import {usePostHog} from "posthog-js/react"; +import NextLink from "next/link"; + +export const NextUIProCallout = () => { + const posthog = usePostHog(); + + const handleClick = () => { + posthog.capture("NextUI Pro Banner", { + action: "click", + category: "nextui-callout", + }); + }; + + return ( +
+ Ship
+
+ faster
+
+
+ with beautiful
+
+ components
+
+ Discover 210+ stunning components by NextUI +
+On this page
-On this page
+