ok
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user