feat: replace signup widget with carousel

This commit is contained in:
Ephraim Atta-Duncan
2024-05-23 10:09:36 +00:00
parent 7da5535667
commit 7fdda0a840
8 changed files with 5784 additions and 1061 deletions

View File

@ -1,16 +1,12 @@
'use client';
import type { HTMLAttributes } from 'react';
import Link from 'next/link';
import { usePlausible } from 'next-plausible';
import { Button } from '@documenso/ui/primitives/button';
export type EnterpriseProps = HTMLAttributes<HTMLDivElement>;
export const Enterprise = ({ className, ...props }: EnterpriseProps) => {
export const Enterprise = () => {
const event = usePlausible();
return (