Use Qt.createComponent for AboutPage, simplify and remove separate file
A separate file for the formcard about page is no longer needed, as we can use Qt.createComponent. It will also load the usual KAboutData by default, but only on kirigami-addons >=1.1.0 so that dependency is bumped.