From c691e3717eeedc16721d40bc5273b8215969b368 Mon Sep 17 00:00:00 2001 From: eksqtr Date: Sun, 25 Aug 2024 15:29:16 +0800 Subject: [PATCH] Floating Bottom message (temporary) - Added temporary notice that my personal website floating at the bottom of the web page --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76816ca..ee39716 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,10 @@ export default function Home() { {/* TechSection Section Components */} + +
+ I'm building my personal website right now. Thanks for visiting and check back soon! +
);