Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:55:20 +00:00

View File

@@ -30,10 +30,10 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "#features" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
brandName="FindWorker"
bottomLeftText="Global Workforce Platform"