'use client'; import { blogConfig } from '@/config'; import { cn } from '@/lib/utils'; type BlogTitleProps = { className?: string; }; export function BlogTitle({ className }: BlogTitleProps) { return (