MissnationBlazor/MissNationSharedUI/Shared/Components/Layout/HostessHeroComponent.razor

26 lines
1.4 KiB
Plaintext

<!--hero section-->
@* <div class="banner-state vertical-align banner-p filtered parallax" style="padding-top: 60px; height: auto; background-image: url('_content/MissNationSharedUI/assets/img/hostess/hostesshero.jpg') !important;"> *@
<div class="banner-state vertical-align banner-p filtered parallax" style="padding-top: 60px; padding-bottom:30px; height: auto; background-color: #222; background-image: unset !important;">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-12">
<div class="banner-title">
<p style="text-align: justify;">
Miss Nation Hostess Agency provides premium hostess services in the UAE for corporate events, VIP gatherings, exhibitions, activations, brand promotions, and conferences. Our experienced team ensures seamless event execution, leaving a lasting impression on guests.
</p>
<p style="text-align: justify;">With a focus on professionalism, attention to detail, and personalized solutions, we help brands create unforgettable experiences. Whether you need hostesses, ushers, or event management support, we are committed to excellence in every aspect.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--hero section-->
@code {
}