diff --git a/apps/website/src/app/page.tsx b/apps/website/src/app/page.tsx index 4fdd64df7..8792e9915 100644 --- a/apps/website/src/app/page.tsx +++ b/apps/website/src/app/page.tsx @@ -1,15 +1,10 @@ import { HeroTwoCol } from '../components/landing/HeroTwoCol'; -import { ArchDiagram } from '../components/landing/ArchDiagram'; -import { ValueProps } from '../components/landing/ValueProps'; -import { LangGraphShowcase } from '../components/landing/LangGraphShowcase'; -import { DeepAgentsShowcase } from '../components/landing/DeepAgentsShowcase'; import { StatsStrip } from '../components/landing/StatsStrip'; -// import { SocialProof } from '../components/landing/SocialProof'; import { ProblemSection } from '../components/landing/ProblemSection'; -import { LibrariesSection } from '../components/landing/LibrariesSection'; -import { ChatFeaturesSection } from '../components/landing/ChatFeaturesSection'; +import { PilotSolution } from '../components/landing/PilotSolution'; +import { TheStack } from '../components/landing/TheStack'; import { WhitePaperSection } from '../components/landing/WhitePaperSection'; -import { HomePilotCTA } from '../components/landing/HomePilotCTA'; +import { PilotFooterCTA } from '../components/landing/PilotFooterCTA'; import { tokens } from '../../lib/design-tokens'; export default async function HomePage() { @@ -18,34 +13,23 @@ export default async function HomePage() { {/* Ambient gradient blobs */}