diff --git a/src/app/page.tsx b/src/app/page.tsx
index 01ee34c..2d73f70 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,11 +29,11 @@ export default function LandingPage() {
@@ -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"
/>