diff --git a/apps/website/src/components/landing/SocialProof.tsx b/apps/website/src/components/landing/SocialProof.tsx
index 72becc7cb..efb7e4159 100644
--- a/apps/website/src/components/landing/SocialProof.tsx
+++ b/apps/website/src/components/landing/SocialProof.tsx
@@ -2,14 +2,6 @@
import { motion } from 'framer-motion';
import { tokens } from '../../../lib/design-tokens';
-<<<<<<< HEAD
-=======
-/**
- * Companies displayed as social proof — sourced from the LangChain ecosystem.
- * These represent the types of companies building with LangChain/LangGraph,
- * the same ecosystem Angular Agent Framework serves.
- */
->>>>>>> origin/main
const COMPANIES = [
'Klarna',
'Elastic',
@@ -22,11 +14,7 @@ const COMPANIES = [
'Cisco',
'Workday',
'ServiceNow',
-<<<<<<< HEAD
'Monday',
-=======
- 'Monday.com',
->>>>>>> origin/main
];
/** Duplicate for seamless infinite scroll */
@@ -34,11 +22,7 @@ const SCROLL_ITEMS = [...COMPANIES, ...COMPANIES];
export function SocialProof() {
return (
-<<<<<<< HEAD
-=======
-
->>>>>>> origin/main
>>>>>> origin/main
textTransform: 'uppercase',
letterSpacing: '0.12em',
fontWeight: 700,
color: tokens.colors.textMuted,
-<<<<<<< HEAD
marginBottom: 22,
-=======
- marginBottom: 16,
->>>>>>> origin/main
}}>
Built for teams shipping with LangChain
@@ -70,21 +46,14 @@ export function SocialProof() {
{/* Scrolling logo strip */}
>>>>>> origin/main
background: tokens.glass.bg,
backdropFilter: `blur(${tokens.glass.blur})`,
WebkitBackdropFilter: `blur(${tokens.glass.blur})`,
border: `1px solid ${tokens.glass.border}`,
overflow: 'hidden',
-<<<<<<< HEAD
padding: '32px 0',
}}>
{/* Fade edges */}
@@ -96,19 +65,6 @@ export function SocialProof() {
- {/* Fade edges */}
-
-
>>>>>> origin/main
pointerEvents: 'none',
}} />
@@ -118,42 +74,26 @@ export function SocialProof() {
style={{
display: 'flex',
alignItems: 'center',
-<<<<<<< HEAD
gap: 72,
width: 'max-content',
paddingLeft: 48,
paddingRight: 48,
-=======
- gap: 48,
- width: 'max-content',
->>>>>>> origin/main
}}
>
{SCROLL_ITEMS.map((company, i) => (
>>>>>> origin/main
}}
>
{company}
@@ -169,11 +109,7 @@ export function SocialProof() {
100% { transform: translateX(-50%); }
}
.logo-scroll-track {
-<<<<<<< HEAD
animation: logo-scroll 35s linear infinite;
-=======
- animation: logo-scroll 30s linear infinite;
->>>>>>> origin/main
}
.logo-scroll-track:hover {
animation-play-state: paused;