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