Components
A recommended pricing plan card that spotlights a single subscription tier with perks, social proof and upgrade actions.
Loading preview...
import SelectAPlan5 from "@/components/ui/select-a-plan-5";
export default function Default() {
return (
<div className="flex min-h-svh w-full items-center justify-center bg-background p-8">
<div className="w-full max-w-sm">
<SelectAPlan5 />
</div>
</div>
);
}