function PricingPage() {
  return (
    <>
      <Pricing />
      <CtaSection />
    </>
  );
}

window.PricingPage = PricingPage;
