Components
Loading preview...
A simple pricing section
npx shadcn@latest add https://21st.dev/r/designali-in/compare-tableimport { CompareTable } from "@/components/ui/compare-table";
export default function DemoOne() {
return (
<div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">
<CompareTable />
</div>
)
}