From 6692f831ed2c666a23f4151dbf255483d1fcf5ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:13:05 +0000 Subject: [PATCH 1/5] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 57 +++++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 478f4f9..7182c15 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -43,19 +43,23 @@ export default function AdminPage() { -
+
-
+
-
+
-- 2.49.1 From d9284f6947fe0a8d0661011c4f4f1fdabec58472 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:13:06 +0000 Subject: [PATCH 2/5] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index 277c1d6..80cdd2f 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -185,7 +185,7 @@ export default function CategoriesPage() {
-
+
Date: Tue, 10 Mar 2026 17:13:07 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83d3765..643dce1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,9 +97,11 @@ 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: [ { icon: Sparkles, label: "10+ Categories", value: "Organized" }, @@ -120,19 +122,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 +172,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 +196,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} -- 2.49.1 From 5daa132e9065802d171123c7be5d11a83c66d2a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:13:08 +0000 Subject: [PATCH 4/5] Update src/app/suggest/page.tsx --- src/app/suggest/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/suggest/page.tsx b/src/app/suggest/page.tsx index 822b5cb..09b83e9 100644 --- a/src/app/suggest/page.tsx +++ b/src/app/suggest/page.tsx @@ -32,16 +32,18 @@ export default function SuggestPage() {
-
+
-- 2.49.1 From f721a0330f19d84d638d9042e8d1dfadee061b03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:13:09 +0000 Subject: [PATCH 5/5] Update src/app/tools/page.tsx --- src/app/tools/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/tools/page.tsx b/src/app/tools/page.tsx index 192ef93..25ab917 100644 --- a/src/app/tools/page.tsx +++ b/src/app/tools/page.tsx @@ -69,7 +69,8 @@ export default function ToolsPage() { description="Find the perfect free AI tool for your needs. Browse through our most popular categories with hand-picked selections." features={[ { - title: "Image Generation", description: "Create stunning visuals with free AI art generators", bentoComponent: "animated-bar-chart"}, + title: "Image Generation", description: "Create stunning visuals with free AI art generators", bentoComponent: "animated-bar-chart" + }, { title: "Writing & Content", description: "Generate blog posts, emails, and social media content", bentoComponent: "icon-info-cards", items: [ { icon: Sparkles, label: "Blog Posts", value: "20+ Tools" }, @@ -87,7 +88,8 @@ export default function ToolsPage() { ], }, { - title: "Video & Audio", description: "Edit videos, create voiceovers, and generate music", bentoComponent: "globe"}, + title: "Video & Audio", description: "Edit videos, create voiceovers, and generate music", bentoComponent: "globe" + }, { title: "Chatbots & Assistants", description: "Conversational AI tools for productivity and learning", bentoComponent: "marquee", centerIcon: MessageSquare, variant: "text", texts: ["ChatGPT Free", "Claude", "Gemini", "Perplexity", "Others"], @@ -96,13 +98,16 @@ export default function ToolsPage() { title: "Design Tools", description: "Create graphics, logos, and mockups without paying", bentoComponent: "3d-stack-cards", items: [ { icon: Sparkles, - title: "Logo Design", subtitle: "AI-powered creators", detail: "8+ free tools"}, + title: "Logo Design", subtitle: "AI-powered creators", detail: "8+ free tools" + }, { icon: Zap, - title: "Graphics", subtitle: "Design templates", detail: "12+ platforms"}, + title: "Graphics", subtitle: "Design templates", detail: "12+ platforms" + }, { icon: Shield, - title: "Mockups", subtitle: "Product mockups", detail: "5+ tools"}, + title: "Mockups", subtitle: "Product mockups", detail: "5+ tools" + }, ], }, ]} -- 2.49.1