import { HTMLAttributes } from 'react'; import Image from 'next/image'; import { cn } from '@documenso/ui/lib/utils'; import { Card, CardContent } from '@documenso/ui/primitives/card'; import backgroundPattern from '~/assets/background-pattern.png'; import cardBuildFigure from '~/assets/card-build-figure.png'; import cardOpenFigure from '~/assets/card-open-figure.png'; import cardTemplateFigure from '~/assets/card-template-figure.png'; export type OpenBuildTemplateBentoProps = HTMLAttributes; export const OpenBuildTemplateBento = ({ className, ...props }: OpenBuildTemplateBentoProps) => { return (
background pattern

Truly your own. Customise and expand.

Open Source or Hosted. It’s up to you. Either clone our repository or rely on our easy to use hosting solution.

its fast

Build on top. Make it your own through advanced customization and adjustability.

its fast

Template Store (Soon). Choose a template from the community app store. Or submit your own template for others to use.

its fast
); };