Components
A plan comparison table showing pricing tiers and feature availability across columns for a select-a-plan billing flow.
Loading preview...
import { SelectAPlan2 } from "@/components/ui/select-a-plan-2";
export default function Default() {
return (
<div className="flex min-h-svh w-full items-center justify-center bg-background p-6">
<div className="w-full max-w-lg">
<SelectAPlan2 />
</div>
</div>
);
}