mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
feat: replace signup widget with carousel
This commit is contained in:
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user