diff --git a/src/App.tsx b/src/App.tsx
index 1979e11..8bce14c 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -172,7 +172,7 @@ function AppRoutes() {
}>
{/* User routes */}
} />
- } />
+ } />
} />
} />
} />
diff --git a/src/components/navigation/AppSidebar.tsx b/src/components/navigation/AppSidebar.tsx
index 017ff0d..06b2685 100644
--- a/src/components/navigation/AppSidebar.tsx
+++ b/src/components/navigation/AppSidebar.tsx
@@ -39,7 +39,7 @@ import { cn } from "@/lib/utils";
const userNavItems = [
{ title: "Profile", url: "/profile", icon: User },
- { title: "Security", url: "/security", icon: Shield },
+ { title: "Security", url: "/account/security", icon: Shield },
{ title: "SSH Keys", url: "/ssh-keys", icon: Terminal },
{ title: "Linked Accounts", url: "/linked-accounts", icon: Link2 },
{ title: "Activity", url: "/activity", icon: Activity },
diff --git a/src/pages/marketing/DemoPage.tsx b/src/pages/marketing/DemoPage.tsx
index 0b97a56..51490a5 100644
--- a/src/pages/marketing/DemoPage.tsx
+++ b/src/pages/marketing/DemoPage.tsx
@@ -227,29 +227,32 @@ return (
{/* CTA */}
-
+
-
-
- Ready to Try It Yourself?
-
-
- Start your free trial today. No credit card required. Full access to all features.
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ Ready to Try It Yourself?
+
+
+ Start your free trial today. No credit card required. Full access to all features.
+
+
+
+
+
+
+
+
+
+
+
>
diff --git a/src/pages/marketing/FeaturesPage.tsx b/src/pages/marketing/FeaturesPage.tsx
index 1360b35..748b84f 100644
--- a/src/pages/marketing/FeaturesPage.tsx
+++ b/src/pages/marketing/FeaturesPage.tsx
@@ -509,13 +509,13 @@ return (
-