From 5c139e83f5e2f14163f86287990f12386e42a176 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Thu, 3 Apr 2025 13:21:58 +0200 Subject: [PATCH] update home text --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c6f56f..cc377e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,12 +9,14 @@ export default function App() { <> hi,
-
thanks for stopping by. +
how nice of you to stop by.
-
this is still a work in progress, so it's a little sparse. +
this cute little site is my own little playground. my own corner of + the web for me to share and show off.
+
feel free to poke around and see what you find.
-
naresh. +
— naresh ); }