id
This commit is contained in:
@@ -9,11 +9,11 @@ export function NavLinks() {
|
||||
let timeoutRef = useRef<number | null>(null)
|
||||
|
||||
return [
|
||||
['About', '/#stack-section'],
|
||||
['Network', '/#world-map'],
|
||||
['Deploy', '/#steps'],
|
||||
['LLMs', '/#companies'],
|
||||
['Features', '/#use-cases'],
|
||||
['About', '/#about'],
|
||||
['Network', '/#network'],
|
||||
['Deploy', '/#deploy'],
|
||||
['LLMs', '/#llms'],
|
||||
['Features', '/#features'],
|
||||
['Get Started', '/#get-started'],
|
||||
].map(([label, href], index) => (
|
||||
<Link
|
||||
|
Reference in New Issue
Block a user