From cdcd1a083f63083d73c5a95cdff64abbd4ac67f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:25:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3e9371..593a72d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function HomePage() { brandName="Kenya Online Jobs Hub" navItems={[ { name: "Home", id: "/" }, - { name: "Jobs", id: "/jobs" }, + { name: "Jobs", id: "latest-jobs" }, { name: "Resources", id: "/resources" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" } @@ -55,7 +55,7 @@ export default function HomePage() { showDimOverlay={true} buttons={[ { - text: "Browse Jobs", href: "/jobs" + text: "Browse Jobs", href: "latest-jobs" }, { text: "Learn More", href: "/about" @@ -266,7 +266,7 @@ export default function HomePage() { text: "Subscribe Now", href: "/contact" }, { - text: "View All Jobs", href: "/jobs" + text: "View All Jobs", href: "latest-jobs" } ]} background={{ @@ -287,20 +287,20 @@ export default function HomePage() { label: "About Us", href: "/about" }, { - label: "How It Works", href: "/#how-it-works" + label: "How It Works", href: "#how-it-works" }, { label: "Contact", href: "/contact" }, { - label: "Blog", href: "/#resources-section" + label: "Blog", href: "#resources-section" } ] }, { title: "For Job Seekers", items: [ { - label: "Browse Jobs", href: "/jobs" + label: "Browse Jobs", href: "#latest-jobs" }, { label: "Resources", href: "/resources" @@ -350,4 +350,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}