diff --git a/package.json b/package.json
index 76ac192..70067ee 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,11 @@
"lint": "next lint"
},
"dependencies": {
+ "@headlessui/react": "^1.7.17",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.7",
"axios": "^1.5.1",
+ "clsx": "^2.0.0",
"moment": "^2.29.4",
"next": "13.5.4",
"react": "^18",
diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx
index b91b76a..e211213 100644
--- a/src/app/join/page.tsx
+++ b/src/app/join/page.tsx
@@ -1,145 +1,28 @@
-"use client";
-
/* eslint-disable @next/next/no-img-element */
-import Image from "next/image";
import Link from "next/link";
-import {
- BsBookFill,
- BsCardChecklist,
- BsClipboardFill,
- BsClock,
- BsClockFill,
- BsFacebook,
- BsFillBookFill,
- BsInstagram,
- BsSearch,
- BsShieldFillCheck,
- BsTwitter,
-} from "react-icons/bs";
+import {BsInstagram, BsTwitter} from "react-icons/bs";
import {BiLogoFacebook} from "react-icons/bi";
-import {PaymentElement} from "@stripe/react-stripe-js";
-import {Elements} from "@stripe/react-stripe-js";
-import {loadStripe} from "@stripe/stripe-js";
-
-const stripePromise = loadStripe("pk_test_51NzD5xFI67mXFum2XDMXiLu89SbCAMY5O0RnKjlU6XqyfboRVvFHI3f5OJHaxsrjjB7WqDYqN7Y3eF8mq3sF354F00l30L5GuJ");
+import Navbar from "@/components/Navbar";
+import PricingTable from "@/components/PricingTable";
+import Footer from "@/components/Footer";
export default function Home() {
return (
-
-
-
-
-
-
-
-
-
- Home
-
-
- Services
-
-
- About us
-
-
- History
-
-
- Contact
-
-
-
-
- Join
-
-
-
+
+
-
-
Available Packages
-
-
- Please select a page. Once the payment process is complete, you will receive a code via e-mail to register to the
- application.
-
-
- (Or have time added to your account, if already registered with the given e-mail during the payment process).
-
-
- If you already have a code, please register{" "}
-
- here
-
- .
-
-
+
+
Available Packages
+
+
+ Once the payment process is complete, you will receive a code via e-mail to register to the application.
+
+ (Or have time added to your account, if already registered with the given e-mail).
+
+
+
- {/** @ts-ignore */}
-
-
-
-
-
- Navigation
-
- Why us
- Capabilities
- Expertise
- History
- Contact
-
-
-
- Services
-
- EnCoach benefits
- Student testimonials
-
-
-
- About
-
- Terms and Conditions
- Privacy Policy
- About
-
-
-
- Get in Touch
-
-
- Stay connected with us and know the latest updates about our services through various social media
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 063001f..cea6920 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,64 +1,25 @@
/* eslint-disable @next/next/no-img-element */
-import Image from "next/image";
import Link from "next/link";
-import {
- BsBookFill,
- BsCardChecklist,
- BsClipboardFill,
- BsClock,
- BsClockFill,
- BsFacebook,
- BsFillBookFill,
- BsInstagram,
- BsSearch,
- BsShieldFillCheck,
- BsTwitter,
-} from "react-icons/bs";
+import {BsCardChecklist, BsClipboardFill, BsClockFill, BsInstagram, BsShieldFillCheck, BsTwitter} from "react-icons/bs";
import {BiLogoFacebook} from "react-icons/bi";
+import Navbar from "@/components/Navbar";
+import Footer from "@/components/Footer";
export default function Home() {
return (
-
-
-
-
-
-
- Home
-
-
- Services
-
-
- About us
-
-
- History
-
-
- Contact
-
-
-
-
- Join
-
-
-
+
-
+
-
+
@@ -97,7 +58,7 @@ export default function Home() {
-
+ Interested in us?
@@ -109,7 +70,7 @@ export default function Home() {
Contact Us
-
+
WhatsApp Contact
@@ -126,7 +87,7 @@ export default function Home() {
-
+
About us Message from CEO
@@ -147,7 +108,7 @@ export default function Home() {
-
+
@@ -164,93 +125,44 @@ export default function Home() {
-
+
Our Partners
-
-
+
+
-
-
-
+
+
+
Accreditation
-
-
+
+
-
+
-
+
-
-
- Navigation
-
- Why us
- Capabilities
- Expertise
- History
- Contact
-
-
-
- Services
-
- EnCoach benefits
- Student testimonials
-
-
-
- About
-
- Terms and Conditions
- Privacy Policy
- About
-
-
-
- Get in Touch
-
-
- Stay connected with us and know the latest updates about our services through various social media
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
);
}
diff --git a/src/app/success/page.tsx b/src/app/success/page.tsx
index c292196..10bcacf 100644
--- a/src/app/success/page.tsx
+++ b/src/app/success/page.tsx
@@ -20,6 +20,8 @@ import {
import {BiLogoFacebook} from "react-icons/bi";
import {useEffect, useState} from "react";
import axios from "axios";
+import Navbar from "@/components/Navbar";
+import Footer from "@/components/Footer";
export default function Home() {
const [isValid, setIsValid] = useState(true);
@@ -51,35 +53,7 @@ export default function Home() {
return (
-
-
-
-
-
-
- Home
-
-
- Services
-
-
- About us
-
-
- History
-
-
- Contact
-
-