import { Particles } from "@/components/particles"; import { ShinyCardGroup } from "@/components/shiny-card"; import { Check, Stars } from "lucide-react"; import Link from "next/link"; import { Discover } from "./discover"; import { HeroSvg } from "./hero-svgs"; // import { CTA } from "@/components/cta"; import { Asterisk, BelowEnterpriseSvg, Bullet, Bullets, Button, Color, Cost, EnterpriseCardHighlight, FreeCardHighlight, PricingCard, PricingCardContent, PricingCardFooter, PricingCardHeader, ProCardHighlight, Separator, } from "./components"; export default function PricingPage() { return (

Pricing built for everyone.

We wanted pricing to be simple and affordable for anyone, so we've created flexible plans that don't need an accounting degree to figure out.

); }