3 Commits

Author SHA1 Message Date
c66365d0d5 Update src/app/page.tsx 2026-03-10 17:14:26 +00:00
2813e307f1 Update src/app/page.tsx 2026-03-10 17:12:14 +00:00
4bc3b63808 Update src/app/page.tsx 2026-03-10 17:10:08 +00:00

View File

@@ -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 */}
<div id="cta" data-section="cta">
<ContactCTA
tag="Join Thousands of Power Users"
tag="Get Started Free"
tagIcon={Rocket}
title="Unlock Access to 500+ Verified Free AI Tools Today"
description="Stop wasting time searching for hidden paywalls. Get instant access to our curated collection of truly free AI tools. No credit card. No hidden fees. No subscriptions. Just pure AI power at your fingertips."
title="Unlock Access to 500+ Premium AI Tools at Zero Cost"
description="Stop paying for AI. Our verified directory gives you instant access to the world's best free AI tools. No credit card. No hidden fees. No paywalls. Join thousands of creators and developers already saving thousands per year."
buttons={[
{ text: "Explore All Tools Now", href: "/tools" },
{ text: "Start Exploring Now", href: "/tools" },
{ text: "Submit Your Tool", href: "/suggest" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -234,4 +234,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}