Components
A three-tier SaaS pricing section with a monthly/yearly billing toggle and animated prices.
Loading preview...
import { GrowthPlans } from "@/components/ui/growth-plans";
export default function Default() {
return (
<div className="bg-background">
<GrowthPlans />
</div>
);
}