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

25 lines
1.1 KiB
Plaintext

<!--hero section-->
<div class="banner-state vertical-align banner-p filtered parallax" style="padding-top: 60px; height: auto;">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-6 ">
<div class="banner-title">
<p class="text-white">
&#10077; Unfortunately, nowadays most of the healthy and beautiful girls, are using plastic surgery at a young age and this has become the new normal. We are strongly opposed to this and that is why we would like to emphasize
to the finalists that being natural is more important than anything else. These true values: harmony with ourselves and individuality, that make us stand out from the crowd and become the Queen of a Nation.&#10078;
<p class="text-white">-Vivien Felleg</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--hero section-->
@code {
}