Update src/app/tools/page.tsx

This commit is contained in:
2026-03-10 17:13:09 +00:00
parent 5daa132e90
commit f721a0330f

View File

@@ -69,7 +69,8 @@ export default function ToolsPage() {
description="Find the perfect free AI tool for your needs. Browse through our most popular categories with hand-picked selections."
features={[
{
title: "Image Generation", description: "Create stunning visuals with free AI art generators", bentoComponent: "animated-bar-chart"},
title: "Image Generation", description: "Create stunning visuals with free AI art generators", bentoComponent: "animated-bar-chart"
},
{
title: "Writing & Content", description: "Generate blog posts, emails, and social media content", bentoComponent: "icon-info-cards", items: [
{ icon: Sparkles, label: "Blog Posts", value: "20+ Tools" },
@@ -87,7 +88,8 @@ export default function ToolsPage() {
],
},
{
title: "Video & Audio", description: "Edit videos, create voiceovers, and generate music", bentoComponent: "globe"},
title: "Video & Audio", description: "Edit videos, create voiceovers, and generate music", bentoComponent: "globe"
},
{
title: "Chatbots & Assistants", description: "Conversational AI tools for productivity and learning", bentoComponent: "marquee", centerIcon: MessageSquare,
variant: "text", texts: ["ChatGPT Free", "Claude", "Gemini", "Perplexity", "Others"],
@@ -96,13 +98,16 @@ export default function ToolsPage() {
title: "Design Tools", description: "Create graphics, logos, and mockups without paying", bentoComponent: "3d-stack-cards", items: [
{
icon: Sparkles,
title: "Logo Design", subtitle: "AI-powered creators", detail: "8+ free tools"},
title: "Logo Design", subtitle: "AI-powered creators", detail: "8+ free tools"
},
{
icon: Zap,
title: "Graphics", subtitle: "Design templates", detail: "12+ platforms"},
title: "Graphics", subtitle: "Design templates", detail: "12+ platforms"
},
{
icon: Shield,
title: "Mockups", subtitle: "Product mockups", detail: "5+ tools"},
title: "Mockups", subtitle: "Product mockups", detail: "5+ tools"
},
],
},
]}