Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb7e745491 |
@@ -2588,6 +2588,11 @@ h5.sm-title {
|
|||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-8-txt.fadeInRight{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------*/
|
/*------------------------------------------*/
|
||||||
/* HERO APP LOGO
|
/* HERO APP LOGO
|
||||||
/*------------------------------------------*/
|
/*------------------------------------------*/
|
||||||
@@ -2657,6 +2662,7 @@ h5.sm-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-8-txt h2 {
|
.hero-8-txt h2 {
|
||||||
|
margin-top: 3rem;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2666,7 +2672,6 @@ h5.sm-title {
|
|||||||
|
|
||||||
.hero-8-txt h5 {
|
.hero-8-txt h5 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-9-txt h4 {
|
.hero-9-txt h4 {
|
||||||
|
|||||||
@@ -170,7 +170,7 @@
|
|||||||
patterns: {
|
patterns: {
|
||||||
youtube: {
|
youtube: {
|
||||||
index: 'youtube.com',
|
index: 'youtube.com',
|
||||||
src: 'https://www.youtube.com/embed/Jn22jdQ4KdQ' // added the id of the video
|
src: 'https://www.youtube.com/embed/7e90gBu4pas'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ class FloatHome extends React.Component {
|
|||||||
<p className="p-lg grey-color">{heroSection.description}</p>
|
<p className="p-lg grey-color">{heroSection.description}</p>
|
||||||
{/* HERO LINKS */}
|
{/* HERO LINKS */}
|
||||||
<div className="hero-video-link">
|
<div className="hero-video-link">
|
||||||
<a href={heroSection.heroVideoLink.link} className="video-popup2 btn btn-md btn-video-link ico-30">
|
<a href="https://www.youtube.com/embed/7e90gBu4pas" className="video-popup2 btn btn-md btn-video-link ico-30">
|
||||||
<span className="flaticon-play-button" /> {heroSection.heroVideoLink.text}
|
<span className="flaticon-play-button" /> {heroSection.heroLink}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1227,6 +1227,8 @@ class FloatHome extends React.Component {
|
|||||||
</section> {/* END DOWNLOAD-5 */}
|
</section> {/* END DOWNLOAD-5 */}
|
||||||
|
|
||||||
</div> {/* END PAGE CONTENT */}
|
</div> {/* END PAGE CONTENT */}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -1240,10 +1242,7 @@ export default FloatHome
|
|||||||
let heroSection = {
|
let heroSection = {
|
||||||
header: `Travel Smarter. Save Money.`,
|
header: `Travel Smarter. Save Money.`,
|
||||||
description: `Travel smarter and safer, with Float's rideshare comparison, ride hailing and budgeting app. Available on IOS and Android.`,
|
description: `Travel smarter and safer, with Float's rideshare comparison, ride hailing and budgeting app. Available on IOS and Android.`,
|
||||||
heroVideoLink: {
|
heroLink: 'Watch the Overview',
|
||||||
text: 'Watch the Overview',
|
|
||||||
link: 'https://www.youtube.com/watch?v=Jn22jdQ4KdQ'
|
|
||||||
},
|
|
||||||
button: `Intelligent Mobility Choices!`,
|
button: `Intelligent Mobility Choices!`,
|
||||||
badge: {rating: `All Versions Rating`, review: 'Based on 7.296 user reviews'}
|
badge: {rating: `All Versions Rating`, review: 'Based on 7.296 user reviews'}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user