--- import { Tick } from "@/components/ui/icons"; import Link from "@/components/ui/link.astro"; const { plan } = Astro.props; ---

{plan.name}

{ plan.price && typeof plan.price === "object" ? plan.price.monthly : plan.price }

{plan.button.text || "Get Started"}