From af1d2044d7dd9c426d8840895ee7adb01877dde3 Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Fri, 28 Nov 2025 04:49:16 +1000 Subject: [PATCH] feat(web): add featured tools section and navigation to homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "Discover AI Tools" section with CTA buttons to tool search - Add three feature cards highlighting search, metrics, and AI integration - Add "Tools" link to header navigation for easy access - Simplify header nav by removing unused Pro/Teams/Pricing buttons Features: - Browse/Search tools CTAs prominently displayed - Feature cards explain key benefits (Smart Search, Quality Metrics, AI Ready) - Direct navigation to tool search from homepage - Responsive grid layout for feature cards 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/app/page.tsx | 67 +++++++++++++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 9 deletions(-) diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 769ec0a..62be2ec 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -22,20 +22,16 @@ export default function HomePage(): React.ReactElement { sticky={true} actions={
+ + + - - - @@ -51,6 +47,59 @@ export default function HomePage(): React.ReactElement {
{/* Hero Section - Dithered Design */} + + {/* Featured Tools Section */} +
+ +
+

+ Discover AI Tools +

+

+ Browse our collection of AI-ready tools. Search, filter, and integrate the perfect tools for your AI agents. +

+
+ + + + + + +
+
+ +
+ {/* Feature cards */} +
+
🔍
+

Smart Search

+

+ Find tools by name, category, tags, or functionality. Advanced filters help you discover exactly what you need. +

+
+ +
+
+

Quality Metrics

+

+ Every tool includes quality scores, download stats, and community feedback to help you choose wisely. +

+
+ +
+
🤖
+

AI Agent Ready

+

+ All tools include AI agent integration guides, parameter specs, and usage examples. +

+
+
+
+
{/* Footer */}