From d6b1744176a5ee65940354093614b1060a6f7554 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 6 Jan 2026 12:16:28 +0300 Subject: [PATCH] updates --- lib/presentation/hmg_services/services_page.dart | 10 ++++++++++ lib/presentation/home/landing_page.dart | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/presentation/hmg_services/services_page.dart b/lib/presentation/hmg_services/services_page.dart index 3b31d38..f2cab90 100644 --- a/lib/presentation/hmg_services/services_page.dart +++ b/lib/presentation/hmg_services/services_page.dart @@ -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), + true, + route: null, + onTap: () {}, + ), HmgServicesComponentModel( 11, "E-Referral Services".needTranslation, diff --git a/lib/presentation/home/landing_page.dart b/lib/presentation/home/landing_page.dart index 95884d4..b25ae82 100644 --- a/lib/presentation/home/landing_page.dart +++ b/lib/presentation/home/landing_page.dart @@ -192,7 +192,7 @@ class _LandingPageState extends State { ), ); }), - 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(),