llhd/Views/WebNew/Shared/Section/_Hero.cshtml

13 lines
369 B
Plaintext

@model string
<section class="hero-section">
<div class="container">
<div class="hero-box text-center d-flex align-items-center justify-content-center">
<img src="/webnew/assets/image/backgroundhero.png"
alt="Hero Background"
class="hero-bg" />
<h2>@Model</h2>
</div>
</div>
</section>