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"