Compare commits

..

8 Commits

Author SHA1 Message Date
victorAnumudu 12b2dde302 changed home image sliders 2024-02-05 18:57:58 +01:00
CHIEFSOFT\ameye 7f999dfc8a exta image 2024-02-04 14:21:39 -05:00
CHIEFSOFT\ameye 9f5ca78913 use case page 2024-02-04 13:55:27 -05:00
ameye 492008630f Merge branch 'hero-adjustment' of WrenchBoard/WrenchBoardMainSite into master 2024-02-02 19:50:24 +00:00
ameye ab566937b7 Merge branch 'country-query' of WrenchBoard/WrenchBoardMainSite into master 2024-02-02 19:50:17 +00:00
victorAnumudu 5e974e0637 adjusted here section 2024-02-02 19:43:41 +01:00
victorAnumudu 31ee4e01ac added country query params to login link 2024-02-02 17:34:23 +01:00
ameye f79831f0da Merge branch 'added-about-app-component' of WrenchBoard/WrenchBoardMainSite into master 2024-02-01 20:05:23 +00:00
10 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api
REACT_APP_SITE_NAME='WrenchBoard'
REACT_APP_DASH_URL='https://dev-users.wrenchboard.com'
REACT_APP_DASH_URL_LOGIN="https://dev-users.wrenchboard.com/login"
REACT_APP_DASH_URL_LOGIN="https://dev-users.wrenchboard.com/login?cnt=us"
REACT_APP_DASH_URL_SIGNUP="https://dev-users.wrenchboard.com/signup?cnt=us"
REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users'
REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8'
+1 -1
View File
@@ -5,7 +5,7 @@ REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api
REACT_APP_SITE_NAME='WrenchBoard'
REACT_APP_DASH_URL='https://dev-users.wrenchboard.com'
REACT_APP_DASH_URL_LOGIN="https://dev-users.wrenchboard.com/login"
REACT_APP_DASH_URL_LOGIN="https://dev-users.wrenchboard.com/login?cnt=us"
REACT_APP_DASH_URL_SIGNUP="https://dev-users.wrenchboard.com/signup?cnt=us"
REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users'
REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8'
+1 -1
View File
@@ -5,7 +5,7 @@ REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api
REACT_APP_SITE_NAME='WrenchBoard'
REACT_APP_DASH_URL='https://users.wrenchboard.com'
REACT_APP_DASH_URL_LOGIN="https://users.wrenchboard.com/login"
REACT_APP_DASH_URL_LOGIN="https://users.wrenchboard.com/login?cnt=us"
REACT_APP_DASH_URL_SIGNUP="https://users.wrenchboard.com/signup?cnt=us"
REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users'
REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8'
Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

+13 -4
View File
@@ -8,23 +8,31 @@ import shapeThree from '../../assets/images/shape/shape-3.png';
import shapeFour from '../../assets/images/shape/shape-4.png';
import getConfig from './../../Config/config'
import CustomSlider from '../customSlider/CustomSlider';
import SliderOne from '../../assets/images/home/app-slide-home-0.png'
import SliderTwo from '../../assets/images/home/app-slide-home-1.png'
import SliderThree from '../../assets/images/home/app-slide-home-2.png'
function HeroHomeOne() {
var site = getConfig()[0];
const sliders = [
SliderOne, SliderTwo, SliderThree
]
return (
<>
<section className="appie-hero-area">
<div className="container">
<div className="row align-items-center">
<div className="row">
<div className="col-lg-6">
<div className="appie-hero-content appie-hero-content-6">
<div className="appie-hero-content appie-hero-content-6 d-flex flex-column h-100">
{/*<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>
<ul>
<ul className='d-flex justify-content-center justify-content-lg-start'>
<li className=''>
<a className="item-2" target='_blank' href={process.env.REACT_APP_APPLE_APP}>
<i className="fab fa-apple"></i>
@@ -54,7 +62,8 @@ function HeroHomeOne() {
{/* <img src={heroThumbOne} alt="WrenchBoard" /> */}
<div style={{ width: '350px', margin: 'auto' }}>
<CustomSlider
images={[heroThumbOne, heroThumbOne1, heroThumbOne]}
// images={[heroThumbOne, heroThumbOne1, heroThumbOne]}
images={sliders}
speed='5'
indicatorColor='#333'
/>
+3 -2
View File
@@ -1,7 +1,8 @@
import { Link } from 'react-router-dom'
import React from 'react'
import frame from '../../../../assets/images/about-frame.png'
import screen from '../../../../assets/images/about-screen.png'
//import frame from '../../../../assets/images/about-frame.png'
import frame from '../../../../assets/images/use-case-side-main.png'; //about-frame.png'
import screen from '../../../../assets/images/use-case-side-extra.png'; //about-screen.png'
import img1 from '../../../../assets/images/download.png'
import img2 from '../../../../assets/images/followers.png'
import img3 from '../../../../assets/images/reviews.png'