|
|
|
|
@ -440,7 +440,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
TranslationBase.of(context).cmcHeading,
|
|
|
|
|
TranslationBase.of(context).homeHealthCare,
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontWeight: FontWeight.w700,
|
|
|
|
|
@ -509,7 +509,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
|
height:10,
|
|
|
|
|
),
|
|
|
|
|
Texts(
|
|
|
|
|
TranslationBase.of(context).emergencyService,
|
|
|
|
|
TranslationBase.of(context).cmcHeading,
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontWeight: FontWeight.w700,
|
|
|
|
|
|