"use client"; import * as React from "react"; import { Container } from "@workspace/ui/components/layout"; import { Navbar, Footer } from "@workspace/ui/components/layout"; import { AnimatedSection } from '@workspace/ui/components/animate-ui/section'; export default function CaseStudiesPage() { const caseStudies = [ { title: "VFX Studio Migration", description: "Migrated a major VFX studio from cloud rendering to a colocated HPC cluster, reducing costs by 65%.", kpi1: { value: "65%", label: "Cost ↓" }, kpi2: { value: "2x", label: "Performance ↑" }, ctaText: "See build", ctaHref: "/case-studies/vfx-studio", }, { title: "Legal Document Management", description: "Consolidated scattered legal tech stack into a secure, private Nextcloud instance with AI search.", kpi1: { value: "$120k/mo", label: "Saved" }, kpi2: { value: "0", label: "Egress Fees" }, ctaText: "See build", ctaHref: "/case-studies/legal-firm", }, { title: "Research Data Pipeline", description: "Built a local ML training environment for a research institute, eliminating data transfer bottlenecks.", kpi1: { value: "90%", label: "Time-to-Train ↓" }, kpi2: { value: "Break-even: 8mo", label: "" }, ctaText: "See build", ctaHref: "/case-studies/research-institute", }, ]; return (
Context → constraints → architecture → migration → outcomes. Real numbers, real stacks.
{study.description}