import clsx from 'clsx' import type { MDXRemoteProps } from 'next-mdx-remote/rsc' import { CodeBlock } from '@/lib/content/code' import { ContentImage } from '@/app/(landing)/components/content-image' export const mdxComponents: MDXRemoteProps['components'] = { img: (props: any) => ( ), h2: ({ children, className, ...props }: any) => (

{children}

), h3: ({ children, className, ...props }: any) => (

{children}

), h4: ({ children, className, ...props }: any) => (

{children}

), p: (props: any) => (

), ul: (props: any) => (