import Link from "next/link"; import { siteConfig } from "@/config/site"; import { cn } from "@/lib/utils"; import { buttonVariants } from "@/components/ui/button"; export default function IndexPage() { return ( <>
View my LinkedIn profile

hellob.art

In progress build of my portfolio using Next.js 13 server components.

Get Started GitHub
); }