import type { HTMLAttributes } from 'react'; import Image from 'next/image'; import { Trans } from '@lingui/macro'; import backgroundPattern from '@documenso/assets/images/background-pattern.png'; import cardBeautifulFigure from '@documenso/assets/images/card-beautiful-figure.png'; import cardFastFigure from '@documenso/assets/images/card-fast-figure.png'; import cardSmartFigure from '@documenso/assets/images/card-smart-figure.png'; import { cn } from '@documenso/ui/lib/utils'; import { Card, CardContent } from '@documenso/ui/primitives/card'; export type FasterSmarterBeautifulBentoProps = HTMLAttributes; export const FasterSmarterBeautifulBento = ({ className, ...props }: FasterSmarterBeautifulBentoProps) => { return ( A 10x better signing experience. Faster, smarter and more beautiful. Fast. When it comes to sending or receiving a contract, you can count on lightning-fast speeds. Beautiful. Because signing should be celebrated. That’s why we care about the smallest detail in our product. Smart. Our custom templates come with smart rules that can help you save time and energy. ); };
Fast. When it comes to sending or receiving a contract, you can count on lightning-fast speeds.
Beautiful. Because signing should be celebrated. That’s why we care about the smallest detail in our product.
Smart. Our custom templates come with smart rules that can help you save time and energy.