FunctionPricingCard({
monthlyPrice,
annualPrice,
recommended,
name,
subtitle,
features,
pricingMode,
}: {
monthly
src/components/pricing-card.tsx:24
FunctionProgressCircle({
progress,
showLabel = true,
size = "sm",
strokeWidth = 2,
color = "text-black",
}: {
progress:
src/components/progress-circle.tsx:1
FunctionSidebarMobileNavItem({
href = "",
className,
icon: Icon,
children,
notification,
onClick,
scroll = true,
}: React.Co
src/components/sidebar-mobile-nav-item.tsx:5
FunctionSidebarNavItem({
href,
className,
icon: Icon,
children,
notification,
}: {
className?: string
href: string
c
src/components/with-sidebar/sidebar-nav-item.tsx:8