FloatHome Images added

This commit is contained in:
Olu Amey
2023-03-18 17:52:28 -04:00
parent e9dcdc0534
commit 997e461af4
4 changed files with 6 additions and 9 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB

+6 -9
View File
@@ -41,7 +41,7 @@ class FloatHome extends React.Component {
{/* HERO IMAGE */} {/* HERO IMAGE */}
<div className="col-md-6 col-lg-4"> <div className="col-md-6 col-lg-4">
<div className="hero-5-img pc-15 text-center"> <div className="hero-5-img pc-15 text-center">
<img className="img-fluid" src="assets/images/hero-5-img.png" alt="hero-image" /> <img className="img-fluid" src="assets/images/Welcome.png" alt="hero-image" />
</div> </div>
</div> </div>
{/* HERO-5 BUTTONS */} {/* HERO-5 BUTTONS */}
@@ -150,24 +150,21 @@ class FloatHome extends React.Component {
<div className="col-md-7 col-lg-6 m-bottom"> <div className="col-md-7 col-lg-6 m-bottom">
<div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s"> <div className="txt-block left-column mb-40 wow fadeInRight" data-wow-delay="0.6s">
{/* Section ID */} {/* Section ID */}
<span className="section-id grey-color">Unlimited Access</span> <span className="section-id grey-color">FROM A TO B</span>
{/* Title */} {/* Title */}
<h2 className="h2-md">Stay connected with friends easily</h2> <h2 className="h2-md">Travel your way, with your local travel app.</h2>
{/* Text */} {/* Text */}
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue <p className="p-lg">The struggle is real and you know it, there have never been more options to move from A to B. Take back control!
luctus magna dolor luctus at egestas sapien vitae. Nemo egestas volute and turpis dolores aliquam quaerat
sodales a sapien
</p> </p>
{/* Text */} {/* Text */}
<p className="p-lg">Quaerat sodales sapien euismod purus blandit a purus ipsum primis in cubilia laoreet augue <p className="p-lg">Compare transport options and access ridesharing services directly in app, all whilst keeping track of your travel budget and traveling safely.
luctus magna dolor luctus and egestas sapien egestas vitae nemo volute
</p> </p>
</div> </div>
</div> {/* END TEXT BLOCK */} </div> {/* END TEXT BLOCK */}
{/* IMAGE BLOCK */} {/* IMAGE BLOCK */}
<div className="col-md-5 col-lg-6 m-top"> <div className="col-md-5 col-lg-6 m-top">
<div className="img-block right-column pc-15 mb-40 wow fadeInLeft" data-wow-delay="0.6s"> <div className="img-block right-column pc-15 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/img-07.png" alt="content-image" /> <img className="img-fluid" src="assets/images/home-from-a-to-b.png" alt="content-image" />
</div> </div>
</div> </div>
</div> {/* End row */} </div> {/* End row */}