From d82fb3b552d20a279efdd9408042183cfa02fb48 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 23:33:25 +0000 Subject: initial commit --- components/header.tsx | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 components/header.tsx (limited to 'components/header.tsx') diff --git a/components/header.tsx b/components/header.tsx new file mode 100644 index 0000000..79cb0c0 --- /dev/null +++ b/components/header.tsx @@ -0,0 +1,42 @@ +import Link from "next/link" +import { PawPrint, Github, Mail } from "lucide-react" +import { Button } from "@/components/ui/button" + +export function Header() { + return ( +
+
+ + + + +
+ +
+ + +
+
+ ) +} -- cgit v1.3.1