From f712a6c8947efa64d8cd3ee289a06b9964ef9da8 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 17 Sep 2025 15:29:08 +0200 Subject: [PATCH] ok --- src/components/NavLinks.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/NavLinks.tsx b/src/components/NavLinks.tsx index 1e35b71..b0cc82f 100644 --- a/src/components/NavLinks.tsx +++ b/src/components/NavLinks.tsx @@ -9,14 +9,12 @@ export function NavLinks() { let timeoutRef = useRef(null) return [ - ['About', '/#home-about'], - ['Marketplace', '/#companies'], - ['Technology', '/#stack-section'], - ['How it works', '/#steps'], - ['Use Cases', '/#clickable-gallery'], - ['Coming Soon', '/#use-cases'], - ['Get Started', '/#call-to-action'], - ['FAQs', '/#faqs'], + ['About', '/#stack-section'], + ['Network', '/#world-map'], + ['Deploy', '/#steps'], + ['LLMs', '/#companies'], + ['Features', '/#use-cases'], + ['Get Started', '/#get-started'], ].map(([label, href], index) => (