From 4bc3b63808412d81af5f3d8f115e735af4c61f00 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:10:08 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7de5a4f..b6b970d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,6 +28,7 @@ import { Rocket, Target, TrendingUp, + Zap as ZapIcon, } from "lucide-react"; export default function HomePage() { @@ -62,16 +63,17 @@ export default function HomePage() { @@ -99,20 +101,15 @@ 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: "Intelligent Filtering", description: "Filter by category, features, popularity, and free status badges", bentoComponent: "animated-bar-chart" - }, - { - title: "Smart Categories", description: "Browse by Image Gen, Video, Coding, Writing, Chatbots, Voice, Music, and more", bentoComponent: "icon-info-cards", items: [ + { 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"}, + { title: "Smart Categories", description: "Browse by Image Gen, Video, Coding, Writing, Chatbots, Voice, Music, and more", bentoComponent: "icon-info-cards", items: [ { icon: Sparkles, label: "10+ Categories", value: "Organized" }, { icon: Zap, label: "Daily Updates", value: "Fresh" }, { icon: Shield, label: "Verified Safe", value: "Trusted" }, ], }, - { - title: "Community Powered", description: "Users submit new tools and community verifies before publishing", bentoComponent: "orbiting-icons", centerIcon: Users, + { title: "Community Powered", description: "Users submit new tools and community verifies before publishing", bentoComponent: "orbiting-icons", centerIcon: Users, items: [ { icon: Heart, ring: 1 }, { icon: MessageSquare, ring: 1 }, @@ -120,8 +117,7 @@ export default function HomePage() { { icon: Star, ring: 2 }, ], }, - { - title: "Detailed Tool Pages", description: "Each tool shows features, direct link, screenshots, and free status verification", bentoComponent: "3d-stack-cards", items: [ + { title: "Detailed Tool Pages", description: "Each tool shows features, direct link, screenshots, and free status verification", bentoComponent: "3d-stack-cards", items: [ { icon: Info, title: "Full Description", subtitle: "Learn what the tool does", detail: "Comprehensive feature list" @@ -136,8 +132,7 @@ export default function HomePage() { }, ], }, - { - title: "Tag System", description: "Quick visual tags: 100% Free, No Login, Open Source, Browser Based, Mobile Friendly", bentoComponent: "marquee", centerIcon: TagIcon, + { title: "Tag System", description: "Quick visual tags: 100% Free, No Login, Open Source, Browser Based, Mobile Friendly", bentoComponent: "marquee", centerIcon: TagIcon, variant: "text", texts: [ "100% Free", "No Login Required", "Open Source", "Browser Based", "Mobile Friendly" ], @@ -210,13 +205,13 @@ export default function HomePage() { {/* CTA Section */}
); -} \ No newline at end of file +} -- 2.49.1 From 2813e307f1aa7f2d45c405e83640817ed78cc840 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:12:14 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6b970d..1a711b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,9 +26,7 @@ import { Tag as TagIcon, Mail, Rocket, - Target, TrendingUp, - Zap as ZapIcon, } from "lucide-react"; export default function HomePage() { @@ -63,17 +61,16 @@ export default function HomePage() {
@@ -101,15 +98,20 @@ 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: "Intelligent Filtering", description: "Filter by category, features, popularity, and free status badges", bentoComponent: "animated-bar-chart"}, - { title: "Smart Categories", description: "Browse by Image Gen, Video, Coding, Writing, Chatbots, Voice, Music, and more", bentoComponent: "icon-info-cards", items: [ + { 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" + }, + { + title: "Smart Categories", description: "Browse by Image Gen, Video, Coding, Writing, Chatbots, Voice, Music, and more", bentoComponent: "icon-info-cards", items: [ { icon: Sparkles, label: "10+ Categories", value: "Organized" }, { icon: Zap, label: "Daily Updates", value: "Fresh" }, { icon: Shield, label: "Verified Safe", value: "Trusted" }, ], }, - { title: "Community Powered", description: "Users submit new tools and community verifies before publishing", bentoComponent: "orbiting-icons", centerIcon: Users, + { + title: "Community Powered", description: "Users submit new tools and community verifies before publishing", bentoComponent: "orbiting-icons", centerIcon: Users, items: [ { icon: Heart, ring: 1 }, { icon: MessageSquare, ring: 1 }, @@ -117,7 +119,8 @@ export default function HomePage() { { icon: Star, ring: 2 }, ], }, - { title: "Detailed Tool Pages", description: "Each tool shows features, direct link, screenshots, and free status verification", bentoComponent: "3d-stack-cards", items: [ + { + title: "Detailed Tool Pages", description: "Each tool shows features, direct link, screenshots, and free status verification", bentoComponent: "3d-stack-cards", items: [ { icon: Info, title: "Full Description", subtitle: "Learn what the tool does", detail: "Comprehensive feature list" @@ -132,7 +135,8 @@ export default function HomePage() { }, ], }, - { title: "Tag System", description: "Quick visual tags: 100% Free, No Login, Open Source, Browser Based, Mobile Friendly", bentoComponent: "marquee", centerIcon: TagIcon, + { + title: "Tag System", description: "Quick visual tags: 100% Free, No Login, Open Source, Browser Based, Mobile Friendly", bentoComponent: "marquee", centerIcon: TagIcon, variant: "text", texts: [ "100% Free", "No Login Required", "Open Source", "Browser Based", "Mobile Friendly" ], @@ -205,16 +209,17 @@ export default function HomePage() { {/* CTA Section */}
@@ -229,4 +234,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1 From c66365d0d5c1dbf0e612fcc255fb0af243e11009 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:14:26 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a711b0..740baa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,8 @@ import { CheckCircle, Tag as TagIcon, Mail, + Zap as ZapIcon, Rocket, - TrendingUp, } from "lucide-react"; export default function HomePage() { @@ -98,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" @@ -209,18 +210,17 @@ export default function HomePage() { {/* CTA Section */}
@@ -234,4 +234,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1