Renders the hero section with featured artwork background, parallax effect, and artist profile card positioned over the hero.

heroUI(ns, featured_artwork, artist_data)

Arguments

ns

Namespace function from parent module

data.frame with featured artwork information (single row)

artist_data

Single row data.frame with artist information

Value

Shiny UI tagList

Examples

if (FALSE) { # \dontrun{
output$hero <- renderUI({
  heroUI(ns, featured_artwork, artist_data)
})
} # }