Hello @jplayton,
First of all thank you very much for using the theme.
The theme has already provided the option where you have to either chose the pages or the category of your choice to set up these sections. It does not have the option to enter your custom text from the customizer.
But if you want to turn the link off for these sections then add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.service-list a {
pointer-events: none;
}
resume-list a {
pointer-events: none;
}
Hope this helps.
let us know if you have any confusion further.
Thank you.
Regards!!