Components
A pricing plan comparison table that lays out three plans side by side with grouped feature sections, check/value cells, a sticky header and a highlighted recommended column.
Loading preview...
import ComparisonBlock from "@/components/ui/comparison-3";
export default function ComparisonTableDemo() {
return <ComparisonBlock />;
}