Update src/app/page.tsx

This commit is contained in:
2026-03-10 17:21:09 +00:00
parent 4a2c425289
commit 57df141272

View File

@@ -25,8 +25,6 @@ import {
CheckCircle,
Tag as TagIcon,
Mail,
Zap as ZapIcon,
Rocket,
} from "lucide-react";
export default function HomePage() {
@@ -210,16 +208,14 @@ export default function HomePage() {
{/* CTA Section */}
<div id="cta" data-section="cta">
<ContactCTA
tag="Get Started Free"
tagIcon={Rocket}
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."
tag="Ready to Explore?"
title="Start Finding Free AI Tools Today"
description="Join thousands of creators and developers discovering powerful free AI tools. No credit card required. No hidden fees. Just pure AI capability."
buttons={[
{ text: "Start Exploring Now", href: "/tools" },
{ text: "Submit Your Tool", href: "/suggest" },
{ text: "Browse All Tools", href: "/tools" },
{ text: "Suggest a Tool", href: "/suggest" },
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -234,4 +230,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}