From 7b59cee55295cf1a5a216b6e3db59641b39ff7b6 Mon Sep 17 00:00:00 2001 From: periodicbrake Date: Sat, 20 Jun 2026 09:39:21 +0200 Subject: [PATCH] added: liks to the header --- src/components/header.tsx | 40 ++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) 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

+
); }