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() {
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?
-
+
Book a Meeting
-
+
Join the Waitlist
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) => (