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() {
{servicesContent?.map(({ id, ...item }) => ( -
+
))} diff --git a/app/about-us/HeaderAbout.js b/app/about-us/HeaderAbout.js index 4b153be..9ffc2e4 100644 --- a/app/about-us/HeaderAbout.js +++ b/app/about-us/HeaderAbout.js @@ -4,6 +4,7 @@ import StickyMenu from '../../lib/StickyMenu'; import Navigation from '../Navigation'; import getConfig from './../../Config/config' import { Link } from 'react-router-dom'; +import Image from 'next/image'; function HeaderAbout({ action }) { useEffect(() => { @@ -20,7 +21,7 @@ function HeaderAbout({ action }) {
- +
diff --git a/app/about-us/HeroAbout.js b/app/about-us/HeroAbout.js index 5f6d2fd..4a00cbc 100644 --- a/app/about-us/HeroAbout.js +++ b/app/about-us/HeroAbout.js @@ -20,7 +20,7 @@ function HeroAbout() { We Empower Reward for Achievements

- 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" >

- +

User Interactive

- He lost his bottle loo don't get shirty with me ruddy. + He lost his bottle loo don't get shirty with me ruddy.

@@ -104,7 +104,7 @@ function NextAfterHero() {

Choose a App

- 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() {
- +
diff --git a/app/components/RecentJobsOne.js b/app/components/RecentJobsOne.js index 77c0c63..c590da1 100644 --- a/app/components/RecentJobsOne.js +++ b/app/components/RecentJobsOne.js @@ -60,11 +60,11 @@ titleLen(title){
{ - this.state.jobsDataResults.map(i => { + this.state.jobsDataResults.map((i, index) => { var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; var postDt = new Date(i.expire).toLocaleDateString("en-US", options); - return (
+ return (
tasks or chores

- 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" }} >
- {title} + {title}

{title}

{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" >
- +
@@ -96,7 +96,7 @@ export function Accordion({ datas, name, accordionHandler, isOpen }) {
- + image
diff --git a/app/layout.tsx b/app/layout.tsx index c4102cb..a099dc2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -32,7 +32,7 @@ export default function RootLayout({ {children} -