|
|
|
|
@ -9,8 +9,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "emergency",
|
|
|
|
|
icon: AppAssets.emergency_services_icon,
|
|
|
|
|
title: LocaleKeys.emergency.tr(),
|
|
|
|
|
subtitle: LocaleKeys.services2.tr(),
|
|
|
|
|
title: LocaleKeys.emergency,
|
|
|
|
|
subtitle: LocaleKeys.services2,
|
|
|
|
|
backgroundColor: AppColors.primaryRedColor,
|
|
|
|
|
iconColor: AppColors.whiteColor,
|
|
|
|
|
textColor: AppColors.whiteColor,
|
|
|
|
|
@ -19,8 +19,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "indoor_navigation",
|
|
|
|
|
icon: AppAssets.indoor_nav_icon,
|
|
|
|
|
title: LocaleKeys.indoor.tr(),
|
|
|
|
|
subtitle: LocaleKeys.navigation.tr(),
|
|
|
|
|
title: LocaleKeys.indoor,
|
|
|
|
|
subtitle: LocaleKeys.navigation,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -29,8 +29,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "search_doctor",
|
|
|
|
|
icon: AppAssets.search_doctor_icon,
|
|
|
|
|
title: LocaleKeys.search.tr(),
|
|
|
|
|
subtitle: LocaleKeys.doctor.tr(),
|
|
|
|
|
title: LocaleKeys.search,
|
|
|
|
|
subtitle: LocaleKeys.doctor,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -39,8 +39,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "health_calculators_and_converts",
|
|
|
|
|
icon: AppAssets.health_calculators_icon,
|
|
|
|
|
title: LocaleKeys.health.tr(),
|
|
|
|
|
subtitle: LocaleKeys.calculators.tr(),
|
|
|
|
|
title: LocaleKeys.health,
|
|
|
|
|
subtitle: LocaleKeys.calculators,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -49,8 +49,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "health_converters",
|
|
|
|
|
icon: AppAssets.health_converters_icon,
|
|
|
|
|
title: LocaleKeys.health.tr(),
|
|
|
|
|
subtitle: LocaleKeys.converters.tr(),
|
|
|
|
|
title: LocaleKeys.health,
|
|
|
|
|
subtitle: LocaleKeys.converters,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -59,8 +59,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "parking_guide",
|
|
|
|
|
icon: AppAssets.car_parking_icon,
|
|
|
|
|
title: LocaleKeys.parking.tr(),
|
|
|
|
|
subtitle: LocaleKeys.guide.tr(),
|
|
|
|
|
title: LocaleKeys.parking,
|
|
|
|
|
subtitle: LocaleKeys.guide,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -72,8 +72,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "emergency",
|
|
|
|
|
icon: AppAssets.emergency_services_icon,
|
|
|
|
|
title: LocaleKeys.emergency.tr(),
|
|
|
|
|
subtitle: LocaleKeys.services2.tr(),
|
|
|
|
|
title: LocaleKeys.emergency,
|
|
|
|
|
subtitle: LocaleKeys.services2,
|
|
|
|
|
backgroundColor: AppColors.primaryRedColor,
|
|
|
|
|
iconColor: AppColors.whiteColor,
|
|
|
|
|
textColor: AppColors.whiteColor,
|
|
|
|
|
@ -82,8 +82,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "lab_results",
|
|
|
|
|
icon: AppAssets.home_lab_result_icon,
|
|
|
|
|
title: LocaleKeys.lab.tr(),
|
|
|
|
|
subtitle: LocaleKeys.labSubtitle.tr(),
|
|
|
|
|
title: LocaleKeys.lab,
|
|
|
|
|
subtitle: LocaleKeys.labSubtitle,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -92,8 +92,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "radiology_results",
|
|
|
|
|
icon: AppAssets.my_radiology_icon,
|
|
|
|
|
title: LocaleKeys.radiology.tr(),
|
|
|
|
|
subtitle: LocaleKeys.radiologySubtitle.tr(),
|
|
|
|
|
title: LocaleKeys.radiology,
|
|
|
|
|
subtitle: LocaleKeys.radiologySubtitle,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -102,8 +102,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "prescriptions",
|
|
|
|
|
icon: AppAssets.my_prescription_icon,
|
|
|
|
|
title: LocaleKeys.medicinesSubtitle.tr(),
|
|
|
|
|
subtitle: LocaleKeys.details.tr(),
|
|
|
|
|
title: LocaleKeys.medicinesSubtitle,
|
|
|
|
|
subtitle: LocaleKeys.details,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -112,8 +112,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "insurance_update",
|
|
|
|
|
icon: AppAssets.insurance_update_icon,
|
|
|
|
|
title: LocaleKeys.insurance.tr(),
|
|
|
|
|
subtitle: LocaleKeys.details.tr(),
|
|
|
|
|
title: LocaleKeys.insurance,
|
|
|
|
|
subtitle: LocaleKeys.details,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -132,8 +132,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "sick_leaves",
|
|
|
|
|
icon: AppAssets.my_sick_leave_icon,
|
|
|
|
|
title: LocaleKeys.sick.tr(),
|
|
|
|
|
subtitle: LocaleKeys.sickSubtitle.tr(),
|
|
|
|
|
title: LocaleKeys.sick,
|
|
|
|
|
subtitle: LocaleKeys.sickSubtitle,
|
|
|
|
|
backgroundColor: AppColors.whiteColor,
|
|
|
|
|
iconColor: AppColors.blackColor,
|
|
|
|
|
textColor: AppColors.blackColor,
|
|
|
|
|
@ -145,8 +145,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "livecare",
|
|
|
|
|
icon: AppAssets.small_livecare_icon,
|
|
|
|
|
title: LocaleKeys.liveCare.tr(),
|
|
|
|
|
subtitle: "Explore our app, View our services and offers",
|
|
|
|
|
title: LocaleKeys.liveCare,
|
|
|
|
|
subtitle: LocaleKeys.liveCareServiceDesc,
|
|
|
|
|
largeCardIcon: AppAssets.liveCareService,
|
|
|
|
|
backgroundColor: AppColors.successColor,
|
|
|
|
|
iconColor: AppColors.whiteColor,
|
|
|
|
|
@ -163,8 +163,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "home_health_care",
|
|
|
|
|
icon: AppAssets.homeBottom,
|
|
|
|
|
title: LocaleKeys.homeHealthCare.tr(),
|
|
|
|
|
subtitle: "Explore our app, View our services and offers",
|
|
|
|
|
title: LocaleKeys.homeHealthCare,
|
|
|
|
|
subtitle: LocaleKeys.liveCareServiceDesc,
|
|
|
|
|
largeCardIcon: AppAssets.homeHealthCareService,
|
|
|
|
|
backgroundColor: AppColors.primaryRedColor,
|
|
|
|
|
iconColor: AppColors.whiteColor,
|
|
|
|
|
@ -173,8 +173,8 @@ class LandingPageData {
|
|
|
|
|
ServiceCardData(
|
|
|
|
|
serviceName: "pharmacy",
|
|
|
|
|
icon: AppAssets.pharmacy_icon, //359846
|
|
|
|
|
title: LocaleKeys.hmgPharmacy.tr(),
|
|
|
|
|
subtitle: "Explore our app, View our services and offers",
|
|
|
|
|
title: LocaleKeys.hmgPharmacy,
|
|
|
|
|
subtitle: LocaleKeys.liveCareServiceDesc,
|
|
|
|
|
largeCardIcon: AppAssets.pharmacyService,
|
|
|
|
|
backgroundColor: AppColors.pharmacyBGColor,
|
|
|
|
|
iconColor: null,
|
|
|
|
|
|