diff --git a/apps/website/src/app/page.tsx b/apps/website/src/app/page.tsx index f7eaac84a..4fdd64df7 100644 --- a/apps/website/src/app/page.tsx +++ b/apps/website/src/app/page.tsx @@ -8,7 +8,6 @@ import { StatsStrip } from '../components/landing/StatsStrip'; import { ProblemSection } from '../components/landing/ProblemSection'; import { LibrariesSection } from '../components/landing/LibrariesSection'; import { ChatFeaturesSection } from '../components/landing/ChatFeaturesSection'; -import { FairComparisonSection } from '../components/landing/FairComparisonSection'; import { WhitePaperSection } from '../components/landing/WhitePaperSection'; import { HomePilotCTA } from '../components/landing/HomePilotCTA'; import { tokens } from '../../lib/design-tokens'; @@ -41,8 +40,6 @@ export default async function HomePage() { {/* 7. Depth — capability showcases */} - {/* 8. Fair comparison — honest LangChain + Angular Agent Framework table */} - {/* 9. White paper free download */} {/* 10. Pilot program CTA */} diff --git a/apps/website/src/components/landing/ChatFeaturesSection.tsx b/apps/website/src/components/landing/ChatFeaturesSection.tsx index f02485e38..88e831ad6 100644 --- a/apps/website/src/components/landing/ChatFeaturesSection.tsx +++ b/apps/website/src/components/landing/ChatFeaturesSection.tsx @@ -448,6 +448,9 @@ export function ChatFeaturesSection() { gap: 16px !important; padding: 0 !important; } + .chat-features-grid > div:nth-child(2) { + height: 380px !important; + } #feat-left, #feat-right { flex-direction: row !important; flex-wrap: wrap !important; diff --git a/apps/website/src/components/landing/LibrariesSection.tsx b/apps/website/src/components/landing/LibrariesSection.tsx index 9cc213d4b..9da062bc2 100644 --- a/apps/website/src/components/landing/LibrariesSection.tsx +++ b/apps/website/src/components/landing/LibrariesSection.tsx @@ -75,7 +75,7 @@ export function LibrariesSection() {
{LIBRARIES.map((lib, i) => ( diff --git a/apps/website/src/components/landing/ProblemSection.tsx b/apps/website/src/components/landing/ProblemSection.tsx index 78e80e046..a2c412f94 100644 --- a/apps/website/src/components/landing/ProblemSection.tsx +++ b/apps/website/src/components/landing/ProblemSection.tsx @@ -113,7 +113,7 @@ export function ProblemSection() { const showEnd = phase === 'done'; return ( -
+
{/* Eyebrow + headline */} {` @keyframes sr-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.6)} } @keyframes sr-shake { 0%,100%{transform:translateX(0)} 20%{transform:translateX(-3px)} 40%{transform:translateX(3px)} 60%{transform:translateX(-2px)} 80%{transform:translateX(2px)} } + @media (max-width: 767px) { + .problem-section { padding: 60px 20px !important; } + .problem-gap-card { padding: 24px 20px !important; } + } `}
); diff --git a/apps/website/src/components/landing/WhitePaperSection.tsx b/apps/website/src/components/landing/WhitePaperSection.tsx index 86c7aef1b..d8aabd732 100644 --- a/apps/website/src/components/landing/WhitePaperSection.tsx +++ b/apps/website/src/components/landing/WhitePaperSection.tsx @@ -43,7 +43,24 @@ export function WhitePaperSection() { return (
+ {/* Left — form / soft gate */}