home app icons changed

This commit was merged in pull request #37.
This commit is contained in:
victorAnumudu
2023-09-11 13:06:00 +01:00
parent 08e03b27f0
commit 40fb8e67ee
4 changed files with 19 additions and 14 deletions
+2 -1
View File
@@ -1989,7 +1989,8 @@ p {
border-color: #fff;
}
.appie-hero-content.appie-hero-content-6 ul li a.item-2 {
background: #fff;
/* background: #fff; */
background-color: rgb(219, 237, 245);
border-color: #fff;
}
.appie-hero-content.appie-hero-content-6 ul li a.item-2:hover {
Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

+16 -12
View File
@@ -18,24 +18,28 @@ function HeroHomeOne() {
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
<div className="appie-hero-content">
<div className="appie-hero-content appie-hero-content-6">
{/*<span>Welcome To WrenchBoard..</span>*/}
<h1 className="appie-title">
Turn Chores into Exciting Challenges and Earn <span className='earn-rewards px-2'>Rewards!</span>
</h1>
<p>
Your place to set family goals and reward achievements. Find tasks to earn from, or build a tasks portfolio and find others to perform tasks for you. </p>
<p>Your place to set family goals and reward achievements. Find tasks to earn from, or build a tasks portfolio and find others to perform tasks for you.</p>
<ul>
<li>
<a href={process.env.REACT_APP_APPLE_APP} className="dark" target="_blank">
<i className="fab fa-apple" /> Download for iOS
</a>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_APPLE_APP}>
<i className="fab fa-apple"></i>
<span>
Available on the <span>App Store</span>
</span>
</a>
</li>
<li>
<a className="item-2 light" href={process.env.REACT_APP_ANDROID_APP} target="_blank">
<i className="fab fa-google-play" /> Download for
Android
</a>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_ANDROID_APP}>
<i className="fab fa-google-play"></i>
<span>
Available on the <span>Google Play</span>
</span>
</a>
</li>
</ul>
</div>
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react';
import IconOne from '../../assets/images/icon/play.png';
import IconOne from '../../assets/images/icon/account_login.png';
import IconTwo from '../../assets/images/icon/task.png';
import IconThree from '../../assets/images/icon/target.png';
import IconFour from '../../assets/images/icon/reward.png';