Hero adjusted

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-18 18:06:03 -04:00
parent 997e461af4
commit 9b043a9de4
+21 -50
View File
@@ -18,58 +18,29 @@ class Fleet extends React.Component {
{/* HEADER
============================================= */}
{/* HERO-10
{/* HERO
============================================= */}
<section id="hero-10" className="bg_fixed hero-section division">
<section id="hero" className="bg-fixed hero-section division">
<div className="container">
<div className="row">
<div className="col-xl-10 offset-xl-1">
<div className="row d-flex align-items-center m-row">
{/* HERO TEXT */}
<div className="col-md-7 col-lg-6 m-top">
<div className="hero-10-txt white-color wow fadeInRight" data-wow-delay="0.6s">
{/* App Logo */}
<div className="hero-app-logo"><img className="img-fluid" src="assets/images/app-logo-fit.png" alt="hero-app-logo" /></div>
{/* Title */}
<h2 className="h2-lg">Healthy Mind In A Healthy Body</h2>
{/* STORE BADGES */}
<div className="stores-badge mb-10">
{/* AppStore */}
<a href="#" className="store">
<img className="appstore" src="assets/images/appstore-white.png" alt="appstore-badge" />
</a>
{/* Google Play */}
<a href="#" className="store">
<img className="googleplay" src="assets/images/googleplay-white.png" alt="googleplay-badge" />
</a>
{/* Aamazon Market
<a href="#" class="store">
<img class="amazonl" src="assets/images/amazon.png" alt="amazon-badge" />
</a> */}
{/* Mac AppStore
<a href="#" class="store">
<img class="mac-appstore" src="assets/images/macstore.png" alt="macstore-badge" />
</a> */}
{/* Microsoft Store
<a href="#" class="store">
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
</a> */}
</div> {/* END STORE BADGES */}
{/* OS Prerequisite */}
<span className="os-version">Available for iOS 8 and Android Devices From 5.5</span>
</div>
</div> {/* END HERO TEXT */}
{/* HERO IMAGE */}
<div className="col-md-5 col-lg-6 m-bottom">
<div className="hero-10-img wow fadeInLeft" data-wow-delay="0.4s">
<img className="img-fluid" src="assets/images/hero-10-img.png" alt="hero-image" />
</div>
</div>
</div>
</div>
</div> {/* End row */}
</div> {/* End container */}
</section> {/* END HERO-10 */}
<div className="row">
<div className="col-md-12">
{/* HERO TEXT */}
<div className="hero-txt white-color text-center">
<span className="version">HTML</span>
<h2>Premium HTML5 App Landing Pages Pack</h2>
<p>A great collection of flexible, ultra modern &amp; creative landing page templates to promote your mobile App, services or business projects
</p>
</div>
{/* HERO IMAGE */}
<div className="hero-img"><img className="img-fluid" src="assets/images-demo/hero-img.png" alt="hero-image" /></div>
</div>
</div> {/* End row */}
</div> {/* End container */}
</section> {/* END HERO */}
{/* CONTENT-2
============================================= */}
<section id="content-2" className="wide-50 content-section division">