export const Orientation = { VERTICAL: "vertical", HORIZONTAL: "horizontal", DIAGONAL: "diagonal", }; export const Lottie = { FOOTER_LOADER_URL: "https://public-assets.prod.navi-sa.in/home_uitron/cta_loader.json", }; export const ImageName = { SWW: "SWW", CROSS: "CROSS", HELP: "HELP", QUOTE_APOLOGY_ICON: "QUOTE_APOLOGY_ICON", }; export const ERROR_TITLE = "Something went wrong"; export const ERROR_SUBTITLE = "Please try again after some time"; export const RETRY = "Retry"; export const QUOTE_APOLOGY_TITLE = "Sorry, we cannot insure some members with health issues!"; export const QUOTE_APOLOGY_SUBTITLE = "You can still purchase policy for others members"; export const QUOTE_APOLOGY_BUTTON = "Buy new policy"; export const QUOTE_PATCH_FAIL_TOAST = "Failed. Try again"; export const QUOTE_ID = "quoteId"; export const BUILD_CONFIG_DETAILS = "BUILD_CONFIG_DETAILS";