diff --git a/src/components/home.tsx b/src/components/home.tsx
index 9020124ecd2ac..a679114687bb1 100644
--- a/src/components/home.tsx
+++ b/src/components/home.tsx
@@ -1,30 +1,14 @@
import Link from 'next/link';
import {Banner} from 'sentry-docs/components/banner';
import {extractPlatforms, getDocsRootNode} from 'sentry-docs/docTree';
-import AiInSentryHero from 'sentry-docs/imgs/AI-in-Sentry.jpeg';
-import AiSentryHero from 'sentry-docs/imgs/ai-sentry-hero.jpeg';
-import PlugImage from 'sentry-docs/imgs/api.png';
-import ChatBubble from 'sentry-docs/imgs/chat-bubble.png';
-import TerminalImage from 'sentry-docs/imgs/cli.png';
-import ConceptsImage from 'sentry-docs/imgs/concepts-reference.png';
-import ErrorMonitoringHero from 'sentry-docs/imgs/error-monitoring-hero.png';
-import GuidesImage from 'sentry-docs/imgs/guides.png';
-import AiImage from 'sentry-docs/imgs/integrate.png';
-import OrganizationImage from 'sentry-docs/imgs/organization.png';
-import CalculatorImage from 'sentry-docs/imgs/pricing.png';
-import RocketImage from 'sentry-docs/imgs/rocket.png';
-import SecurityImage from 'sentry-docs/imgs/security.png';
-import SquiggleSVG from 'sentry-docs/imgs/squiggle.svg';
-import SupportImage from 'sentry-docs/imgs/support.png';
import AskAiSearchParams from './askAiSearchParams';
-import {Card} from './card';
import {Header} from './header';
import {HomeSearchObserver} from './homeSearchVisibility';
import {NavLink, NavLinkProps} from './navlink';
-import {PlatformFilter} from './platformFilter';
import {PlatformIcon} from './platformIcon';
import {Search} from './search';
+import {Sidebar} from './sidebar';
import {SentryWordmarkLogo} from './wordmarkLogo';
export async function Home() {
@@ -43,11 +27,12 @@ export async function Home() {
{key: 'php-laravel', title: 'Laravel', url: '/platforms/php/guides/laravel/'},
{key: 'apple', title: 'Apple', url: '/platforms/apple/'},
{key: 'android', title: 'Android', url: '/platforms/android/'},
- {key: 'dart', title: 'Dart', url: '/platforms/dart/'},
- {key: 'javascript', title: 'JavaScript', url: '/platforms/javascript/'},
- {key: 'unity', title: 'Unity', url: '/platforms/unity/'},
- {key: 'unreal', title: 'Unreal', url: '/platforms/unreal/'},
+ {key: 'go', title: 'Go', url: '/platforms/go/'},
+ {key: 'dotnet', title: '.NET', url: '/platforms/dotnet/'},
+ {key: 'java', title: 'Java', url: '/platforms/java/'},
+ {key: 'ruby', title: 'Ruby', url: '/platforms/ruby/'},
];
+
return (
-
+
+
+
- {/* Hero Banner with Two-Column Layout */}
-
- {/* Single decorative squiggle at top right */}
-
-
- {/* Content Container */}
-
-
- {/* Left Column: Welcome Text + Search */}
-
-
- Welcome To Sentry Docs
-
-
- Sentry provides end-to-end distributed tracing, enabling developers to
- identify and debug performance issues and errors across their systems
- and services.
-
+ Sentry provides end-to-end distributed tracing, enabling developers to
+ identify and debug performance issues and errors across their systems and
+ services.
+
- Integrate Sentry into your AI coding assistants using Sentry's{' '}
-
- Skills
- {' '}
- and{' '}
-
- MCP server
- {' '}
- with your agents. Debug agents and MCP servers by{' '}
-
- monitoring your AI features
-
- .
-
-
-
-
-
-
+ ))}
-
Get to know us
-
- {/* Row 1: What is Sentry and Sentry for AI */}
-
+
+ {/* Secondary quick links */}
+
+