Possible mistakes at https://getbootstrap.com/docs/5.0/examples/heroes/
Created by: 4skinSkywalker
Centered hero
button.btn.btn-primary.btn-lg.px-4 .me-sm-3 // margin right is not needed, .gap-N can be used instead
Border hero with cropped image and shadows
.col-lg.offset-lg-1.p-0.position-relative.overflow-hidden.shadow-lg // .position-relative is not needed .position-lg-absolute .top-0.left-0.overflow-hidden // .position-lg-absolute does not exists and it's not needed, .overflow-hidden is repeated img .d-block .rounded-lg-3 // .d-block is not needed