diff --git a/src/app/page.tsx b/src/app/page.tsx index caf9793..e2ae6da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,15 +32,17 @@ export default function LandingPage() { @@ -61,7 +63,7 @@ export default function LandingPage() { enableKpiAnimation={true} buttons={[ { - text: "Explore Services", href: "#features"}, + text: "Explore Services", href: "/#features"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E665B6wm8CMNvYChmBhM1LZz9e/uploaded-1779487640172-yftlqhzn.jpg" imageAlt="AI Business Solutions" @@ -207,17 +209,19 @@ export default function LandingPage() { { title: "Links", items: [ { - label: "Home", href: "#"}, + label: "Home", href: "/"}, { - label: "Services", href: "#features"}, + label: "Services", href: "/#features"}, + { + label: "Blog", href: "/blog"}, ], }, { title: "Legal", items: [ { - label: "Privacy", href: "#"}, + label: "Privacy", href: "/#"}, { - label: "Terms", href: "#"}, + label: "Terms", href: "/#"}, ], }, ]}