From 194521d991ed2a1bb392452ce3d1a574789ecd98 Mon Sep 17 00:00:00 2001 From: Saad Gulzar Date: Sat, 27 Dec 2025 14:24:21 +0500 Subject: [PATCH 1/2] feat: add Product Hunt badge to navbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Product Hunt featured badge after GitHub button - Badge height matches other navbar buttons (h-11) - Includes hover scale effect for consistency - Proper UTM tracking and accessibility attributes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Navbar.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 66e7c3f..d515b68 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -23,7 +23,7 @@ export default function Navbar() { /> - {/* Right side - Twitter & GitHub */} + {/* Right side - Twitter, GitHub & Product Hunt */}
{/* Twitter Card */} + + {/* Product Hunt Badge */} + + Year in Code - Spotify Wrapped for your claude coding year! | Product Hunt +
From e683fb8553ed6b82d6508445089cc3e4bcf6ca77 Mon Sep 17 00:00:00 2001 From: Saad Gulzar Date: Sat, 27 Dec 2025 14:26:42 +0500 Subject: [PATCH 2/2] refactor: optimize navbar buttons for mobile responsiveness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduced button sizes on mobile to prevent overlap with logo - Smaller padding (px-2 py-1.5) and gaps (gap-2) on mobile - Removed "GitHub" text on mobile, showing only icon - Product Hunt badge scales from h-8 on mobile to h-11 on desktop - Maintains full sizing on md+ screens 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Navbar.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index d515b68..34b5eb0 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -24,20 +24,20 @@ export default function Navbar() { {/* Right side - Twitter, GitHub & Product Hunt */} -
+