diff --git a/src/app/page.tsx b/src/app/page.tsx
index a26fbdb..6a48b29 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import { Video } from '~/ui/video/video'
const Section = ({ children, className }: { children: React.ReactNode; className?: string }) => (
@@ -21,14 +21,43 @@ const Section = ({ children, className }: { children: React.ReactNode; className
)
+const capabilities = [
+ {
+ title: 'AI Product Engineering',
+ description: 'We design and build production AI systems — from LLM-powered features to full autonomous workflows.'
+ },
+ {
+ title: 'Rapid Prototyping & MVPs',
+ description: 'Go from concept to working product in weeks, not months. We ship fast and iterate with you.'
+ },
+ {
+ title: 'Technical Strategy',
+ description: 'We help teams pick the right models, architectures, and tooling — so you build on solid ground.'
+ }
+]
+
+const WhatWeDo = () => (
+
+
What we do
+
+ {capabilities.map(cap => (
+
+
{cap.title}
+
{cap.description}
+
+ ))}
+
+
+)
+
const Hero = () => {
const { isBelowFold } = useFold()
return (
-
+
- We're an applied AI Lab helping companies build intelligent applications.
+ We ship AI products — from prototype to production — for companies that need to move fast.