diff --git a/apps/www/app/page.tsx b/apps/www/app/page.tsx index 9a31f5ab2f..ba5593cc48 100644 --- a/apps/www/app/page.tsx +++ b/apps/www/app/page.tsx @@ -4,6 +4,7 @@ import { siteConfig } from "@/config/site" import { cn } from "@/lib/utils" import { AppleMusicDemo } from "@/components/apple-music-demo" import { CopyButton } from "@/components/copy-button" +import { Icons } from "@/components/icons" import { PromoVideo } from "@/components/promo-video" import { buttonVariants } from "@/components/ui/button" @@ -30,7 +31,7 @@ export default function IndexPage() {
- Documentation + Get Started + GitHub -
-            
-              npx create-next-app -e https://github.com/shadcn/next-template
-            
-            
-