From cfae32c7bb65b0b2018e9ed1fc06c7e88644931b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:57:35 +0000 Subject: [PATCH 1/3] Update src/app/jobs/page.tsx --- src/app/jobs/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/jobs/page.tsx b/src/app/jobs/page.tsx index 64b03c7..a36b3b7 100644 --- a/src/app/jobs/page.tsx +++ b/src/app/jobs/page.tsx @@ -22,23 +22,23 @@ const footerColumns = [ title: "Product", items: [ { label: "Browse Jobs", href: "/jobs" }, { label: "Post Job", href: "/post-job" }, - { label: "Pricing", href: "pricing" }, + { label: "Pricing", href: "#pricing" }, { label: "Dashboard", href: "https://example.com/dashboard" }, ], }, { title: "For Freelancers", items: [ - { label: "How It Works", href: "howItWorks" }, + { label: "How It Works", href: "#howItWorks" }, { label: "Skills & Categories", href: "https://example.com/skills" }, { label: "Earnings", href: "https://example.com/earnings" }, - { label: "Success Stories", href: "testimonials" }, + { label: "Success Stories", href: "#testimonials" }, ], }, { title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Blog", href: "https://example.com/blog" }, - { label: "Contact", href: "contact" }, + { label: "Contact", href: "#contact" }, { label: "Support", href: "https://example.com/support" }, ], }, @@ -101,7 +101,7 @@ export default function BrowseJobsPage() { id: "3", title: "Content Creation", description: "Writing, copywriting, blogging, and social media content for brands and publishers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-having-fun_23-2148894579.jpg", imageAlt: "Content creation projects"}, ]} - gridVariant="uniform-3-items" + gridVariant="uniform-2-items" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 4aa4340e0aa363112b3b0f37273b6f507d5a0ec7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:57:38 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e4fb86..ea570ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,23 +27,23 @@ const footerColumns = [ title: "Product", items: [ { label: "Browse Jobs", href: "/jobs" }, { label: "Post Job", href: "/post-job" }, - { label: "Pricing", href: "pricing" }, + { label: "Pricing", href: "#pricing" }, { label: "Dashboard", href: "https://example.com/dashboard" }, ], }, { title: "For Freelancers", items: [ - { label: "How It Works", href: "howItWorks" }, + { label: "How It Works", href: "#howItWorks" }, { label: "Skills & Categories", href: "https://example.com/skills" }, { label: "Earnings", href: "https://example.com/earnings" }, - { label: "Success Stories", href: "testimonials" }, + { label: "Success Stories", href: "#testimonials" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "about" }, + { label: "About Us", href: "#about" }, { label: "Blog", href: "https://example.com/blog" }, - { label: "Contact", href: "contact" }, + { label: "Contact", href: "#contact" }, { label: "Support", href: "https://example.com/support" }, ], }, @@ -125,7 +125,7 @@ export default function HomePage() { id: "4", title: "Portfolio Showcase", description: "Build a professional portfolio to showcase your best work. Display testimonials, ratings, and completed projects to attract quality clients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-concept_23-2147800640.jpg", imageAlt: "Portfolio and work samples showcase"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-3-items" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 6b87629c1eb0105b1200995c27e681a864370a23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:57:39 +0000 Subject: [PATCH 3/3] Update src/app/post-job/page.tsx --- src/app/post-job/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/post-job/page.tsx b/src/app/post-job/page.tsx index 563e6a8..815b0fb 100644 --- a/src/app/post-job/page.tsx +++ b/src/app/post-job/page.tsx @@ -22,23 +22,23 @@ const footerColumns = [ title: "Product", items: [ { label: "Browse Jobs", href: "/jobs" }, { label: "Post Job", href: "/post-job" }, - { label: "Pricing", href: "pricing" }, + { label: "Pricing", href: "#pricing" }, { label: "Dashboard", href: "https://example.com/dashboard" }, ], }, { title: "For Freelancers", items: [ - { label: "How It Works", href: "howItWorks" }, + { label: "How It Works", href: "#howItWorks" }, { label: "Skills & Categories", href: "https://example.com/skills" }, { label: "Earnings", href: "https://example.com/earnings" }, - { label: "Success Stories", href: "testimonials" }, + { label: "Success Stories", href: "#testimonials" }, ], }, { title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Blog", href: "https://example.com/blog" }, - { label: "Contact", href: "contact" }, + { label: "Contact", href: "#contact" }, { label: "Support", href: "https://example.com/support" }, ], }, -- 2.49.1