That would be the responsibility of a global event handler in the CMS solution. You could use Page Type Scopes and force it so it is only allowed in one area of the site. Then in your ViewComponent, set the order of what you retrieve by the content tree (NodeLevel, NodeOrder) and select the TOP(1) so it will only get 1 for you to display. I'd recommend against the global event handler.