@ -83,6 +83,16 @@ class ServicesPage extends StatelessWidget {
true,
route: AppRoutes.comprehensiveCheckupPage,
),
HmgServicesComponentModel(
11,
"Indoor Navigation".needTranslation,
"".needTranslation,
AppAssets.indoor_nav_icon,
bgColor: Color(0xff45A2F8),
route: null,
onTap: () {},
"E-Referral Services".needTranslation,
@ -192,7 +192,7 @@ class _LandingPageState extends State<LandingPage> {
);
}),
Utils.buildSvgWithAssets(icon: AppAssets.search_icon, height: 18.h, width: 18.h).onPress(() {
Utils.buildSvgWithAssets(icon: AppAssets.indoor_nav_icon, height: 18.h, width: 18.h).onPress(() {
// Navigator.of(context).push(
// CustomPageRoute(
// page: MedicalFilePage(),