From b1261510d2188e899b34f70ffbba491b8709bcd2 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Thu, 22 Feb 2024 22:59:36 +0530 Subject: [PATCH] feat: update signin signup pages Signed-off-by: Adithya Krishna --- apps/marketing/src/app/not-found.tsx | 2 +- .../src/components/(marketing)/hero.tsx | 38 +++++++------------ .../web/src/app/(teams)/t/[teamUrl]/error.tsx | 2 +- .../src/app/(teams)/t/[teamUrl]/not-found.tsx | 2 +- .../{ => check-email}/layout.tsx | 6 +-- .../forgot-password/layout.tsx | 34 +++++++++++++++++ .../forgot-password/page.tsx | 2 +- .../reset-password/layout.tsx | 34 +++++++++++++++++ .../(unauthenticated)/reset-password/page.tsx | 2 +- .../app/(unauthenticated)/signin/layout.tsx | 34 +++++++++++++++++ .../{signup-layout.tsx => team/layout.tsx} | 6 +-- .../(unauthenticated)/verify-email/layout.tsx | 34 +++++++++++++++++ .../web/src/components/partials/not-found.tsx | 2 +- 13 files changed, 162 insertions(+), 36 deletions(-) rename apps/web/src/app/(unauthenticated)/{ => check-email}/layout.tsx (83%) create mode 100644 apps/web/src/app/(unauthenticated)/forgot-password/layout.tsx create mode 100644 apps/web/src/app/(unauthenticated)/reset-password/layout.tsx create mode 100644 apps/web/src/app/(unauthenticated)/signin/layout.tsx rename apps/web/src/app/(unauthenticated)/{signup-layout.tsx => team/layout.tsx} (85%) create mode 100644 apps/web/src/app/(unauthenticated)/verify-email/layout.tsx diff --git a/apps/marketing/src/app/not-found.tsx b/apps/marketing/src/app/not-found.tsx index d85cdb62f..a54f8ea34 100644 --- a/apps/marketing/src/app/not-found.tsx +++ b/apps/marketing/src/app/not-found.tsx @@ -43,7 +43,7 @@ export default function NotFound() {