Using select field label in page info

I have a select field as part of my page blueprint, the options look like this:

options:
  newborn: Newborn
  sixMonthsPlus: 6 Months +
  oneYearPlus: 1 Year +

I would like to display this information as part of a pages section, so have done the following:

info: " {{ page.ageCategory }} "

This displays the following: sixMonthsPlus. I would really like it to display the label from the select (e.g. 6 Months +). Is this possible?

Yes, but to make this work you need a custom page model or page method and get the value via your blueprint, see Using blueprints in the frontend | Kirby CMS