feat: add email links and update navigation structure

This commit is contained in:
2025-09-19 14:01:47 +02:00
parent 41d4c3a054
commit ab14a5a8e5
4 changed files with 15 additions and 9 deletions

View File

@@ -23,11 +23,9 @@ export function NavLinks() {
};
return [
['About', '/#about'],
['Technologies', '/#technologies'],
['Network', '/#network'],
['Deploy', '/#deploy'],
['LLMs', '/#llms'],
['Features', '/#features'],
['How it Works', '/#how-it-works'],
['Get Started', '/#get-started'],
].map(([label, href], index) => (
<Link