Files
vvveb-cms/static/Vvvebjs/demo/landing/sections/hero/hero-9.html

40 lines
1.6 KiB
HTML
Raw Normal View History

2026-05-17 21:09:32 +08:00
<header class="hero-9 pt-5" aria-label="hero-9">
<div class="container py-5">
<div class="row mb-4 mb-lg-5">
<div class="col-lg-9 mx-auto text-center">
<div class="mb-4">
<div>
<h1 class="display-2 fw-bold">Next generation website builder</h1>
</div>
</div>
<div class="mb-4">
<div>
<p class="h4 lh-base fw-normal">Powerful and easy to use drag and drop website builder for blogs, presentation or ecommerce stores.</p>
</div>
</div>
<div class="d-grid d-lg-block gap-2">
<a class="btn btn-primary btn-lg" href="#" role="button">Free download</a>
<a class="btn btn-outline-primary btn-lg" href="#" role="button">Live demo</a>
</div>
</div>
</div>
<div class="row mb-4 ">
<div class="col-lg-10 mx-auto text-center">
<div class="rounded-4 position-relative overflow-hidden">
<img class="img-fluid w-100 shadow" src="demo/img/team-1.jpg" alt="Team 1">
<a class="position-absolute top-50 start-50 translate-middle glightbox d-flex justify-content-center align-items-center z-2" href="https://www.youtube.com/watch?v=rPbrR6b6ZYs">
<svg xmlns="http://www.w3.org/2000/svg" width="5em" height="5em" fill="currentColor" class="text-white" viewBox="0 0 16 16" lc-helper="svg-icon">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"></path>
</svg>
</a>
<div class="overlay z-1"></div>
</div>
</div>
</div>
</div>
</header>