From e86003629bdeef7dfc3755cf9442c0770dcb3ce9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:11:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, ], }, -- 2.49.1