diff --git a/src/assets/css/style.css b/src/assets/css/style.css
index 60e1102..a37e924 100644
--- a/src/assets/css/style.css
+++ b/src/assets/css/style.css
@@ -107,6 +107,27 @@
margin-top: -20px;
}
+.app-download.options{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ gap: 1rem;
+}
+
+.app-download.options .main-btn {
+ color: #0e1133;
+ background-color: #fff;
+ border: 3px solid #3EAFCC;
+ padding: 2px 112px;
+ letter-spacing: 1px;
+}
+
+.app-download.appie-hero-content h5 {
+ color: #51B5D0;
+ /* border-color: #fff; */
+}
+
@media only screen and (min-width: 300px) and (max-width: 1024px) {
.testimonial-about-slider-active .testimonial-box {
box-shadow: none;
diff --git a/src/components/AppDownload/AppDownload.js b/src/components/AppDownload/AppDownload.js
index 4b609a6..d7c5110 100644
--- a/src/components/AppDownload/AppDownload.js
+++ b/src/components/AppDownload/AppDownload.js
@@ -1,9 +1,11 @@
-import React from 'react'
+import HomeOneHeader from '../HomeOne/HomeOneHeader';
+import AppDownloadDetails from './AppDownloadDetails';
export default function AppDownload() {
return (
-
-
App Download Content Here
-
+ <>
+
+
+ >
)
}
diff --git a/src/components/AppDownload/AppDownloadDetails.js b/src/components/AppDownload/AppDownloadDetails.js
new file mode 100644
index 0000000..ccb0dcb
--- /dev/null
+++ b/src/components/AppDownload/AppDownloadDetails.js
@@ -0,0 +1,78 @@
+import React from 'react'
+import heroThumbOne from '../../assets/images/app-thumb-1.png';
+import heroThumbOne1 from '../../assets/images/app-thumb-2.png';
+
+import heroThumbTwo from '../../assets/images/app-pic.png';
+import CustomSlider from '../customSlider/CustomSlider';
+
+const AppDownloadDetails = () => {
+ return (
+ <>
+
+
+
+
+
+
Download from
+
+
+
Turn Chores into Exciting Challenges and Earn Rewards!
+
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.
+
+
+
+
+
+ {/*

*/}
+
+
+
+
+
+

+
+
+
+
+
+
+ >
+ )
+}
+
+export default AppDownloadDetails
\ No newline at end of file
diff --git a/src/components/HomeOne/HomeOneHeader.js b/src/components/HomeOne/HomeOneHeader.js
index d407a4c..90ae698 100644
--- a/src/components/HomeOne/HomeOneHeader.js
+++ b/src/components/HomeOne/HomeOneHeader.js
@@ -4,7 +4,7 @@ import StickyMenu from '../../lib/StickyMenu';
import Navigation from '../Navigation';
import getConfig from './../../Config/config'
-function HomeOneHeader({ action }) {
+function HomeOneHeader({ action, showLogoOnly = false }) {
var site = getConfig()[0];
useEffect(() => {
StickyMenu();
@@ -21,27 +21,30 @@ function HomeOneHeader({ action }) {
-
-
-
-
- Login
-
-
- Get Started
-
-
action(e)}
- className="toggle-btn ml-30 canvas_open d-lg-none d-block"
- >
-
+
+ {!showLogoOnly && <>
+
-
+
+ >}