* @see https://codeigniter.com/user_guide/general/urls.html */ public function index() { $data = array(); $data["title_1"] = "Research"; $data["description_1"] ="We have a unique approach of creativity to each project as each project requires in-depth knowledge to achieve the business goals as the business evolves. Here, we are particular about results. We are continuously analyzing solutions we provided to ensure we align with best practice in the industries alt all time."; $data["title_2"] = "Development"; $data["description_2"] ="We are the framework of your ever exquisite success platforms.We strategically pursuit your Purpose for you to continually foster prestigious relationships with your intent."; $data["title_3"] = "Management"; $data["description_3"] ="Our diversity is our fortress.We provide run-of-the mill maintenance services as we all know there is no good run without garden-variety nurture."; $this->load->view('fluxtra_home',$data); } }