Renders the hero section with featured artwork background, parallax effect, and artist profile card positioned over the hero.
heroUI(ns, featured_artwork, artist_data)Shiny UI tagList
if (FALSE) { # \dontrun{
output$hero <- renderUI({
heroUI(ns, featured_artwork, artist_data)
})
} # }