?
Current Path : /home1/savoy/public_html/old_site/application/views/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/old_site/application/views/vision.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Savoy Insurance Service | Our Mission, Vision and Objectives</title> <?php $this->load->view('header'); ?> </head> <body> <div id="container"> <div id="wrapper_container"> <div id="wrapper"> <div id="cont_wrapper"> <?php $this->load->view('menu'); ?> <div class="inner_banner"> <img src="<?=base_url()?>assets/images/banners/vision.jpg" alt="About Us"/> </div> <!--inner_banner end--> <div class="content_wrapper"> <div class="content"> <div class="inner_rightbox"> <div class="inner_right_top"> <div class="inr_rightbox_right head_01">Our Vision</div> </div> <div class="inner_right_middle"> <ul class="list-2"> <li>Be the preferred insurance broker for our clients and insurance partners.</li> </ul> <h2>Our Mission</h2> <ul class="list-2"> <li>Provide our clients with total solutions for all their insurance needs.</li> <li>Earn the reputation for best customer care and service.</li> </ul> <h2>Our Objectives</h2> <p>Towards the achievement of our vision and mission, we will:</p> <ul class="list-2"> <li>Develop and establish both corporate and individual customer relationships and nurture them with outstanding quality of customer service.</li> <li>Remain prepared and committed to fully serve our clients by maintaining the highest level of ethics, integrity, professional knowledge and efficiency to ensure total customer satisfaction.</li> <li>Continually seek customer feedback and identify customer needs and expectations and consistently exceed their expectations.</li> <li>Regularly review and analyze the way we do things and find ways of doing them better.</li> <li>Create an environment and culture that attracts, encourages and rewards those individuals who are best able to deliver superior performance.</li> </ul> </div><!--inner_right_middle end--> <div class="inner_right_bot"></div><!--inner_right_bot end--> </div><!--inner_rightbox end--> <?php $this->load->view('right'); ?> </div><!--content end--> </div><!--content_wrapper end--> </div><!--cont_wrapper end--> </div> <!--wrapper end--> <div id="wrapper_bot"></div> <!--wrapper_bot end--> </div> <!--wrapper_container end--> <?php $this->load->view('footer'); ?> </div> <!--container end--> </body> </html>