diff --git a/src/components/header.tsx b/src/components/header.tsx index 98f7f8d..33b9949 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -1,14 +1,44 @@ import "./header.css"; -import Image from "next/image" +import Image from "next/image"; import Link from "next/link"; function Header() { return ( -
- pfp -

PERIODICBRAKE

+
+ pfp + +

+ PERIODICBRAKE +

-

Contact

+ +

Portfolio

+ + +

Contact

+
); }