/** * Registration Form - Upgrade Tab * * Marketing page for Pro features (only shown to Free users) */ import { FeatureUpgradeTab } from "@/components/pro/feature-upgrade-tab" import { ShoppingCart, UserCog, Send, LogIn, Upload, GitBranch, } from "lucide-react" export function RegistrationFormUpgradeTab() { return ( ) }