This commit is contained in:
2025-09-17 15:29:08 +02:00
parent 1708aadf1e
commit f712a6c894

View File

@@ -9,14 +9,12 @@ export function NavLinks() {
let timeoutRef = useRef<number | null>(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) => (
<Link
key={label}