From cfe67207d0dff0849c7d1bdcecc9901b52291b84 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 03:50:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f47daa..5528828 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "Solutions", id: "solutions" }, - { name: "Docs", id: "https://docs.example.com" }, + { name: "Solutions", id: "interactive-features" }, { name: "Contact", id: "contact" } ]} brandName="AIFlow"