import { cn } from '@/lib/utils'; import { ChevronRightIcon, ConeIcon } from 'lucide-react'; import Link from 'next/link'; export function SmallFeature({ children, className, }: { children: React.ReactNode; className?: string; }) { return (
{c}