import Link from 'next/link' import Tooltip from '@/components/utils/tooltip' export default function FeaturesTable() { return (
{/* Section header */}

Compare plans by features

{/* Tables */}
{/* Table (Tidy Essential) */}
{/* Table header */} {/* Table body */} {/* Row */} {/* Row */} {/* Row */} {/* Row */} {/* Row */} {/* Row */} {/* Row */} {/* Row */}
Tidy Essential Essential Premium Advanced
Monthly fees
{/* Tooltip */}
Keep team shipping simple and take control of your company.
$49/mo $79/mo $129/mo
Free trial
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Startup Plan
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Contributors
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Up to 2 Up to 10 Unlimited
Virtual Desk
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Incoming Transfers
{/* Tooltip */}
Keep team shipping simple and take control of your company.
20 50 Unlimited
Automate Tasks
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Analytics
Soon
{/* Tooltip */}
Keep team shipping simple and take control of your company.
{/* Table (Tidy Advanced) */}
{/* Table header */} {/* Table body */} {/* Row */} {/* Row */} {/* Row */}
Tidy Advanced Essential Premium Advanced
Custom Labels
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Visitor Access
{/* Tooltip */}
Keep team shipping simple and take control of your company.
Traffic Tracking
{/* Tooltip */}
Keep team shipping simple and take control of your company.
{/* CTA */}
Request Demo ->
) }