Update src/app/page.tsx
This commit is contained in:
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="FreeAI Hub"
|
||||
description="Discover 100% free AI tools verified daily. No credit cards, no hidden fees, no paywalls. Just pure AI power for everyone."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Tools", href: "/tools" },
|
||||
{ text: "Suggest Tool", href: "/suggest" },
|
||||
@@ -86,6 +86,7 @@ export default function HomePage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/vibrant-visual-showing-ai-image-generati-1773157943406-b8141e79.png"
|
||||
imageAlt="AI Generated Images Gallery"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,30 +97,18 @@ export default function HomePage() {
|
||||
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: [
|
||||
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 },
|
||||
@@ -128,43 +117,22 @@ 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: [
|
||||
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",
|
||||
],
|
||||
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"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -198,25 +166,13 @@ 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}
|
||||
@@ -229,16 +185,8 @@ export default function HomePage() {
|
||||
title="Tools We've Verified & Listed"
|
||||
description="Featuring the best free AI platforms trusted globally"
|
||||
tag="Featured Partners"
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/openai-company-logo-simple-recognizable--1773157943124-261a6c0d.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/google-company-logo-colorful-recognizabl-1773157942161-8b2adb96.jpg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/hugging-face-company-logo-smiling-huggin-1773157943352-8bd2a3bd.jpg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/midjourney-company-logo-recognizable-ai--1773157942201-42ba1372.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/anthropic-company-logo-ai-safety-and-res-1773157942988-bc9e4d5e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/stability-ai-company-logo-ai-image-gener-1773157942920-b2c75344.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/jasper-ai-company-logo-content-creation--1773157942616-a19d50b4.jpg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al7jyxM8sHalQ2EcbERIFxTIFv/copy-ai-company-logo-ai-copywriting-tool-1773157941558-776c4a3e.jpg",
|
||||
]}
|
||||
names={[
|
||||
"OpenAI", "Google", "Hugging Face", "Midjourney", "Anthropic", "Stability AI", "Jasper", "Copy.ai"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -256,7 +204,7 @@ export default function HomePage() {
|
||||
{ text: "Browse All Tools", href: "/tools" },
|
||||
{ text: "Suggest a Tool", href: "/suggest" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user