Merge version_1 into main #1
@@ -20,7 +20,7 @@ export default function AIToolsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,12 +51,14 @@ export default function AIToolsPage() {
|
||||
{ text: "Submit Your Tool", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-modern-dashboard-showing-various-ai-to-1772961275439-fca7e5cb.png", imageAlt: "AI tools dashboard interface"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-modern-dashboard-showing-various-ai-to-1772961275439-fca7e5cb.png", imageAlt: "AI tools dashboard interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/an-abstract-illustration-representing-va-1772961274938-d49e1487.png", imageAlt: "Different AI categories and use cases"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/an-abstract-illustration-representing-va-1772961274938-d49e1487.png", imageAlt: "Different AI categories and use cases"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -80,13 +82,16 @@ export default function AIToolsPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "CreativeAI", name: "Content Generator Pro", price: "Free - $29/mo", rating: 5,
|
||||
reviewCount: "4.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-sleek-ai-content-generation-tool-inter-1772961275415-619c41b9.png", imageAlt: "Content Generator Pro interface"},
|
||||
reviewCount: "4.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-sleek-ai-content-generation-tool-inter-1772961275415-619c41b9.png", imageAlt: "Content Generator Pro interface"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "VisualAI", name: "Image Creator Studio", price: "Free - $19/mo", rating: 5,
|
||||
reviewCount: "3.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-professional-image-generation-ai-tool--1772961275692-27f645e6.png", imageAlt: "Image Creator Studio interface"},
|
||||
reviewCount: "3.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-professional-image-generation-ai-tool--1772961275692-27f645e6.png", imageAlt: "Image Creator Studio interface"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "MediaFlow", name: "Video Editor AI", price: "$15/mo", rating: 5,
|
||||
reviewCount: "2.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-video-editing-ai-tool-interface-showin-1772961274991-27002dd8.png", imageAlt: "Video Editor AI interface"},
|
||||
reviewCount: "2.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/a-video-editing-ai-tool-interface-showin-1772961274991-27002dd8.png", imageAlt: "Video Editor AI interface"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -104,22 +109,28 @@ export default function AIToolsPage() {
|
||||
features={[
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Writing & Content", description: "AI-powered copywriting, blog generation, and content creation tools"},
|
||||
title: "Writing & Content", description: "AI-powered copywriting, blog generation, and content creation tools"
|
||||
},
|
||||
{
|
||||
icon: Image,
|
||||
title: "Design & Graphics", description: "Create stunning visuals with AI image generators and design tools"},
|
||||
title: "Design & Graphics", description: "Create stunning visuals with AI image generators and design tools"
|
||||
},
|
||||
{
|
||||
icon: Video,
|
||||
title: "Video Creation", description: "Automated video editing, generation, and production tools"},
|
||||
title: "Video Creation", description: "Automated video editing, generation, and production tools"
|
||||
},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Coding & Development", description: "AI code assistants, debugging tools, and programming helpers"},
|
||||
title: "Coding & Development", description: "AI code assistants, debugging tools, and programming helpers"
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Data & Analytics", description: "AI-powered data analysis, insights, and visualization tools"},
|
||||
title: "Data & Analytics", description: "AI-powered data analysis, insights, and visualization tools"
|
||||
},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Voice & Audio", description: "Text-to-speech, voice generation, and audio editing AI tools"},
|
||||
title: "Voice & Audio", description: "Text-to-speech, voice generation, and audio editing AI tools"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -158,7 +169,8 @@ export default function AIToolsPage() {
|
||||
useInvertedBackground={false}
|
||||
names={["TechCorp", "CreativeStudio", "DataVentures", "StartupXYZ", "InnovateLab", "DesignFlow", "CodeMasters"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/corporate-logo-of-a-leading-ai-company-w-1772961274525-1c838fb7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/tech-industry-logo-design-for-a-data-ana-1772961274669-0cf5eb43.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/startup-company-logo-for-ai-powered-auto-1772961274103-e08fd9b7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/creative-technology-company-logo-for-ai--1772961274419-2cf39175.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/enterprise-software-company-logo-corpora-1772961274323-fbb2cde1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/cloud-based-ai-platform-logo-modern-tech-1772961274586-b4338914.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/machine-learning-company-logo-scientific-1772961274557-49348916.png"]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/corporate-logo-of-a-leading-ai-company-w-1772961274525-1c838fb7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/tech-industry-logo-design-for-a-data-ana-1772961274669-0cf5eb43.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/startup-company-logo-for-ai-powered-auto-1772961274103-e08fd9b7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/creative-technology-company-logo-for-ai--1772961274419-2cf39175.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/enterprise-software-company-logo-corpora-1772961274323-fbb2cde1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/cloud-based-ai-platform-logo-modern-tech-1772961274586-b4338914.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/machine-learning-company-logo-scientific-1772961274557-49348916.png"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -175,13 +187,17 @@ export default function AIToolsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Content Strategist", testimonial: "AIToolHub helped me discover the perfect writing assistant. It's saved me 10 hours per week on content creation. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-software-deve-1772961273701-2b716bec.png", imageAlt: "Sarah Chen"},
|
||||
id: "1", name: "Sarah Chen", role: "Content Strategist", testimonial: "AIToolHub helped me discover the perfect writing assistant. It's saved me 10 hours per week on content creation. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-software-deve-1772961273701-2b716bec.png", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "Creative Director", testimonial: "Found three new design tools through this directory that completely transformed our workflow. Best resource for discovering AI solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-creative-desi-1772961275521-539959b1.png", imageAlt: "Marcus Johnson"},
|
||||
id: "2", name: "Marcus Johnson", role: "Creative Director", testimonial: "Found three new design tools through this directory that completely transformed our workflow. Best resource for discovering AI solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-creative-desi-1772961275521-539959b1.png", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Startup Founder", testimonial: "The curated reviews and comparisons make it so easy to evaluate AI tools. Saved us thousands in trial-and-error.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-business-exec-1772961274917-7237662d.png", imageAlt: "Elena Rodriguez"},
|
||||
id: "3", name: "Elena Rodriguez", role: "Startup Founder", testimonial: "The curated reviews and comparisons make it so easy to evaluate AI tools. Saved us thousands in trial-and-error.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-business-exec-1772961274917-7237662d.png", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", role: "Marketing Manager", testimonial: "Finally a place where I can see honest reviews from real users. No fluff, just practical insights about AI tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-marketer-or-c-1772961274607-523e2060.png", imageAlt: "David Park"},
|
||||
id: "4", name: "David Park", role: "Marketing Manager", testimonial: "Finally a place where I can see honest reviews from real users. No fluff, just practical insights about AI tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AelqxrSupAXBuwo5IcnXPpo3jU/professional-headshot-of-a-marketer-or-c-1772961274607-523e2060.png", imageAlt: "David Park"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user