import { ModeToggle } from '@/components/mode-toggle'; import { Button, buttonVariants } from '@workspace/ui/components/button'; import { cn } from '@workspace/ui/lib/utils'; import Image from 'next/image'; export default function Home() { return (
Next.js logo
  1. Get started by editing{' '} app/page.tsx .
  2. Save and see your changes instantly.

All the buttons are from the ui package. The auto complete works as well.

          {`import { Button, buttonVariants } from '@workspace/ui/components/button';
import { cn } from '@workspace/ui/lib/utils';`}
        
Vercel logomark Deploy now Read our docs
); }