diff --git a/src/app/page.tsx b/src/app/page.tsx index 703071e..11055f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -276,7 +276,7 @@ export default function LandingPage() { title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "#about" }, - { label: "Activities", href: "#features" }, + { label: "Activities", href: "#activities" }, { label: "Testimonials", href: "#testimonials" }, ], },