diff --git a/src/app/page.tsx b/src/app/page.tsx
index b12ae6b..848d97a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,10 +34,10 @@ export default function HomePage() {
- Capture Everything
+ Capture Everything, Find Anything,
- Find Anything
+ and Share your Insights
Notes, clips, voice recordings, and live transcription — all in one place.
@@ -45,16 +45,31 @@ export default function HomePage() {
- Create Notebook
+
+ Open Notebook
- Quick Note
+
+ Unlock Article
+
+
+
+ Transcribe
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index bde49f5..9c05e6e 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -1,6 +1,5 @@
'use client';
-import Link from 'next/link';
import { AppSwitcher } from './AppSwitcher';
import { SpaceSwitcher } from './SpaceSwitcher';
import { SearchBar } from './SearchBar';
@@ -56,40 +55,6 @@ export function Header({ current = 'notes', breadcrumbs, actions, maxWidth = 'ma
- {/* Feature shortcuts */}
-
-
-
- Open Notebook
-
-
-
- Unlock Article
-
-
-
- Transcribe
-
-
-
{/* Right: Actions + UserMenu */}
{actions}