diff --git a/src/app/admin-panel/home/page.js b/src/app/admin-panel/home/page.js index bd55b31..cee8ad6 100644 --- a/src/app/admin-panel/home/page.js +++ b/src/app/admin-panel/home/page.js @@ -17,7 +17,7 @@ export default function Home() { const links = [ { text: 'Pricing', url: '/pricing' }, - { text: 'About', url: '/about' }, + { text: 'About', url: '/wip' }, { text: 'Logout', url: '/api/auth/logout' }, ]; @@ -125,7 +125,7 @@ export default function Home() { return (
-
+

My Job Postings diff --git a/src/app/layout.js b/src/app/layout.js index 269946c..01dd3cf 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -5,8 +5,9 @@ import { UserProvider } from '@auth0/nextjs-auth0/client'; // const inter = Inter({ subsets: ['latin'] }); export const metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'JobPanel Home', + description: + 'Portal for employers to post job listings and find the perfect candidate for their business.', }; export default function RootLayout({ children }) { diff --git a/src/app/page.js b/src/app/page.js index 8f385d6..c4b8cc6 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -31,14 +31,15 @@ export default function Component() { const links = [ { text: 'Pricing', url: '/pricing' }, - { text: 'About', url: '/about' }, + { text: 'About', url: '/wip' }, + { text: 'Login / Signup', url: '/api/auth/login' }, ]; return (
-
+
@@ -80,29 +81,25 @@ export default function Component() {

Easy Job Posting

- Post your job openings in minutes and reach a wide pool of - qualified candidates. + Create and publish job listings in minutes.

-

Candidate Management

+

Flexibility

- Easily track and manage your applicants with our intuitive - dashboard. + Customize your job postings to attract the right candidates.

-

Powerful Analytics

+

Simple Pricing

- Get insights into your hiring process with our comprehensive - analytics. + No hassle. No hidden fees. Pay only for what you use.

-

Seamless Collaboration

+

Cross Posting

- Invite your team to collaborate on the hiring process and make - better decisions together. + Advertise your opportunity across multiple job boards.

diff --git a/src/app/pricing/page.js b/src/app/pricing/page.js new file mode 100644 index 0000000..1fcfb34 --- /dev/null +++ b/src/app/pricing/page.js @@ -0,0 +1,58 @@ +/** + * v0 by Vercel. + * @see https://v0.dev/t/XhNYwJIUqC2 + * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app + */ +'use client'; + +import Link from 'next/link'; +import Navbar from '@/components/ui/navbar'; +import Footer from '@/components/ui/footer'; + +export default function Component() { + const links = [ + { text: 'Home', url: '/' }, + { text: 'About', url: '/wip' }, + { text: 'Login / Signup', url: '/api/auth/login' }, + ]; + + return ( +
+ +
+
+
+
+

+ Simple Pricing +

+

+ No hassle. No hidden fees. +

+
+
+
+
+

6 months

+

+ Advertise your opportunity across multiple sites +

+
+
+ $10 + /position +
+ + Get Started + +
+
+
+
+
+
+
+ ); +} diff --git a/src/app/wip/page.js b/src/app/wip/page.js new file mode 100644 index 0000000..44ec2e3 --- /dev/null +++ b/src/app/wip/page.js @@ -0,0 +1,52 @@ +/** + * v0 by Vercel. + * @see https://v0.dev/t/fqAzrUdiAN9 + * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app + */ +'use client'; + +import Navbar from '@/components/ui/navbar'; +import Footer from '@/components/ui/footer'; + +export default function Component() { + const links = [ + { text: 'Home', url: '/' }, + { text: 'Pricing', url: '/pricing' }, + { text: 'About', url: '/wip' }, + { text: 'Login / Signup', url: '/api/auth/login' }, + ]; + return ( +
+ +
+ +

+ Page Under Construction +

+

+ This page is currently being worked on and will be available soon. + Please check back later. +

+
+
+
+ ); +} + +function WrenchIcon(props) { + return ( + + + + ); +} diff --git a/src/components/ui/footer.jsx b/src/components/ui/footer.jsx index 548f39d..ab5ccf3 100644 --- a/src/components/ui/footer.jsx +++ b/src/components/ui/footer.jsx @@ -4,33 +4,33 @@ import Link from 'next/link'; function Footer() { return (
-
+

Company

- About Us - Our Team - Careers - News + About Us + Our Team + Careers + News

Job Sites

- Indigenous - New Comers - People with Disabilities - Vulnerable Youth - Asylum-Refugees + Indigenous + New Comers + People with Disabilities + Vulnerable Youth + Asylum-Refugees

Legal

- Privacy Policy - Terms of Service - Cookie Policy + Privacy Policy + Terms of Service + Cookie Policy

Contact

- Support - Sales - Partnerships + Support + Sales + Partnerships
diff --git a/src/components/ui/navbar.jsx b/src/components/ui/navbar.jsx index 282d8b0..27b9ee4 100644 --- a/src/components/ui/navbar.jsx +++ b/src/components/ui/navbar.jsx @@ -3,8 +3,8 @@ import Link from 'next/link'; function Navbar({ links }) { return ( -
- +
+ Job Posting Site