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