Featured Image URL is Showing but not thumbnail

You’re trying to display the post thumbnail for the attachment itself:

wp_get_attachment_url( get_post_thumbnail_id( 3400 ) )

Instead, use:

wp_get_attachment_url( get_post_thumbnail_id( 2300 ) )