From 0de09dd72cadd9b6476234124c10953e6dced82a Mon Sep 17 00:00:00 2001 From: Sultan khan Date: Wed, 3 Sep 2025 10:27:14 +0300 Subject: [PATCH] no message --- lib/presentation/home/landing_page.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/presentation/home/landing_page.dart b/lib/presentation/home/landing_page.dart index f930dca..7435df9 100644 --- a/lib/presentation/home/landing_page.dart +++ b/lib/presentation/home/landing_page.dart @@ -17,6 +17,7 @@ import 'package:hmg_patient_app_new/presentation/home/widgets/large_service_card import 'package:hmg_patient_app_new/presentation/home/widgets/small_service_card.dart'; import 'package:hmg_patient_app_new/presentation/medical_file/medical_file_page.dart'; import 'package:hmg_patient_app_new/theme/colors.dart'; +import 'package:hmg_patient_app_new/widgets/bottom_navigation/bottom_navigation.dart'; import 'package:hmg_patient_app_new/widgets/buttons/custom_button.dart'; import 'package:hmg_patient_app_new/widgets/transitions/fade_page.dart'; import 'package:provider/provider.dart'; @@ -272,6 +273,7 @@ class _LandingPageState extends State { ), ), ), + bottomNavigationBar: BottomNavigation(), ); } }