From 80c0a9e21c189d37517ffaff3b039a87656755bd Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Mon, 12 Feb 2024 11:36:19 +0000 Subject: [PATCH] Removed /join legacy page --- src/app/join/page.tsx | 28 ---------------------------- src/app/layout.tsx | 3 --- src/components/Navbar.tsx | 6 +----- src/components/PricingTable.tsx | 23 ----------------------- src/templates/Home.tsx | 2 +- 5 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 src/app/join/page.tsx delete mode 100644 src/components/PricingTable.tsx 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" /> - -