init shadcn

This commit is contained in:
2025-08-14 15:16:56 -04:00
parent 1e6e7d50aa
commit 114f99aebb
9 changed files with 441 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
import Image from "next/image";
import { Button } from '@/components/ui/button'
export default function Home() {
return (
@@ -41,6 +42,7 @@ export default function Home() {
/>
Deploy now
</a>
<Button>shadcn button</Button>
<a
className="rounded-full border border-solid border-black/[.08] dark:border-white/[.145] transition-colors flex items-center justify-center hover:bg-[#f2f2f2] dark:hover:bg-[#1a1a1a] hover:border-transparent font-medium text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 w-full sm:w-auto md:w-[158px]"
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"