I just put DestinationHeaderContainer in
VStack(alignment: .center) {
Spacer()
DestinationHeaderContainer(imagesURLString: photos)
.scaledToFit()
Spacer()
}
All position in center, works perfectly fine but the dots under the image in center to, works for me and looks pretty without any code duplication