diff --git a/components/Hero.tsx b/components/Hero.tsx
index ce671da..44ffbca 100644
--- a/components/Hero.tsx
+++ b/components/Hero.tsx
@@ -48,6 +48,43 @@ export default function Hero() {
Simple, powerful, and always at your fingertips.
+ {/* CTA Buttons */}
+
+
+ Explore Tools
+
+
+
+
+
+ View on GitHub
+
+
+
{/* Scroll indicator */}
- Explore Tools
+ Scroll to explore
{/* Title */}
-
+ {
+ e.currentTarget.style.color = accentColor;
+ }}
+ onMouseLeave={(e) => {
+ e.currentTarget.style.color = 'white';
+ }}
+ >
{title}
@@ -74,7 +86,16 @@ export default function ToolCard({ title, description, icon, url, gradient, inde
{/* Arrow icon */}
{
+ e.currentTarget.style.color = accentColor;
+ }}
+ onMouseLeave={(e) => {
+ e.currentTarget.style.color = '#6b7280';
+ }}
initial={{ x: 0 }}
whileHover={{ x: 5 }}
>
diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx
index 3a01662..36d3393 100644
--- a/components/ToolsGrid.tsx
+++ b/components/ToolsGrid.tsx
@@ -9,6 +9,7 @@ const tools = [
description: 'Privacy-focused file converter that processes images, audio, and documents locally on your device. No file size limits, completely open source.',
url: 'https://vert.kit.pivoine.art',
gradient: 'gradient-green-teal',
+ accentColor: '#10b981',
badges: ['Privacy', 'Open Source', 'Free'],
icon: (