From 06d2ee6962ff9e7e20a9e7eab96b549bb3cefa1d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:07:01 +0000 Subject: [PATCH] Update src/app/post-job/page.tsx --- src/app/post-job/page.tsx | 47 +++++++++++++-------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/src/app/post-job/page.tsx b/src/app/post-job/page.tsx index 037341e..82ad8ee 100644 --- a/src/app/post-job/page.tsx +++ b/src/app/post-job/page.tsx @@ -19,8 +19,7 @@ export default function PostJobPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Search Jobs", href: "/search" }, { label: "Post a Job", href: "/post-job" }, { label: "Browse by Province", href: "#provinces" }, @@ -28,8 +27,7 @@ export default function PostJobPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Jobee", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact Us", href: "#contact" }, @@ -37,8 +35,7 @@ export default function PostJobPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "FAQ", href: "#" }, @@ -54,7 +51,7 @@ export default function PostJobPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -72,32 +69,20 @@ export default function PostJobPage() {