diff --git a/packages/docs/src/app/(pages)/_landing/hero.tsx b/packages/docs/src/app/(pages)/_landing/hero.tsx index 142a61953..6bda5228b 100644 --- a/packages/docs/src/app/(pages)/_landing/hero.tsx +++ b/packages/docs/src/app/(pages)/_landing/hero.tsx @@ -4,6 +4,7 @@ import { cn } from '@/src/lib/utils' import { ChevronDown, Github, Library } from 'lucide-react' import Link from 'next/link' import { LandingDemo } from './demo' +import { WorksWith } from './works-with' export function HeroSection() { return ( @@ -44,6 +45,7 @@ export function HeroSection() { GitHub +