diff --git a/src/app/page.js b/src/app/page.js index 2f48092..e5e1081 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -9,6 +9,7 @@ import Link from 'next/link'; import React from 'react'; import { useUser } from '@auth0/nextjs-auth0/client'; import { redirect } from 'next/navigation'; +import Navbar from '@/components/ui/navbar'; export default function Component() { const { user, error } = useUser(); @@ -29,29 +30,7 @@ export default function Component() { return (
-
- - - Job Posting Site - - -
+
@@ -165,22 +144,3 @@ export default function Component() {
); } - -function BriefcaseIcon(props) { - return ( - - - - - ); -}