From ab14a5a8e5b87f235996ac581688e2e81e4e7e0a Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 19 Sep 2025 14:01:47 +0200 Subject: [PATCH] feat: add email links and update navigation structure --- src/app/(main)/page.tsx | 2 +- src/components/CallTo.tsx | 6 ++++-- src/components/CallToAction.tsx | 10 ++++++++-- src/components/NavLinks.tsx | 6 ++---- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 6700e26..bff56d1 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -21,7 +21,7 @@ export default function Home() {
-
+
diff --git a/src/components/CallTo.tsx b/src/components/CallTo.tsx index 84f7749..458a25f 100644 --- a/src/components/CallTo.tsx +++ b/src/components/CallTo.tsx @@ -13,12 +13,14 @@ export function CallTo() {

Book a Meeting - + Join the Waitlist
diff --git a/src/components/CallToAction.tsx b/src/components/CallToAction.tsx index 83b086b..928f6b7 100644 --- a/src/components/CallToAction.tsx +++ b/src/components/CallToAction.tsx @@ -33,10 +33,16 @@ export function CallToAction() { build your own. Ready to own your intelligence?

- -
diff --git a/src/components/NavLinks.tsx b/src/components/NavLinks.tsx index 44d2a31..b37c7df 100644 --- a/src/components/NavLinks.tsx +++ b/src/components/NavLinks.tsx @@ -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) => (