From 965fbe71e69e719c66dc7155c83b58f83b67d1b6 Mon Sep 17 00:00:00 2001 From: Pugsin Date: Sun, 7 Jun 2026 00:45:45 -0400 Subject: [PATCH] fix: add landing anchors for navbar links --- src/pages/Home.jsx | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index c97f903..d6248c1 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -159,6 +159,52 @@ onSubmit={handleSubmit} +
+
+

Features

+
+
+

Profile lookup

+

+ Search a GitHub username and jump into a focused profile analysis flow. +

+
+
+

Fast validation

+

+ Checks whether the requested GitHub account exists before navigation. +

+
+
+

Clean interface

+

+ Keeps the landing page centered around one simple search action. +

+
+
+
+
+ +
+
+

Demo

+

+ Enter a GitHub username in the search box above to verify the account and open the + generated Gityzer profile page. +

+
+
+ +
+
+

Docs

+

+ Use the search field with any public GitHub username. If the account exists, Gityzer + routes to the username page for deeper profile exploration. +

+
+
+ {loading && }