import { GuideCard } from '@/components/blog/GuideCard'; import { cn } from '@/lib/utils'; import { ArrowDownToDotIcon, PaintbrushIcon, PencilLineIcon, SparklesIcon, } from 'lucide-react'; export const GettingStartedGrid = ({ className }: { className?: string }) => { return (
} /> } /> } />
); };