Merge version_1 into main #3

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

View File

@@ -29,11 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "Features", id: "#features" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
brandName="FindWorker"
bottomLeftText="Global Workforce Platform"
@@ -64,8 +64,8 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Find Workers Now", href: "contact" },
{ text: "Join as Worker", href: "contact" }
{ text: "Find Workers Now", href: "#contact" },
{ text: "Join as Worker", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
@@ -137,7 +137,7 @@ export default function LandingPage() {
speed={40}
showCard={true}
buttons={[
{ text: "Start Hiring", href: "contact" }
{ text: "Start Hiring", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
@@ -181,7 +181,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Join Our Community", href: "contact" }
{ text: "Join Our Community", href: "#contact" }
]}
buttonAnimation="slide-up"
/>