diff --git a/app/Services/UseCaseData.js b/app/Services/UseCaseData.js index 297cb7c..5835965 100644 --- a/app/Services/UseCaseData.js +++ b/app/Services/UseCaseData.js @@ -5,7 +5,7 @@ import Axios from 'axios'; function UseCaseData() { - console.log("~~~~~~~~ ameye 009 ~~~~~~~~~"); + // console.log("~~~~~~~~ ameye 009 ~~~~~~~~~"); var res = null; const getWrenchBoardBlog = () => { Axios.get("http://10.0.0.52:5101/wp/wrenchboard/", { @@ -19,7 +19,7 @@ var res = null; }).then((response) => { console.log(response); res = response; - console.log("~~~~~~~~ ameye ~~~~~~~~~"); + // console.log("~~~~~~~~ ameye ~~~~~~~~~"); return response; // console.log(blogResultData); }); diff --git a/app/about-us/AboutText.js b/app/about-us/AboutText.js index 4e645d9..f1b18a8 100644 --- a/app/about-us/AboutText.js +++ b/app/about-us/AboutText.js @@ -33,7 +33,7 @@ function AboutTextComponent() {
- WrenchBoard is the platform for planning and rewarding accomplishments for individuals and parents. Parents can set up family accounts to oversee their children's activities and earnings. + WrenchBoard is the platform for planning and rewarding accomplishments for individuals and parents. Parents can set up family accounts to oversee their children's activities and earnings.
At WrenchBoard, we believe in the power of motivating through rewards. As children complete projects, tasks, or chores and earn rewards, children also gain financial, time management, and valuable execution skills that enhance the joy of personal growth. diff --git a/app/about-us/TeamAbout.js b/app/about-us/TeamAbout.js index 5c5814c..7f68b22 100644 --- a/app/about-us/TeamAbout.js +++ b/app/about-us/TeamAbout.js @@ -3,6 +3,7 @@ import team1 from '../../assets/images/team-1.jpg'; import team2 from '../../assets/images/team-2.jpg'; import team3 from '../../assets/images/team-3.jpg'; import team4 from '../../assets/images/team-4.jpg'; +import Image from 'next/image'; function TeamAbout() { return ( @@ -25,7 +26,7 @@ function TeamAbout() { data-wow-delay="200ms" >
- The page you're looking for isn't available. Use the go back + The page you're looking for isn't available. Use the go back button below
{/* goBack(e)} href="#"> diff --git a/app/components/FeaturedScreen.js b/app/components/FeaturedScreen.js index 17df824..a8797a0 100644 --- a/app/components/FeaturedScreen.js +++ b/app/components/FeaturedScreen.js @@ -5,6 +5,7 @@ import localImgLoad from '../../lib/localImgLoad' import 'owl.carousel/dist/assets/owl.carousel.css' import 'owl.carousel/dist/assets/owl.theme.default.css' import LazyImage from '../../lib/LazyImage' +import Image from 'next/image' export default function FeaturedScreen() { @@ -47,43 +48,43 @@ export default function FeaturedScreen() {
*/}
-
+
*/}
-
+
*/}
-
+
*/}
-
+
*/}
-
+
*/}
-
+
*/}
-
+ @@ -51,32 +52,32 @@ function Blog() {
James Bond old happy days the wireless cracking goal bloke me old mucker, arse - over tit blower mush the bee's knees chip shop the BBC, say lemon squeezy + over tit blower mush the bee's knees chip shop the BBC, say lemon squeezy blatant what a load of rubbish bog-standard nancy boy. Mush spiffing good time brown bread cheeky bite your arm off chip shop bugger all mate, my lady down the pub is faff about pukka.
- I don't want no agro brilliant are you taking the piss skive off super boot - chancer don't get shirty. + I don't want no agro brilliant are you taking the piss skive off super boot + chancer don't get shirty.
Indigo Violet
That faff about the full monty blower bubble and squeak cheeky old matie boy - burke, the bee's knees what a load of rubbish golly gosh mufty is Elizabeth - squiffy, lurgy chimney pot Jeffrey Richard naff Queen's English cheesed off. Old + burke, the bee's knees what a load of rubbish golly gosh mufty is Elizabeth + squiffy, lurgy chimney pot Jeffrey Richard naff Queen's English cheesed off. Old bonnet cheesed off lurgy me old mucker a blinding shot bits and bobs lavatory barney, say no biggie jolly good mush chancer pukka what a load of rubbish, - Harry don't get shirty with me arse over tit he lost his bottle spiffing good + Harry don't get shirty with me arse over tit he lost his bottle spiffing good time bubble and squeak say. I bog Harry a load of old tosh quaint brown bread get stuffed mate bobby, lemon squeezy boot bum bag chimney pot codswallop - amongst, lavatory twit bits and bobs pardon you daft ummm I'm telling. Blatant + amongst, lavatory twit bits and bobs pardon you daft ummm I'm telling. Blatant matie boy say bugger all mate butty gormless, you mug pukka happy days bobby. Down the pub what a load of rubbish geeza faff about chancer bits and bobs daft - lavatory boot victoria sponge spend a penny grub ummm I'm telling, absolutely - bladdered A bit of how's your father arse over tit do one chimney pot tomfoolery + lavatory boot victoria sponge spend a penny grub ummm I'm telling, absolutely + bladdered A bit of how's your father arse over tit do one chimney pot tomfoolery porkies owt to do with me spiffing good time zonked.
@@ -112,7 +113,7 @@ function Blog() {
He legged it bevvy mush owt to do with me such fibber fa about cup of tea sloshed morish butty bubble. Butty gormless lavatory - twit bits and bobs pardon you daft ummm I'm telling. + twit bits and bobs pardon you daft ummm I'm telling.
Super chancer cheeky bloke haggle give us a bell well mufty chinwag say bite. lavatory twit bits and bobs - pardon you daft ummm I'm telling. Blatant matie boy say + pardon you daft ummm I'm telling. Blatant matie boy say bugger all mate butty gormless
- He lost his bottle loo don't get shirty with me ruddy. + He lost his bottle loo don't get shirty with me ruddy.
- He lost his bottle loo don't get shirty with me ruddy. + He lost his bottle loo don't get shirty with me ruddy.
- He lost his bottle loo don't get shirty with me ruddy. + He lost his bottle loo don't get shirty with me ruddy.
- He lost his bottle loo don't get shirty with me ruddy. + He lost his bottle loo don't get shirty with me ruddy.
diff --git a/app/components/ProjectHomeOne.js b/app/components/ProjectHomeOne.js index 6e0ed28..57c73e7 100644 --- a/app/components/ProjectHomeOne.js +++ b/app/components/ProjectHomeOne.js @@ -1,4 +1,5 @@ import React from 'react'; +import Image from 'next/image'; function ProjectHomeOne() { return ( @@ -29,7 +30,7 @@ function ProjectHomeOne() {- Adapt to your family's needs with the flexibility of using one-time or repeated tasks or chores with the option to find any task. + Adapt to your family's needs with the flexibility of using one-time or repeated tasks or chores with the option to find any task.
Learn More diff --git a/app/components/ServicesHomeOne.js b/app/components/ServicesHomeOne.js index b0bf74c..f9eee09 100644 --- a/app/components/ServicesHomeOne.js +++ b/app/components/ServicesHomeOne.js @@ -4,6 +4,7 @@ import IconTwo from '../assets/images/icon/assign-chores.png'; import IconThree from '../assets/images/icon/financial-education.png'; import IconFour from '../assets/images/icon/family-connect.png'; import Main from '../lnd/LndParts/Design/Main'; +import Image from 'next/image'; function ServiceItem({ icon, title, description, index }) { return ( @@ -14,7 +15,7 @@ function ServiceItem({ icon, title, description, index }) { style={{ cursor: "default" }} >{description}
diff --git a/app/components/TeamHomeOne.js b/app/components/TeamHomeOne.js index 015dd63..e51b808 100644 --- a/app/components/TeamHomeOne.js +++ b/app/components/TeamHomeOne.js @@ -1,4 +1,5 @@ import React from 'react'; +import Image from 'next/image'; import teamOne from '../../assets/images/Olu-Amey-001.jpg'; import teamTwo from '../../assets/images/team-2.jpg'; import teamThree from '../../assets/images/Toks-Law.jpg'; @@ -25,7 +26,7 @@ function TeamHomeOne() { data-wow-delay="200ms" >