Merge version_2 into main #2
@@ -25,6 +25,9 @@ import {
|
||||
CheckCircle,
|
||||
Tag as TagIcon,
|
||||
Mail,
|
||||
Rocket,
|
||||
Target,
|
||||
TrendingUp,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -96,10 +99,11 @@ 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"},
|
||||
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" },
|
||||
@@ -120,19 +124,23 @@ export default function HomePage() {
|
||||
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"},
|
||||
title: "Full Description", subtitle: "Learn what the tool does", detail: "Comprehensive feature list"
|
||||
},
|
||||
{
|
||||
icon: ImageIcon,
|
||||
title: "Screenshots", subtitle: "See it in action", detail: "Visual interface preview"},
|
||||
title: "Screenshots", subtitle: "See it in action", detail: "Visual interface preview"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Free Verified", subtitle: "100% no payment needed", detail: "Weekly auto-verification"},
|
||||
title: "Free Verified", subtitle: "100% no payment needed", detail: "Weekly auto-verification"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
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"],
|
||||
"100% Free", "No Login Required", "Open Source", "Browser Based", "Mobile Friendly"
|
||||
],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -166,13 +174,17 @@ export default function HomePage() {
|
||||
cardTag="Join 50,000+ users saving time and money"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-photo-of-a-softwar-1773157942236-967200be.jpg"},
|
||||
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-photo-of-a-softwar-1773157942236-967200be.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-photo-of-a-designe-1773157942605-4a8d8870.png"},
|
||||
id: "2", name: "Michael Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-photo-of-a-designe-1773157942605-4a8d8870.png"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-of-a-male-entrepre-1773157942929-1c263839.png"},
|
||||
id: "3", name: "Emma Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-of-a-male-entrepre-1773157942929-1c263839.png"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Liu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-of-a-female-produc-1773157940387-53ba5cb7.jpg"},
|
||||
id: "4", name: "James Liu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/professional-headshot-of-a-female-produc-1773157940387-53ba5cb7.jpg"
|
||||
},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -186,7 +198,8 @@ export default function HomePage() {
|
||||
description="Featuring the best free AI platforms trusted globally"
|
||||
tag="Featured Partners"
|
||||
names={[
|
||||
"OpenAI", "Google", "Hugging Face", "Midjourney", "Anthropic", "Stability AI", "Jasper", "Copy.ai"]}
|
||||
"OpenAI", "Google", "Hugging Face", "Midjourney", "Anthropic", "Stability AI", "Jasper", "Copy.ai"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -197,15 +210,17 @@ export default function HomePage() {
|
||||
{/* CTA Section */}
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
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."
|
||||
tag="Join Thousands of Power Users"
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "Browse All Tools", href: "/tools" },
|
||||
{ text: "Suggest a Tool", href: "/suggest" },
|
||||
{ text: "Explore All Tools Now", href: "/tools" },
|
||||
{ text: "Submit Your Tool", href: "/suggest" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user