import { LinkIcon } from '@heroicons/react/24/solid'; import { slugify } from '../slugify.utils'; import Link from 'next/link'; export const Heading1 = ({ title }: { title: string }) => (