diff --git a/app/blog/page.tsx b/app/blog/page.tsx
index 9f8ddab..76dc219 100644
--- a/app/blog/page.tsx
+++ b/app/blog/page.tsx
@@ -1,5 +1,9 @@
import React from 'react'
import FooterHomeOne from '../components/FooterHomeOne';
+import HeroNews from '../components/News/HeroNews';
+import BackToTop from '../components/BackToTop';
+import ServiceNav from '../components/navigation/ServiceNav';
+import Blogs from '../components/News/Blogs';
// must be a better way to centralize the style = TEMPORARY USE
import '../assets/css/bootstrap.min.css';
@@ -14,8 +18,25 @@ import '../assets/css/style.css';
function page() {
return (
<>
-
Bog Here
-
+
+
+
+
+
+
+
+
+
+
+
+
+
>
)
diff --git a/app/components/AboutApp.js b/app/components/AboutApp.js
new file mode 100644
index 0000000..3dbe9d3
--- /dev/null
+++ b/app/components/AboutApp.js
@@ -0,0 +1,55 @@
+import React from 'react'
+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 Image from 'next/image';
+
+const AboutApp = ({ video, dark }) => {
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Motivate & Organize Rewards
+
+ With a planned reward, the parent can introduce the family to earning and start financial education early.
+
+
+
+
+
+
+
Goals Completed
+
Motivate with rewards for goals completed, passing the exam, finishing chores, and learning new skills.
+
+
+
Connect Family
+
It takes a village to raise a kid and share good news and encouragement from the more prominent family. Connect family to the achievements to boost encouragement.
+
+
+
Find any Task
+
Make more, connect to the marketplace, and earn from appropriate tasks.
+ >
+ );
+}
+
+export default Forms;
diff --git a/app/contact/page.tsx b/app/contact/page.tsx
index bc0b739..3de4722 100644
--- a/app/contact/page.tsx
+++ b/app/contact/page.tsx
@@ -1,5 +1,9 @@
import React from 'react'
import FooterHomeOne from '../components/FooterHomeOne';
+import BackToTop from '../components/BackToTop';
+import HeroNews from '../components/News/HeroNews';
+import ServiceNav from '../components/navigation/ServiceNav';
+import Forms from './Forms'
// must be a better way to centralize the style = TEMPORARY USE
import '../assets/css/bootstrap.min.css';
@@ -14,8 +18,17 @@ import '../assets/css/style.css';
function page() {
return (
<>
-
Contact us Here
-
+
+
+
+
+
>
)
diff --git a/app/use-cases/UseCase.js b/app/use-cases/UseCase.js
new file mode 100644
index 0000000..1a0a5d6
--- /dev/null
+++ b/app/use-cases/UseCase.js
@@ -0,0 +1,47 @@
+import React from 'react';
+import blogImg1 from '../assets/images/blog/1.jpg';
+import UseCaseData from '../Services/UseCaseData';
+import Image from 'next/image';
+import Link from 'next/link';
+
+
+function UseCase() {
+
+ var UseCaseDataResult = UseCaseData();
+
+ return (
+ <>
+
+ >
+ );
+}
+
+export default UseCase;
diff --git a/app/use-cases/page.tsx b/app/use-cases/page.tsx
index 21978dd..b914bae 100644
--- a/app/use-cases/page.tsx
+++ b/app/use-cases/page.tsx
@@ -1,5 +1,10 @@
import React from 'react'
import FooterHomeOne from '../components/FooterHomeOne';
+import BackToTop from '../components/BackToTop';
+import HeroNews from '../components/News/HeroNews';
+import ServiceNav from '../components/navigation/ServiceNav';
+import AboutApp from '../components/AboutApp'
+import UseCase from './UseCase'
// must be a better way to centralize the style = TEMPORARY USE
import '../assets/css/bootstrap.min.css';
@@ -14,8 +19,27 @@ import '../assets/css/style.css';
function page() {
return (
<>
-