Compare commits

...

14 Commits

Author SHA1 Message Date
victorAnumudu 68dd1eeb56 app download link fixed 2024-11-11 16:59:33 +01:00
CHIEFSOFT\ameye 378d81bab2 card icon 2024-10-16 14:28:24 -04:00
CHIEFSOFT\ameye d2ca82573e Added new images 2024-10-16 12:52:04 -04:00
CHIEFSOFT\ameye 6d530e174a New image 2024-10-15 18:04:35 -04:00
CHIEFSOFT\ameye bfb01580c6 more banners 2024-10-15 17:24:09 -04:00
CHIEFSOFT\ameye a79e312551 image update 2024-10-15 16:50:18 -04:00
CHIEFSOFT\ameye b2d1b95f1f wallet point image 2024-10-15 10:39:34 -04:00
CHIEFSOFT\ameye ada93c0903 wallet images 2024-10-15 10:26:36 -04:00
CHIEFSOFT\ameye 2306783e49 cookie remove 2024-10-15 10:05:16 -04:00
CHIEFSOFT\ameye dc811ec391 removed comments 2024-10-14 10:32:59 -04:00
CHIEFSOFT\ameye 6c7cac3b59 Try removed the image 2024-10-14 10:28:49 -04:00
ameye 51f3556d87 Merge branch 'bug-fix' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-10-13 17:15:22 +00:00
victorAnumudu 01eb545687 bug fixed 2024-10-13 07:34:52 +01:00
ameye deb89d1303 Merge branch 'accept-cookies' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-10-12 13:06:51 +00:00
14 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
"use client"
import React, { useEffect, useState } from 'react'
import Cookies from 'js-cookie'
//import Cookies from 'js-cookie'
export default function AcceptCookies() {
const [cookies, setCookies] = useState(true)
const acceptCookies = () => {
Cookies.set('useCookies', 'true')
// Cookies.set('useCookies', 'true')
setCookies(true)
}
useEffect(()=>{
const useCookies = Cookies.get('useCookies')
const useCookies = false; // Cookies.get('useCookies')
if(useCookies == 'true'){
setCookies(true)
}else{
@@ -26,7 +26,7 @@ export default function AcceptCookies() {
: */}
<div className={`${cookies ? 'slide-down' : 'slide-up'} cookies-wrapper position-fixed d-lg-flex justify-content-center align-items-center gap-5 p-2`}>
<p className='m-0'>
This website uses cookies to provide you the best experience possible, as well as for tracking performance and marketing purposes. You can check our privacy policy for more information. By clicking "Confirm" or by continuing to use our website, you consent to our use of cookies.
This website uses cookies to provide you the best experience possible, as well as for tracking performance and marketing purposes. You can check our privacy policy for more information. By clicking &#x275B;&#x275B;Confirm&#x275C;&#x275C; or by continuing to use our website, you consent to our use of cookies.
</p>
<button onClick={acceptCookies} className='px-5 py-2'>Accept</button>
</div>
+1 -1
View File
@@ -33,7 +33,7 @@ function HeroHomeOne() {
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 task portfolio and find others to perform tasks for you.</p>
<ul className='d-flex justify-content-center justify-content-lg-start'>
<ul className='d-sm-flex justify-content-center justify-content-lg-start'>
<li className=''>
<a className="item-2" target='_blank' href={process.env.NEXT_PUBLIC_APPLE_APP}>
<i className="fab fa-apple"></i>
+1 -1
View File
@@ -231,7 +231,7 @@ function SelectFeatures({ className }) {
Fund <br /> wallets
</h3>
<p>
Take control and feel secure by creating a virtual or physical card, allocating funds, and managing wallets for your kids. .
Take control and feel secure by creating a virtual or physical card, allocating funds, and managing wallets for your kids.
</p>
<a className="main-btn" href="#">
Learn More
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB