diff --git a/apps/website/src/components/landing/SocialProof.tsx b/apps/website/src/components/landing/SocialProof.tsx
index b6c81d76e..72becc7cb 100644
--- a/apps/website/src/components/landing/SocialProof.tsx
+++ b/apps/website/src/components/landing/SocialProof.tsx
@@ -2,11 +2,14 @@
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',
@@ -19,7 +22,11 @@ const COMPANIES = [
'Cisco',
'Workday',
'ServiceNow',
+<<<<<<< HEAD
+ 'Monday',
+=======
'Monday.com',
+>>>>>>> origin/main
];
/** Duplicate for seamless infinite scroll */
@@ -27,7 +34,11 @@ 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
@@ -51,14 +70,33 @@ 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 */}
+
+
{/* Fade edges */}
@@ -70,6 +108,7 @@ export function SocialProof() {
>>>>>> origin/main
pointerEvents: 'none',
}} />
@@ -79,14 +118,33 @@ 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}
@@ -110,7 +169,11 @@ 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;
diff --git a/cockpit/deep-agents/filesystem/angular/src/app/filesystem.component.ts b/cockpit/deep-agents/filesystem/angular/src/app/filesystem.component.ts
index 70f6eb4d4..3ff2c423f 100644
--- a/cockpit/deep-agents/filesystem/angular/src/app/filesystem.component.ts
+++ b/cockpit/deep-agents/filesystem/angular/src/app/filesystem.component.ts
@@ -1,9 +1,15 @@
import { Component, computed } from '@angular/core';
+<<<<<<< HEAD
+import { ChatComponent } from '@cacheplane/chat';
+import { agent } from '@cacheplane/angular';
+import { environment } from '../environments/environment';
+=======
import { ChatComponent, views } from '@cacheplane/chat';
import { signalStateStore } from '@cacheplane/render';
import { agent } from '@cacheplane/angular';
import { environment } from '../environments/environment';
import { FilePreviewComponent } from './views/file-preview.component';
+>>>>>>> origin/main
/**
* Represents a file operation extracted from agent tool calls.
@@ -32,7 +38,11 @@ interface FileOperation {
imports: [ChatComponent],
template: `
+<<<<<<< HEAD
+
+=======
+>>>>>>> origin/main