ok
This commit is contained in:
@@ -9,14 +9,12 @@ export function NavLinks() {
|
|||||||
let timeoutRef = useRef<number | null>(null)
|
let timeoutRef = useRef<number | null>(null)
|
||||||
|
|
||||||
return [
|
return [
|
||||||
['About', '/#home-about'],
|
['About', '/#stack-section'],
|
||||||
['Marketplace', '/#companies'],
|
['Network', '/#world-map'],
|
||||||
['Technology', '/#stack-section'],
|
['Deploy', '/#steps'],
|
||||||
['How it works', '/#steps'],
|
['LLMs', '/#companies'],
|
||||||
['Use Cases', '/#clickable-gallery'],
|
['Features', '/#use-cases'],
|
||||||
['Coming Soon', '/#use-cases'],
|
['Get Started', '/#get-started'],
|
||||||
['Get Started', '/#call-to-action'],
|
|
||||||
['FAQs', '/#faqs'],
|
|
||||||
].map(([label, href], index) => (
|
].map(([label, href], index) => (
|
||||||
<Link
|
<Link
|
||||||
key={label}
|
key={label}
|
||||||
|
Reference in New Issue
Block a user