Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c66365d0d5 | |||
| 2813e307f1 | |||
| 4bc3b63808 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user