From ffdc8baa4ee4f50110ac1d6b3e7148ef66816046 Mon Sep 17 00:00:00 2001 From: kotebhakti30 Date: Sun, 14 Jun 2026 18:53:20 +0530 Subject: [PATCH] fix: replace main page hero image with hero-img.png and improve accessibility --- src/pages/index.tsx | 14 ++++++-------- static/hero-builder-note.svg | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 8 deletions(-) create mode 100644 static/hero-builder-note.svg diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 786367f2..bf6e0488 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -72,14 +72,12 @@ export default function Home(): ReactNode { -
(window.location.href = "https://www.sanjaykv.com/")} - > +
recodehive
@@ -120,4 +118,4 @@ export default function Home(): ReactNode { ); -} +} \ No newline at end of file diff --git a/static/hero-builder-note.svg b/static/hero-builder-note.svg new file mode 100644 index 00000000..533906b0 --- /dev/null +++ b/static/hero-builder-note.svg @@ -0,0 +1,32 @@ + + Dear Coder — a builder note from ReCode Hive + A handwritten-style letter from the ReCode Hive community to coders + + + + + + + + + + + + + + + Dear Coder, + We built ReCode Hive for one reason — because we remember what it felt + like to be a beginner. Overwhelmed, unsure where to start, looking for a + community that actually gets it. + This is that community. Open source, open doors. Whether you're writing + your first commit or your thousandth — you belong here. Learn in public, + build in community, and grow faster than you thought possible. + Now stop reading. Go build something. We'll be right here. + — The ReCode Hive Team + + + + RH + + \ No newline at end of file