infima
infima copied to clipboard
Hero with image
Please add support and example for hero with image. https://infima.dev/docs/components/hero
Hi, hero doesn't do anything special—it's just some nicely positioned boxes. You can just add one yourself:
.hero.my-landing-page-hero {
background-image: url("....");
}