This commit is contained in:
Kriszti 2024-02-15 10:24:17 +01:00
parent 5d8cb9b741
commit 6c0c185393
5 changed files with 84 additions and 11 deletions

View File

@ -0,0 +1,6 @@
body {
}
a {
color: #fff !important;
}

View File

@ -22,7 +22,7 @@
<li> <li>
<NavLink href="terms"> <NavLink href="terms">
Terms & Condition Terms & Conditions
</NavLink> </NavLink>
</li> </li>
<li> <li>

View File

@ -2,16 +2,38 @@
@layout SecondaryLayout @layout SecondaryLayout
@using MissNationSharedUI.Shared.Components.Layout @using MissNationSharedUI.Shared.Components.Layout
<h3>About</h3>
<!--body content start--> <!--body content start-->
<section class="body-content "> <section class="body-content ">
<div class="page-content gray-bg">
<div class="container">
<div class="heading-title-alt text-center">
<h3 class="text-uppercase">About us</h3>
<span class="text-uppercase">Introduction of Our Company</span>
</div>
<div class="row">
<div class="col- 12 ">
<p>Welcome to Miss Nation LLC, your trusted partner in navigating the complex landscape of business operations in Dubai. With a dedicated team of experts and a commitment to excellence, we specialize in providing comprehensive solutions for company formation, licensing, documentation, and human resource management.</p>
<p>At Miss Nation LLC, we understand the challenges and intricacies of establishing and maintaining a successful business in the dynamic environment of Dubai. Whether you're a startup looking to set up your operations, an established company seeking license renewals, or an entrepreneur exploring expansion opportunities, we are here to support you every step of the way.</p>
<p>Our services encompass a wide range of offerings, including company formation and registration, documentation processing, residency and visa services, and chamber of commerce memberships. With our in-depth knowledge of local regulations and procedures, we ensure smooth and efficient processes, allowing you to focus on growing your business with confidence.</p>
<p>Driven by a passion for client satisfaction and a dedication to excellence, we strive to exceed your expectations and deliver tailored solutions that meet your specific needs. With [Company Name] by your side, you can navigate the complexities of doing business in Dubai with ease and confidence.</p>
<p>Experience the difference of partnering with a company that puts your success first. Contact us today to learn more about how we can help you achieve your business goals in Dubai.</p>
</div>
</div>
</div>
</div>
</section> </section>
<!--body content end--> <!--body content end-->
<!--footer start 1--> <!--footer start 1-->
<!--footer 1 end--> <!--footer 1 end-->
@code { @code {
[Inject] [Inject]

View File

@ -2,16 +2,61 @@
@layout SecondaryLayout @layout SecondaryLayout
@using MissNationSharedUI.Shared.Components.Layout @using MissNationSharedUI.Shared.Components.Layout
<h3>Services</h3>
<!--body content start-->
<section class="body-content"> <section class="body-content">
<!--tabs-->
<div class="page-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<!--tabs line start-->
<section class="normal-tabs line-tab">
<ul class="nav nav-tabs">
<li class="active">
<a data-toggle="tab" href="#tab-01">Company Formation and License Renewal</a>
</li>
<li class="">
<a data-toggle="tab" href="#tab-02">Documentation Services</a>
</li>
<li class="">
<a data-toggle="tab" href="#tab-03">Human Resource Services</a>
</li>
</ul>
<div class="panel-body">
<div class="tab-content">
<div id="tab-01" class="tab-pane active">
<ul>
<li>Formation and renewal of licenses in free zones (FZCO, FZE, and Branch Company)</li>
<li>Registration and Renewal of Commercial, Professional, and Trade Licenses with DED</li>
<li>Change of company name for FZE/FZCO</li>
<li>Increase of share capital for FZE/FZCO</li>
<li>Conversion from Branch to FZE/FZCO</li>
<li>Transfer of shares in FZE/FZCO</li>
</ul>
</div>
<div id="tab-02" class="tab-pane">
<ul><li>Tenancy Contract for Land Department Registration (EJARI) Lease Registration</li><li>Processing documents from Dubai Health Authority</li><li>Residency visa application and related processes</li><li>Emirates ID application and services</li><li>Residency visa re-stamping, renewal, and cancellation</li><li>Documents for certified true copy</li><li>Vehicle registration</li><li>Mail P.O BOX Registration</li><li>Re-entry permit application</li><li>Online request letter (Dubai Trade Portal)</li><li>New and renewal of Establishment Card- Labor</li><li>New and renewal of Establishment Card- Immigration</li><li>Change of Director, Manager, and Secretary</li><li>Reporting of Absconding</li><li>Residence permit correction</li><li>Salary amendment</li><li>Entry permit renewal</li><li>Online request for good standing</li><li>Securing no objection letters</li></ul>
</div>
<div id="tab-03" class="tab-pane">
<ul><li>New and renewal of labor card for employees</li><li>Employment ID card</li><li>Processing of investor visa and renewal</li><li>Non-sponsored ID card</li><li>Driver's license applications</li><li>Representative/PRO ID card</li><li>Medical checkup assistance</li><li>Profession change</li></ul><p><strong>Chamber of Commerce and Membership Services:</strong></p><ul><li>Membership Certificate in Chamber of Commerce and renewals</li></ul>
</div>
</div>
</div>
</section>
<!--tabs line end-->
</div>
</div>
</div>
</div>
</section> </section>
<!--body content end--> <!--body content end-->
<!--footer start 1--> <!--footer start 1-->
<!--footer 1 end--> <!--footer 1 end-->
@code { @code {
[Inject] [Inject]

View File

@ -219,7 +219,7 @@ iframe {
p { p {
margin: 0 0 30px; margin: 0 0 30px;
color: #ddd; color: #7e7e7e;
line-height: 30px; line-height: 30px;
font-size:20px; font-size:20px;
} }