diff --git a/src/app/page.tsx b/src/app/page.tsx index 7de5a4f..740baa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,9 +25,8 @@ import { CheckCircle, Tag as TagIcon, Mail, + Zap as ZapIcon, Rocket, - Target, - TrendingUp, } from "lucide-react"; export default function HomePage() { @@ -99,7 +98,8 @@ export default function HomePage() { title="How FreeAI Hub Works" description="Smart verification, real-time filtering, and community-powered curation to help you find exactly what you need." features={[ - { title: "Real-Time Verification", description: "Automatic weekly checks ensure every tool remains completely free", bentoComponent: "globe" + { + title: "Real-Time Verification", description: "Automatic weekly checks ensure every tool remains completely free", bentoComponent: "globe" }, { title: "Intelligent Filtering", description: "Filter by category, features, popularity, and free status badges", bentoComponent: "animated-bar-chart" @@ -210,17 +210,17 @@ export default function HomePage() { {/* CTA Section */}