import { GuideCard } from '@/components/blog/GuideCard'; import { cn } from '@/lib/utils'; import { totalLandingPageExamples, totalTemplates } from 'consts/stats'; import { KanbanSquareDashedIcon, LayoutPanelTopIcon } from 'lucide-react'; export const LandingPageGrid = ({ className }: { className?: string }) => { return (