diff --git a/app/(auth)/sign-in/[[...sign-in]]/page.tsx b/app/(auth)/sign-in/[[...sign-in]]/page.tsx index 41f5cce..b05efdd 100644 --- a/app/(auth)/sign-in/[[...sign-in]]/page.tsx +++ b/app/(auth)/sign-in/[[...sign-in]]/page.tsx @@ -1,11 +1,11 @@ -import { SignIn } from '@clerk/nextjs'; +//import { SignIn } from '@clerk/nextjs'; -const page = () => { +const Sign_In_page = () => { return ( - +
SignIn page
) } -export default page \ No newline at end of file +export default Sign_In_page \ No newline at end of file diff --git a/app/(auth)/sign-up/[[...sign-up]]/page.tsx b/app/(auth)/sign-up/[[...sign-up]]/page.tsx index 1cdf0e3..6f363fe 100644 --- a/app/(auth)/sign-up/[[...sign-up]]/page.tsx +++ b/app/(auth)/sign-up/[[...sign-up]]/page.tsx @@ -1,49 +1,11 @@ -'use client' -import { SignUp } from '@clerk/nextjs'; -import React from 'react'; -import dark from '@/public/assets/Ellipse_dark.png'; -import light from '@/public/assets/Ellipse_light.png'; -import Image from 'next/image'; +//import { SignUp } from '@clerk/nextjs'; -const page = () => { - const [data, setData] = React.useState({ - goal: '', - work: '', - company: { - name: '', - industry: '', - location: '' - } - }) +const Sign_Up_page = () => { + return ( - const [progress, setProgress] = React.useState(4); - - return ( - <> -
- { - progress === 0 && -
-
- - - -
-

What is your goal?

- - -
- } - { - progress > 3 && - } -
- - - ) +
SignIn page
+ ) } -export default page \ No newline at end of file +export default Sign_Up_page \ No newline at end of file diff --git a/app/root/community/layout.tsx b/app/(root)/community/layout.tsx similarity index 100% rename from app/root/community/layout.tsx rename to app/(root)/community/layout.tsx diff --git a/app/root/community/page.tsx b/app/(root)/community/page.tsx similarity index 100% rename from app/root/community/page.tsx rename to app/(root)/community/page.tsx diff --git a/app/root/company/page.tsx b/app/(root)/company/page.tsx similarity index 100% rename from app/root/company/page.tsx rename to app/(root)/company/page.tsx diff --git a/app/root/ecosystem/page.tsx b/app/(root)/ecosystem/page.tsx similarity index 100% rename from app/root/ecosystem/page.tsx rename to app/(root)/ecosystem/page.tsx diff --git a/app/root/layout.tsx b/app/(root)/layout.tsx similarity index 100% rename from app/root/layout.tsx rename to app/(root)/layout.tsx diff --git a/app/root/page.tsx b/app/(root)/page.tsx similarity index 100% rename from app/root/page.tsx rename to app/(root)/page.tsx diff --git a/app/root/resources/layout.tsx b/app/(root)/resources/layout.tsx similarity index 100% rename from app/root/resources/layout.tsx rename to app/(root)/resources/layout.tsx diff --git a/app/root/resources/page.tsx b/app/(root)/resources/page.tsx similarity index 100% rename from app/root/resources/page.tsx rename to app/(root)/resources/page.tsx diff --git a/app/root/started/layout.tsx b/app/(root)/started/layout.tsx similarity index 100% rename from app/root/started/layout.tsx rename to app/(root)/started/layout.tsx diff --git a/app/root/started/page.tsx b/app/(root)/started/page.tsx similarity index 100% rename from app/root/started/page.tsx rename to app/(root)/started/page.tsx diff --git a/app/layout.tsx b/app/layout.tsx index e50e592..804b55b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -27,7 +27,6 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - @@ -35,6 +34,5 @@ export default function RootLayout({ - ); } diff --git a/app/page.tsx b/app/page.tsx deleted file mode 100644 index a77922e..0000000 --- a/app/page.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import Link from 'next/link'; -import { SignedOut, SignedIn } from '@clerk/nextjs'; - -import three_um_logo from '@/public/assets/IMG_0701 3.png'; -import logo from '@/public/assets/IMG_0699 2.png'; -import ID from '@/public/assets/ID.png'; - -import Image from 'next/image'; - - -const page = () => { - - return ( - <> -
- - <> - company logo -
- logo - ID -
- - - Hybrid Identit for public and private identity powered by 3UM and The ABQ Protocol - - Goto Home - - - Login - -
- - - - ) -} - -export default page \ No newline at end of file diff --git a/components/Header.tsx b/components/Header.tsx index d1d78f3..144a6ec 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -18,7 +18,7 @@ const Header = () => {
{/*DestTop vision */}
- + company logo {
- Company - Ecosystem - Community - Resources - Get Started
@@ -52,7 +52,7 @@ const Header = () => { toggle &&