From 61fd6d2adb61a8b6ca2d51ac5515c993461ae907 Mon Sep 17 00:00:00 2001 From: gunmack Date: Thu, 5 Mar 2026 19:19:04 -0800 Subject: [PATCH] removed headshot and edited welcome message --- src/app/home/page.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/home/page.js b/src/app/home/page.js index 58f48a5..9eaa9f5 100644 --- a/src/app/home/page.js +++ b/src/app/home/page.js @@ -2,7 +2,7 @@ import React from "react"; import "@/app/styles/globals.css"; import "@/app/styles/animations.css"; import Link from "next/link"; -import Image from "next/image"; +// import Image from "next/image"; import { FaFolderOpen } from "react-icons/fa"; import { FaFaceGrin } from "react-icons/fa6"; import { RiComputerLine } from "react-icons/ri"; @@ -26,12 +26,14 @@ function Text() {

- This website is currently a work in progress. + This website is currently a work in progress and is powered by + Next.js and Tailwind CSS.

- Powered by Next.js and the magic of CSS, it currently contains: + While you are here, please feel free to check out my projects and + resume!


    @@ -78,7 +80,7 @@ function Text() {

-
+ {/*
Julkar -
+
*/} ); }