export default function BlogPostLoading() { return (
{Array.from({ length: 8 }).map((_, i) => (
))}
); }