diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx
deleted file mode 100644
index e8270d7..0000000
--- a/src/app/join/page.tsx
+++ /dev/null
@@ -1,28 +0,0 @@
-/* eslint-disable @next/next/no-img-element */
-import Link from "next/link";
-import {BsInstagram, BsTwitter} from "react-icons/bs";
-import {BiLogoFacebook} from "react-icons/bi";
-import Navbar from "@/components/Navbar";
-import PricingTable from "@/components/PricingTable";
-import Footer from "@/components/Footer";
-
-export default function Home() {
- return (
-
-
-
-
-
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).
-
-
-
-
-
-
- );
-}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0553799..e3b998c 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -26,9 +26,6 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
httpEquiv="Content-Security-Policy-Report-Only"
content="default-src 'self' *.stripe.com *.encoach.com staging.encoach.com localhost"
/>
-
-
-
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index fbf09cc..72f94e9 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -130,11 +130,7 @@ export default function Navbar({currentPage, language}: {currentPage: string; la
))}
+ className="w-fit transition duration-300 ease-in-out">
{translation.join[language]}
diff --git a/src/components/PricingTable.tsx b/src/components/PricingTable.tsx
deleted file mode 100644
index 0ece58c..0000000
--- a/src/components/PricingTable.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-"use client";
-
-import {Elements} from "@stripe/react-stripe-js";
-import {loadStripe} from "@stripe/stripe-js";
-
-const stripePromise = loadStripe(process.env.STRIPE_KEY || "");
-
-export default function PricingTable() {
- return (
-
-
-
- );
-}
-
-// If using TypeScript, add the following snippet to your file as well.
-declare global {
- namespace JSX {
- interface IntrinsicElements {
- "stripe-pricing-table": React.DetailedHTMLProps, HTMLElement>;
- }
- }
-}
diff --git a/src/templates/Home.tsx b/src/templates/Home.tsx
index 5842291..069718a 100644
--- a/src/templates/Home.tsx
+++ b/src/templates/Home.tsx
@@ -77,7 +77,7 @@ export default function Home({language}: Props) {
{translation.learn_ai.title[language]}