"use client"; import React from 'react'; import { motion } from 'framer-motion'; import { Brain, Users, Rocket, Globe, MapPin, ChevronRight, Book, Star, Target, Bot, ArrowRight, HeartPulse, LineChart, GraduationCap, Plane, Megaphone, Lightbulb, Code, UsersRound } from 'lucide-react'; import Navbar from '@/components/Navbar/navbar'; import Footer from '@/components/footer'; const AIProgramCard = () => { const learn = [ { icon: , title: "Dive Deep into AI Fundamentals", desc: "Learn cutting-edge AI concepts and how to implement them using our no-code platform.", gradient: "from-pink-500/50 to-purple-500/50" }, { icon: , title: "Build Real-World AI Agents", desc: "Gain practical, project-based experience by creating and deploying your own AI solutions.", gradient: "from-blue-500/50 to-cyan-500/50" }, { icon: , title: "Monetize Your Expertise", desc: "Master strategies to transform your AI agents into recurring revenue streams.", gradient: "from-purple-500/50 to-indigo-500/50" } ]; return (
{/* Hero */} {/* Circular Animated Gradient */}
Generative AI {" "}Readiness{" "} Program
Master the Art of Building AI Agents Are you ready to redefine your business potential with AI? Our Generative AI Readiness Program is a highly selective, intensive cohort designed to transform driven solopreneurs into AI innovators. Through a rigorous learning journey, you'll acquire the hands-on skills needed to build, launch, and monetize your very own AI agents—regardless of your domain.
{/* What Is the Program */}

What Is the Generative AI Readiness Program?

This elite program is tailored for visionary solopreneurs eager to leverage AI to transform their services. Over the course of the program, you'll:

{learn.map((feature, index) => (
{/* Card Content */}
{/* Icon */}
{feature.icon}
{/* Title & Description */}

{feature.title}

{feature.desc}

{/* Soft Glow Effect */}
))}

Our curriculum is designed to be domain agnostic, meaning it applies whether you're in tech, healthcare, finance, education, creative industries, or beyond.

{/* Exclusivity & Global Impact */}

Exclusivity & Global Impact

This isn't just any learning program—it's an elite community. Our rigorous selection process accepts less than 0.5% of applicants, ensuring that only the most passionate and capable solopreneurs join our ranks.

{[ { value: "0.5%", label: "Acceptance Rate" }, { value: "10+", label: "Countries" }, { value: "Elite", label: "Community" } ].map((stat, index) => (
{stat.value}
{stat.label}
))}
{/* Innovative Creations */}

Innovative Creations from Our Elite Cohort

{[ { name: "MedAssist", location: "India", gradient: "from-pink-500 to-rose-500", icon: , description: "A cutting-edge health companion that delivers real-time symptom assessments, streamlined appointment scheduling, and personalized wellness insights. MedAssist is revolutionizing patient care by making healthcare more accessible and engaging." }, { name: "FinVision", location: "South Africa", gradient: "from-blue-500 to-cyan-500", icon: , description: "An intelligent financial advisor that harnesses AI to generate smart investment strategies, monitor market dynamics, and offer tailored portfolio insights. FinVision empowers users to make confident, informed decisions in the fast-paced world of finance." }, { name: "EduGuide", location: "Australia", gradient: "from-green-500 to-emerald-500", icon: , description: "A dynamic tutoring assistant that personalizes learning by curating essential study materials, tracking progress, and providing on-demand academic support. EduGuide is setting a new standard for remote education, making learning both intuitive and impactful." }, { name: "TravelBuddy", location: "Norway", gradient: "from-orange-500 to-amber-500", icon: , description: "A personalized travel concierge that crafts bespoke itineraries, uncovers local gems, and integrates seamless booking services. TravelBuddy transforms travel planning into an inspiring journey of discovery and ease." }, { name: "MarketPro", location: "Global", gradient: "from-purple-500 to-indigo-500", icon: , description: "A versatile AI powerhouse that automates customer engagement, delivers actionable market insights, and orchestrates precision-targeted marketing campaigns. MarketPro is the ultimate solution for businesses aiming to lead in a competitive marketplace." } ].map((project, index) => ( {/* Card Content */}

{project.icon} {project.name}

{project.location}

{project.description}

{/* Soft Glow Effect */}
))}

These creations not only exemplify the transformative power of AI but also ignite the spark for future innovations. Join us and be a part of the revolution.

{/* What You Can Expect */}

What You Can Expect

{[ { title: "Intensive, Hands-On Training", desc: "Experience a structured, immersive curriculum that challenges you to push your boundaries.", icon: , gradient: "from-yellow-500 to-orange-500" }, { title: "Expert Mentorship", desc: "Learn directly from industry leaders and seasoned entrepreneurs who guide you every step of the way.", icon: , gradient: "from-blue-500 to-cyan-500" }, { title: "Global Networking Opportunities", desc: "Connect with a small, elite group of peers from around the world, sharing insights and building lasting relationships.", icon: , gradient: "from-green-500 to-emerald-500" }, { title: "Real-World Projects", desc: "Apply your learning immediately by building AI agents that solve real business challenges.", icon: , gradient: "from-purple-500 to-indigo-500" }, { title: "Community & Support", desc: "Join an exclusive network of solopreneurs who are as driven and innovative as you are.", icon: , gradient: "from-pink-500 to-rose-500" } ].map((item, index) => ( {/* Card Content */}
{item.icon}

{item.title}

{item.desc}

{/* Soft Glow Effect */}
))}
{/* Who Should Apply */}

Who Should Apply?

If you're a solopreneur with a passion for innovation and a drive to harness AI for your business, this program is for you. We welcome applicants from all industries—your background is not a barrier, but your ambition is the key to success.

{/* Infinite Soft Glow Effect */}
{/* CTA */}

Ready to Transform Your Future?

The future belongs to those who innovate. If you're ready to join an elite group of entrepreneurs and take your expertise to the next level with AI, apply now for our next cohort. Less than 0.5% are selected to redefine the AI landscape—will you be one of them?

Apply Now {/* Soft Glow Effect on Hover */}
); }; export default AIProgramCard;