Yakruthik AI consultancy

Unlock the power of Al with custom solutions to automate repetitive tasks, scale your E-Commerce business, and reclaim your time.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Yakruthik AI Consultancy - Service Menu</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-10 left-10 w-32 h-32 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-20 right-20 w-40 h-40 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/2 left-1/3 w-24 h-24 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Main Content -->
        <div class="relative z-10 flex flex-col items-center justify-center h-[720px] px-16">
            <!-- Logo Section -->
            <div class="mb-8 transform hover:scale-105 transition-transform duration-300">
                <div class="flex items-center justify-center">
                    <!-- Yakruthik AI Consultancy Logo -->
                    <img src="https://assets.onecompiler.app/43kskbz5a/43ks9a8tr/Yakruthik%20App%20Solutions%20LLP%20logo%20greatly%20compressed.png" 
                    alt="Yakruthik AI Consultancy Logo" 
                    class="h-20 w-auto object-contain">
                </div>
            </div>

            <!-- Company Name -->
            <h1 class="text-5xl font-bold text-gray-800 mb-4 text-center leading-tight">
                Yakruthik AI Consultancy
            </h1>

            <!-- Service Menu Title -->
            <h2 class="text-3xl font-semibold text-blue-600 mb-8 text-center">
                Service Menu
            </h2>

            <!-- Description -->
            <div class="max-w-4xl text-center mb-12">
                <p class="text-xl text-gray-700 leading-relaxed mb-6">
                    We work with a <span class="font-semibold text-blue-600">trusted network of AI consultants</span> 
                    based out of the <span class="font-semibold">US and Europe</span>, working in various niches 
                    and with wide experience in various domains.
                </p>
                <p class="text-lg text-gray-600">
                    We customize each project to meet your unique needs, so price ranges may vary 
                    based on <span class="text-red-600 font-medium">industry, complexity, scope, and desired outcomes</span>.
                </p>
            </div>

            <!-- Key Features -->
            <div class="grid grid-cols-3 gap-8 w-full max-w-5xl">
                <div class="text-center group">
                    <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-blue-200 transition-colors">
                        <i class="fas fa-users text-blue-600 text-2xl"></i>
                    </div>
                    <h3 class="font-semibold text-gray-800 mb-2">Global Network</h3>
                    <p class="text-gray-600 text-sm">US & Europe based expert consultants</p>
                </div>
                
                <div class="text-center group">
                    <div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-red-200 transition-colors">
                        <i class="fas fa-cogs text-red-600 text-2xl"></i>
                    </div>
                    <h3 class="font-semibold text-gray-800 mb-2">Customized Solutions</h3>
                    <p class="text-gray-600 text-sm">Tailored to your unique business needs</p>
                </div>
                
                <div class="text-center group">
                    <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-green-200 transition-colors">
                        <i class="fas fa-chart-line text-green-600 text-2xl"></i>
                    </div>
                    <h3 class="font-semibold text-gray-800 mb-2">Scalable Pricing</h3>
                    <p class="text-gray-600 text-sm">Varies by complexity, scope & outcomes</p>
                </div>
            </div>

            <!-- Call to Action -->
            <div class="mt-12">
                <p class="text-lg text-gray-700 font-medium">
                    Ready to transform your business with AI?
                </p>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            1 / 7
        </div>
    </div>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AI Fundamentals & Getting Started - Yakruthik AI Consultancy</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-10 right-10 w-32 h-32 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-10 left-10 w-40 h-40 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/3 right-1/3 w-24 h-24 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Header -->
        <div class="relative z-10 pt-12 pb-8 text-center">
            <h1 class="text-4xl font-bold text-gray-800 mb-2">AI Fundamentals & Getting Started</h1>
            <p class="text-lg text-blue-600 font-medium italic">"Get up to speed on AI before your business gets left behind"</p>
        </div>

        <!-- Main Content Grid -->
        <div class="relative z-10 px-16 pb-16">
            <div class="grid grid-cols-2 gap-12 h-full">
                
                <!-- Primer AI Card -->
                <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 shadow-lg border-l-4 border-blue-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-blue-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-graduation-cap text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-blue-700">Primer AI</h2>
                            <p class="text-blue-600 font-medium">Intro to AI - Live Webinar</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-clock text-blue-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Duration: 1-2 hours</span>
                            </div>
                            <p class="text-gray-700 text-sm">Live webinar or in-house training session</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-red-500 mr-2"></i>
                                What You'll Get:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Demystify AI basics & key concepts</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Spark ideas for immediate application</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Low-risk introduction to AI potential</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-blue-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Perfect for organizations new to AI</p>
                        </div>
                    </div>
                </div>

                <!-- Discover AI Card -->
                <div class="bg-gradient-to-br from-red-50 to-red-100 rounded-2xl p-8 shadow-lg border-l-4 border-red-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-red-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-lightbulb text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-red-700">Discover AI</h2>
                            <p class="text-red-600 font-medium">AI Idea Jam Session</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-clock text-red-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Duration: 2-3 hours</span>
                            </div>
                            <p class="text-gray-700 text-sm">Interactive brainstorming workshop</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-blue-500 mr-2"></i>
                                What You'll Get:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Generate actionable AI ideas for your business</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Explore AI-driven opportunities & use cases</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>AI Readiness assessment for your organization</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-red-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Perfect for grasping AI's practical applications</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Bottom Section -->
            <div class="mt-12 text-center">
                <div class="bg-gradient-to-r from-blue-600 to-red-600 text-white rounded-2xl p-6 shadow-lg">
                    <h3 class="text-xl font-bold mb-2">Ready to Start Your AI Journey?</h3>
                    <p class="text-blue-100">Choose your starting point and let's demystify AI for your organization</p>
                    <div class="flex justify-center items-center mt-4 space-x-8">
                        <div class="flex items-center">
                            <i class="fas fa-users mr-2"></i>
                            <span class="text-sm">Team Training</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-brain mr-2"></i>
                            <span class="text-sm">AI Strategy</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-rocket mr-2"></i>
                            <span class="text-sm">Quick Implementation</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            2 / 7
        </div>
    </div>
</body>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Discovery & Automation Solutions - Yakruthik AI Consultancy</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-20 left-20 w-32 h-32 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-10 right-10 w-40 h-40 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/2 right-1/4 w-24 h-24 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Header -->
        <div class="relative z-10 pt-10 pb-6 text-center">
            <h1 class="text-4xl font-bold text-gray-800 mb-2">Discovery & Automation Solutions</h1>
            <p class="text-lg text-blue-600 font-medium italic">"What's my business' lowest hanging fruit? Where can I see improvements ASAP?"</p>
        </div>

        <!-- Main Content Grid -->
        <div class="relative z-10 px-16 pb-12">
            <div class="grid grid-cols-2 gap-12 h-full">
                
                <!-- Insight AI Card -->
                <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 shadow-lg border-l-4 border-blue-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-blue-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-search text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-blue-700">Insight AI</h2>
                            <p class="text-blue-600 font-medium">AI Focus-Grouping Engagement</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-calendar-alt text-blue-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Duration: 1-2 weeks</span>
                            </div>
                            <p class="text-gray-700 text-sm">Comprehensive process evaluation project</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-red-500 mr-2"></i>
                                Discovery Process:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Discovery & Focus-Grouping sessions</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Stakeholder insights & analysis</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>MVP Feature Set identification</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Target Users and Personas mapping</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-blue-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Great for exploring AI opportunities & MVP solutions</p>
                        </div>
                    </div>
                </div>

                <!-- Launchpad AI Card -->
                <div class="bg-gradient-to-br from-red-50 to-red-100 rounded-2xl p-8 shadow-lg border-l-4 border-red-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-red-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-rocket text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-red-700">Launchpad AI</h2>
                            <p class="text-red-600 font-medium">AI Workflow Automation</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-cogs text-red-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Tailored Automation</span>
                            </div>
                            <p class="text-gray-700 text-sm">Design and deployment of automation tools</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-blue-500 mr-2"></i>
                                Automation Benefits:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Streamline repetitive operations</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Save significant time & money</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Reduce manual workload</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Increase operational efficiency</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-red-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Perfect for clients doing repetitive work</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Process Flow Section -->
            <div class="mt-10">
                <h3 class="text-2xl font-bold text-center text-gray-800 mb-6">Our Discovery to Implementation Process</h3>
                <div class="flex justify-center items-center space-x-8">
                    <div class="text-center">
                        <div class="w-16 h-16 bg-blue-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                            <i class="fas fa-magnifying-glass text-white text-xl"></i>
                        </div>
                        <h4 class="font-semibold text-gray-800 mb-1">Discover</h4>
                        <p class="text-sm text-gray-600">Identify opportunities</p>
                    </div>
                    
                    <div class="flex items-center">
                        <i class="fas fa-arrow-right text-blue-500 text-2xl"></i>
                    </div>
                    
                    <div class="text-center">
                        <div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                            <i class="fas fa-users text-white text-xl"></i>
                        </div>
                        <h4 class="font-semibold text-gray-800 mb-1">Analyze</h4>
                        <p class="text-sm text-gray-600">Focus group insights</p>
                    </div>
                    
                    <div class="flex items-center">
                        <i class="fas fa-arrow-right text-red-500 text-2xl"></i>
                    </div>
                    
                    <div class="text-center">
                        <div class="w-16 h-16 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                            <i class="fas fa-rocket text-white text-xl"></i>
                        </div>
                        <h4 class="font-semibold text-gray-800 mb-1">Automate</h4>
                        <p class="text-sm text-gray-600">Deploy solutions</p>
                    </div>
                    
                    <div class="flex items-center">
                        <i class="fas fa-arrow-right text-green-500 text-2xl"></i>
                    </div>
                    
                    <div class="text-center">
                        <div class="w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                            <i class="fas fa-chart-line text-white text-xl"></i>
                        </div>
                        <h4 class="font-semibold text-gray-800 mb-1">Optimize</h4>
                        <p class="text-sm text-gray-600">Measure results</p>
                    </div>
                </div>
            </div>

            <!-- Bottom CTA -->
            <div class="mt-8 text-center">
                <div class="bg-gradient-to-r from-blue-600 to-red-600 text-white rounded-2xl p-6 shadow-lg">
                    <h3 class="text-xl font-bold mb-2">Ready to Find Your AI Quick Wins?</h3>
                    <p class="text-blue-100">Let's identify and automate your lowest hanging fruit for immediate impact</p>
                </div>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            3 / 7
        </div>
    </div>
</body>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Strategic AI Planning & Advisory - Yakruthik AI Consultancy</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-20 right-20 w-32 h-32 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-20 left-20 w-40 h-40 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/2 left-1/2 w-28 h-28 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Header -->
        <div class="relative z-10 pt-12 pb-6 text-center">
            <h1 class="text-4xl font-bold text-gray-800 mb-2">Strategic AI Planning & Advisory</h1>
            <p class="text-lg text-blue-600 font-medium italic">"Develop a structured AI strategy aligned with long-term business goals"</p>
        </div>

        <!-- Main Content Grid -->
        <div class="relative z-10 px-16 pb-16">
            <div class="grid grid-cols-2 gap-12">
                
                <!-- Strat AI Card -->
                <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 shadow-lg border-l-4 border-blue-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-blue-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-route text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-blue-700">Strat AI</h2>
                            <p class="text-blue-600 font-medium">AI Strategy Project</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-calendar-alt text-blue-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">2-3 weeks comprehensive project</span>
                            </div>
                            <p class="text-gray-700 text-sm">6-12 month strategic roadmap</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-red-500 mr-2"></i>
                                Strategic Deliverables:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>V2 & V3 Feature Set Planning</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Implementation Roadmap & Costs</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>AI Tools & Platform Recommendations</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Risk Assessment & Compliance</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Market & Competitor Analysis</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-blue-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Great for: Bespoke AI solutions & long-term digital transformation</p>
                        </div>
                    </div>
                </div>

                <!-- Vision AI Card -->
                <div class="bg-gradient-to-br from-red-50 to-red-100 rounded-2xl p-8 shadow-lg border-l-4 border-red-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-red-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-eye text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-red-700">Vision AI</h2>
                            <p class="text-red-600 font-medium">Ongoing AI Advisory</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-infinity text-red-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Ongoing advisory service</span>
                            </div>
                            <p class="text-gray-700 text-sm">Quarterly vision reports</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-blue-500 mr-2"></i>
                                Continuous Support:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>On-demand consulting access</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Regular performance assessments</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Strategic refinement & updates</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Industry trend alignment</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Business evolution tracking</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-red-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Ensures: AI initiatives stay current with business & industry trends</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Strategy Process Timeline -->
            <div class="mt-12">
                <h3 class="text-2xl font-bold text-center text-gray-800 mb-8">Strategic AI Implementation Timeline</h3>
                <div class="relative">
                    <!-- Timeline Line -->
                    <div class="absolute top-8 left-1/2 transform -translate-x-1/2 w-4/5 h-1 bg-gradient-to-r from-blue-500 to-red-500"></div>
                    
                    <!-- Timeline Steps -->
                    <div class="flex justify-between items-center relative z-10 px-20">
                        <div class="text-center">
                            <div class="w-16 h-16 bg-blue-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                                <i class="fas fa-search text-white text-xl"></i>
                            </div>
                            <h4 class="font-semibold text-gray-800 text-sm">Week 1-2</h4>
                            <p class="text-xs text-gray-600">Analysis & Planning</p>
                        </div>
                        
                        <div class="text-center">
                            <div class="w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                                <i class="fas fa-map text-white text-xl"></i>
                            </div>
                            <h4 class="font-semibold text-gray-800 text-sm">Week 3</h4>
                            <p class="text-xs text-gray-600">Roadmap Creation</p>
                        </div>
                        
                        <div class="text-center">
                            <div class="w-16 h-16 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                                <i class="fas fa-rocket text-white text-xl"></i>
                            </div>
                            <h4 class="font-semibold text-gray-800 text-sm">Month 1-6</h4>
                            <p class="text-xs text-gray-600">Implementation</p>
                        </div>
                        
                        <div class="text-center">
                            <div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-3 shadow-lg">
                                <i class="fas fa-chart-line text-white text-xl"></i>
                            </div>
                            <h4 class="font-semibold text-gray-800 text-sm">Ongoing</h4>
                            <p class="text-xs text-gray-600">Advisory & Optimization</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Bottom CTA -->
            <div class="mt-8 text-center">
                <div class="bg-gradient-to-r from-blue-600 to-red-600 text-white rounded-2xl p-6 shadow-lg">
                    <h3 class="text-xl font-bold mb-2">Ready to Build Your AI Strategy?</h3>
                    <p class="text-blue-100">Let's create a comprehensive roadmap for your AI transformation journey</p>
                </div>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            4 / 7
        </div>
    </div>
</body>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Custom AI Implementation & Support - Yakruthik AI Consultancy</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-20 left-20 w-32 h-32 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-20 right-20 w-40 h-40 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/2 left-1/2 w-28 h-28 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Header -->
        <div class="relative z-10 pt-12 pb-8 text-center">
            <h1 class="text-4xl font-bold text-gray-800 mb-2">Custom AI Implementation & Support</h1>
            <p class="text-lg text-blue-600 font-medium italic">"Tailored solutions and ongoing support for competitive advantage"</p>
        </div>

        <!-- Main Content Grid -->
        <div class="relative z-10 px-16 pb-16">
            <div class="grid grid-cols-2 gap-12">
                
                <!-- Build AI Card -->
                <div class="bg-gradient-to-br from-red-50 to-red-100 rounded-2xl p-8 shadow-lg border-l-4 border-red-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-red-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-hammer text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-red-700">Build AI</h2>
                            <p class="text-red-600 font-medium">Customized AI Implementation</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-clock text-red-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Full-scale project (4+ weeks)</span>
                            </div>
                            <p class="text-gray-700 text-sm">Design, develop & integrate custom solutions</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-blue-500 mr-2"></i>
                                Custom Solutions:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Low & High-Code AI solutions</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Workflow automation systems</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>AI chatbot & agent solutions</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Competitive advantage tools</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-red-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">For businesses seeking transformative operational change</p>
                        </div>
                    </div>
                </div>

                <!-- Sustain AI Card -->
                <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-2xl p-8 shadow-lg border-l-4 border-blue-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-6">
                        <div class="w-14 h-14 bg-blue-500 rounded-full flex items-center justify-center mr-4 shadow-lg">
                            <i class="fas fa-leaf text-white text-xl"></i>
                        </div>
                        <div>
                            <h2 class="text-2xl font-bold text-blue-700">Sustain AI</h2>
                            <p class="text-blue-600 font-medium">Ongoing AI Project Support</p>
                        </div>
                    </div>

                    <div class="space-y-4">
                        <div class="bg-white rounded-lg p-4 shadow-sm">
                            <div class="flex items-center mb-2">
                                <i class="fas fa-sync-alt text-blue-500 mr-2"></i>
                                <span class="font-semibold text-gray-800">Continuous AI support service</span>
                            </div>
                            <p class="text-gray-700 text-sm">Keep your AI solutions current & optimized</p>
                        </div>

                        <div class="space-y-3">
                            <h4 class="font-semibold text-gray-800 flex items-center">
                                <i class="fas fa-bullseye text-red-500 mr-2"></i>
                                Support Services:
                            </h4>
                            <ul class="space-y-2 text-sm text-gray-700">
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Regular system updates</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Continuous optimization</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Maintenance & workflow upkeep</span>
                                </li>
                                <li class="flex items-start">
                                    <i class="fas fa-check-circle text-green-500 mr-2 mt-0.5"></i>
                                    <span>Scaling as business grows</span>
                                </li>
                            </ul>
                        </div>

                        <div class="bg-blue-600 text-white rounded-lg p-3 text-center">
                            <p class="text-sm font-medium">Ensures AI solutions evolve with your business trends</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Value Proposition -->
            <div class="mt-12">
                <div class="bg-gradient-to-r from-gray-800 to-gray-700 text-white rounded-2xl p-8 shadow-lg">
                    <h3 class="text-2xl font-bold text-center mb-6">Why Choose Custom AI Solutions?</h3>
                    <div class="grid grid-cols-3 gap-8 text-center">
                        <div>
                            <div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-4">
                                <i class="fas fa-trophy text-white text-2xl"></i>
                            </div>
                            <h4 class="font-semibold mb-2">Competitive Edge</h4>
                            <p class="text-sm text-gray-300">Stand out from competitors with unique AI capabilities</p>
                        </div>
                        <div>
                            <div class="w-16 h-16 bg-blue-500 rounded-full flex items-center justify-center mx-auto mb-4">
                                <i class="fas fa-cogs text-white text-2xl"></i>
                            </div>
                            <h4 class="font-semibold mb-2">Perfect Fit</h4>
                            <p class="text-sm text-gray-300">Solutions tailored exactly to your business needs</p>
                        </div>
                        <div>
                            <div class="w-16 h-16 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-4">
                                <i class="fas fa-chart-line text-white text-2xl"></i>
                            </div>
                            <h4 class="font-semibold mb-2">Scalable Growth</h4>
                            <p class="text-sm text-gray-300">Solutions that grow and adapt with your business</p>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Bottom CTA -->
            <div class="mt-8 text-center">
                <div class="bg-gradient-to-r from-red-600 to-blue-600 text-white rounded-2xl p-6 shadow-lg">
                    <h3 class="text-xl font-bold mb-2">Ready for Custom AI Transformation?</h3>
                    <p class="text-red-100">Let's build and sustain AI solutions that give you lasting competitive advantage</p>
                </div>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            5 / 7
        </div>
    </div>
</body>
</html>



<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Case Studies & Proven Results - Yakruthik AI Consultancy</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-10 left-10 w-32 h-32 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-10 right-10 w-40 h-40 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/2 right-1/3 w-24 h-24 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Header -->
        <div class="relative z-10 pt-10 pb-6 text-center">
            <h1 class="text-4xl font-bold text-gray-800 mb-2">Case Studies & Proven Results</h1>
            <p class="text-lg text-blue-600 font-medium">Real-world AI implementations delivering measurable impact</p>
        </div>

        <!-- Main Content -->
        <div class="relative z-10 px-12 pb-12">
            <!-- Case Studies Grid -->
            <div class="grid grid-cols-2 gap-8 mb-8">
                <!-- Case Study 1 -->
                <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-xl p-6 shadow-lg border-l-4 border-blue-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 bg-blue-500 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-robot text-white text-lg"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-bold text-blue-700">Project Agentic-Device</h3>
                            <p class="text-blue-600 text-sm">AI Agent Implementation</p>
                        </div>
                    </div>
                    <p class="text-gray-700 text-sm mb-3">Automating Complex Digital Workflows</p>
                    <div class="space-y-2 text-xs text-gray-600">
                        <div class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            <span>Streamlined multi-step processes</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-clock text-blue-500 mr-2"></i>
                            <span>75% reduction in manual tasks</span>
                        </div>
                    </div>
                    <div class="mt-4">
                        <a href="https://drive.google.com/file/d/1x6OQHv_cOzZIeWcELCLRiOTXOveSvNQG/view?usp=sharing" target="_blank" class="inline-flex items-center text-xs font-semibold text-blue-600 hover:text-blue-800 transition-colors duration-300">
                            View Case Study <i class="fas fa-arrow-right ml-1"></i>
                        </a>
                    </div>
                </div>

                <!-- Case Study 2 -->
                <div class="bg-gradient-to-br from-red-50 to-red-100 rounded-xl p-6 shadow-lg border-l-4 border-red-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 bg-red-500 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-user-tie text-white text-lg"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-bold text-red-700">Project YakAI</h3>
                            <p class="text-red-600 text-sm">Digital Clone Implementation</p>
                        </div>
                    </div>
                    <p class="text-gray-700 text-sm mb-3">Scaling Leadership Presence Through AI</p>
                    <div class="space-y-2 text-xs text-gray-600">
                        <div class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            <span>24/7 leadership availability</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-users text-red-500 mr-2"></i>
                            <span>3x increase in team engagement</span>
                        </div>
                    </div>
                    <div class="mt-4">
                        <a href="https://drive.google.com/file/d/1hUT40AzWvKOr0Wj2XhuzlYwSTN9la1ig/view?usp=sharing" target="_blank" class="inline-flex items-center text-xs font-semibold text-red-600 hover:text-red-800 transition-colors duration-300">
                            View Case Study <i class="fas fa-arrow-right ml-1"></i>
                        </a>
                    </div>
                </div>

                <!-- Case Study 3 -->
                <div class="bg-gradient-to-br from-green-50 to-green-100 rounded-xl p-6 shadow-lg border-l-4 border-green-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-envelope text-white text-lg"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-bold text-green-700">Email Automation</h3>
                            <p class="text-green-600 text-sm">Automated Email Labelling</p>
                        </div>
                    </div>
                    <p class="text-gray-700 text-sm mb-3">Scaling Inbox Organization Through AI</p>
                    <div class="space-y-2 text-xs text-gray-600">
                        <div class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            <span>99% accuracy in email sorting</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-tachometer-alt text-green-500 mr-2"></i>
                            <span>80% faster email processing</span>
                        </div>
                    </div>
                    <div class="mt-4">
                        <a href="https://drive.google.com/file/d/13TQerBE-28lXGDEPI_hbSBsUXZsvYcya/view?usp=sharing" target="_blank" class="inline-flex items-center text-xs font-semibold text-green-600 hover:text-green-800 transition-colors duration-300">
                            View Case Study <i class="fas fa-arrow-right ml-1"></i>
                        </a>
                    </div>
                </div>

                <!-- Case Study 4 -->
                <div class="bg-gradient-to-br from-purple-50 to-purple-100 rounded-xl p-6 shadow-lg border-l-4 border-purple-500 hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 bg-purple-500 rounded-full flex items-center justify-center mr-3">
                            <i class="fas fa-chart-line text-white text-lg"></i>
                        </div>
                        <div>
                            <h3 class="text-xl font-bold text-purple-700">EverAlt Inc</h3>
                            <p class="text-purple-600 text-sm">Complete AI Strategy</p>
                        </div>
                    </div>
                    <p class="text-gray-700 text-sm mb-3">AI Project Blueprint & Implementation</p>
                    <div class="space-y-2 text-xs text-gray-600">
                        <div class="flex items-center">
                            <i class="fas fa-check-circle text-green-500 mr-2"></i>
                            <span>Full digital transformation roadmap</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-rocket text-purple-500 mr-2"></i>
                            <span>6-month implementation success</span>
                        </div>
                    </div>
                    <div class="mt-4">
                        <a href="https://drive.google.com/file/d/1Cb3R9YJcyBItNy6gD_4lpHXz3f4WYfub/view?usp=sharing" target="_blank" class="inline-flex items-center text-xs font-semibold text-purple-600 hover:text-purple-800 transition-colors duration-300">
                            View Case Study <i class="fas fa-arrow-right ml-1"></i>
                        </a>
                    </div>
                </div>
            </div>

            <!-- Results Section -->
            <div class="bg-gradient-to-r from-gray-800 to-gray-700 text-white rounded-2xl p-8 shadow-lg mb-6">
                <h3 class="text-2xl font-bold text-center mb-6">Measurable Impact Across Industries</h3>
                <div class="grid grid-cols-4 gap-8 text-center">
                    <div>
                        <div class="text-3xl font-bold text-blue-400 mb-2">75%</div>
                        <p class="text-sm text-gray-300">Average Efficiency Gain</p>
                    </div>
                    <div>
                        <div class="text-3xl font-bold text-red-400 mb-2">$500K+</div>
                        <p class="text-sm text-gray-300">Cost Savings Delivered</p>
                    </div>
                    <div>
                        <div class="text-3xl font-bold text-green-400 mb-2">15+</div>
                        <p class="text-sm text-gray-300">Successful Projects</p>
                    </div>
                    <div>
                        <div class="text-3xl font-bold text-purple-400 mb-2">99%</div>
                        <p class="text-sm text-gray-300">Client Satisfaction</p>
                    </div>
                </div>
            </div>

            <!-- Portfolio CTA -->
            <div class="text-center">
                <div class="bg-gradient-to-r from-blue-600 to-red-600 text-white rounded-xl p-6 shadow-lg">
                    <h3 class="text-xl font-bold mb-3">Explore Our Complete Portfolio</h3>
                    <p class="text-blue-100 mb-4">View detailed case studies and methodologies</p>
                    <a href="https://nextleap.app/portfolio/yakruthik-reddy" target="_blank" 
                       class="inline-flex items-center bg-white text-blue-600 font-semibold py-3 px-6 rounded-lg hover:bg-gray-100 transition-colors duration-300 shadow-lg">
                        <i class="fas fa-external-link-alt mr-2"></i>
                        View Full Portfolio
                    </a>
                </div>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            6 / 7
        </div>
    </div>
</body>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>How to Get Started - Yakruthik AI Consultancy</title>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="font-['Inter'] bg-gradient-to-br from-slate-50 to-blue-50 overflow-x-hidden">
    <div class="w-[1280px] min-h-[720px] mx-auto bg-white shadow-2xl relative overflow-hidden">
        <!-- Background Pattern -->
        <div class="absolute inset-0 opacity-5">
            <div class="absolute top-10 left-10 w-32 h-32 bg-blue-500 rounded-full blur-3xl"></div>
            <div class="absolute bottom-10 right-10 w-40 h-40 bg-red-500 rounded-full blur-3xl"></div>
            <div class="absolute top-1/2 left-1/3 w-24 h-24 bg-blue-400 rounded-full blur-2xl"></div>
        </div>

        <!-- Header -->
        <div class="relative z-10 pt-12 pb-8 text-center">
            <h1 class="text-5xl font-bold text-gray-800 mb-4">How to Get Started</h1>
            <p class="text-xl text-blue-600 font-medium">Your AI transformation journey begins here</p>
        </div>

        <!-- Main Content -->
        <div class="relative z-10 px-16 pb-16">
            <!-- Process Steps -->
            <div class="mb-12">
                <div class="grid grid-cols-4 gap-8">
                    <div class="text-center group">
                        <div class="w-20 h-20 bg-blue-500 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-blue-600 transition-colors shadow-lg">
                            <i class="fas fa-comments text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-800 mb-2">1. Consultation</h3>
                        <p class="text-sm text-gray-600">Free discovery call to understand your needs</p>
                    </div>
                    
                    <div class="text-center group">
                        <div class="w-20 h-20 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-red-600 transition-colors shadow-lg">
                            <i class="fas fa-search text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-800 mb-2">2. Assessment</h3>
                        <p class="text-sm text-gray-600">Analyze current processes and identify opportunities</p>
                    </div>
                    
                    <div class="text-center group">
                        <div class="w-20 h-20 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-green-600 transition-colors shadow-lg">
                            <i class="fas fa-map text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-800 mb-2">3. Strategy</h3>
                        <p class="text-sm text-gray-600">Develop customized roadmap for your business</p>
                    </div>
                    
                    <div class="text-center group">
                        <div class="w-20 h-20 bg-purple-500 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-purple-600 transition-colors shadow-lg">
                            <i class="fas fa-rocket text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-800 mb-2">4. Implementation</h3>
                        <p class="text-sm text-gray-600">Execute solutions with ongoing support</p>
                    </div>
                </div>
            </div>

            <!-- Service Tiers -->
            <div class="mb-12">
                <h2 class="text-3xl font-bold text-center text-gray-800 mb-8">Choose Your Starting Point</h2>
                <div class="grid grid-cols-3 gap-8">
                    <div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-xl p-6 shadow-lg border-2 border-blue-200 hover:shadow-xl transition-all duration-300">
                        <div class="text-center">
                            <h3 class="text-xl font-bold text-blue-700 mb-3">Getting Started</h3>
                            <div class="space-y-2 text-sm text-gray-700 mb-4">
                                <p>• Primer AI (1-2 hours)</p>
                                <p>• Discover AI (2-3 hours)</p>
                            </div>
                            <div class="bg-blue-600 text-white rounded-lg py-2 px-4">
                                <span class="font-semibold">Beginner Friendly</span>
                            </div>
                        </div>
                    </div>

                    <div class="bg-gradient-to-br from-red-50 to-red-100 rounded-xl p-6 shadow-lg border-2 border-red-200 hover:shadow-xl transition-all duration-300">
                        <div class="text-center">
                            <h3 class="text-xl font-bold text-red-700 mb-3">Growth Phase</h3>
                            <div class="space-y-2 text-sm text-gray-700 mb-4">
                                <p>• Insight AI (1-2 weeks)</p>
                                <p>• Launchpad AI</p>
                            </div>
                            <div class="bg-red-600 text-white rounded-lg py-2 px-4">
                                <span class="font-semibold">Quick Wins</span>
                            </div>
                        </div>
                    </div>

                    <div class="bg-gradient-to-br from-purple-50 to-purple-100 rounded-xl p-6 shadow-lg border-2 border-purple-200 hover:shadow-xl transition-all duration-300">
                        <div class="text-center">
                            <h3 class="text-xl font-bold text-purple-700 mb-3">Transformation</h3>
                            <div class="space-y-2 text-sm text-gray-700 mb-4">
                                <p>• Strat AI + Vision AI</p>
                                <p>• Build AI + Sustain AI</p>
                            </div>
                            <div class="bg-purple-600 text-white rounded-lg py-2 px-4">
                                <span class="font-semibold">Enterprise Ready</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Contact Section -->
            <div class="text-center">
                <div class="bg-gradient-to-r from-blue-600 to-red-600 text-white rounded-2xl p-8 shadow-lg">
                    <h2 class="text-3xl font-bold mb-4">Ready to Transform Your Business?</h2>
                    <p class="text-xl mb-6 text-blue-100">Schedule your free consultation today</p>
                    
                    <div class="flex justify-center space-x-8 mb-6">
                        <div class="flex items-center">
                            <i class="fas fa-phone text-2xl mr-3"></i>
                            <span class="text-lg">Free Consultation</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-envelope text-2xl mr-3"></i>
                            <span class="text-lg">Custom Quote</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-calendar text-2xl mr-3"></i>
                            <span class="text-lg">Flexible Scheduling</span>
                        </div>
                    </div>

                    <div class="flex justify-center space-x-4">
                        <button class="bg-white text-blue-600 font-bold py-4 px-8 rounded-xl hover:bg-gray-100 transition-colors duration-300 shadow-lg text-lg">
                            <i class="fas fa-phone mr-2"></i>
                            Schedule Call
                        </button>
                        <button class="bg-transparent border-2 border-white text-white font-bold py-4 px-8 rounded-xl hover:bg-white hover:text-blue-600 transition-all duration-300 text-lg">
                            <i class="fas fa-envelope mr-2"></i>
                            Get Quote
                        </button>
                    </div>
                </div>
            </div>
        </div>

        <!-- Slide Number -->
        <div class="absolute bottom-6 right-6 bg-white bg-opacity-80 rounded-full px-4 py-2 text-sm text-gray-600 font-medium">
            7 / 7
        </div>
    </div>
</body>
</html>


Yakruthik AI Consultancy Service Menu Presentation

Yakruthik AI Consultancy – Service Menu


Yakruthik AI Consultancy Logo

Yakruthik AI Consultancy

Service Menu

We work with a trusted network of AI consultants
based out of the US and Europe, working in various niches
and with wide experience in various domains.

We customize each project to meet your unique needs, so price ranges may vary
based on industry, complexity, scope, and desired outcomes.

Global Network

US & Europe based expert consultants

Customized Solutions

Tailored to your unique business needs

Scalable Pricing

Varies by complexity, scope & outcomes

Ready to transform your business with AI?

1 / 7

AI Fundamentals & Getting Started – Yakruthik AI Consultancy

AI Fundamentals & Getting Started

“Get up to speed on AI before your business gets left behind”

Primer AI

Intro to AI – Live Webinar


Duration: 1-2 hours

Live webinar or in-house training session


What You’ll Get:


  • Demystify AI basics & key concepts

  • Spark ideas for immediate application

  • Low-risk introduction to AI potential

Perfect for organizations new to AI

Discover AI

AI Idea Jam Session


Duration: 2-3 hours

Interactive brainstorming workshop


What You’ll Get:


  • Generate actionable AI ideas for your business

  • Explore AI-driven opportunities & use cases

  • AI Readiness assessment for your organization

Perfect for grasping AI’s practical applications

Ready to Start Your AI Journey?

Choose your starting point and let’s demystify AI for your organization


Team Training

AI Strategy

Quick Implementation

2 / 7

Discovery & Automation Solutions – Yakruthik AI Consultancy

Discovery & Automation Solutions

“What’s my business’ lowest hanging fruit? Where can I see improvements ASAP?”

Insight AI

AI Focus-Grouping Engagement


Duration: 1-2 weeks

Comprehensive process evaluation project


Discovery Process:


  • Discovery & Focus-Grouping sessions

  • Stakeholder insights & analysis

  • MVP Feature Set identification

  • Target Users and Personas mapping

Great for exploring AI opportunities & MVP solutions

Launchpad AI

AI Workflow Automation


Tailored Automation

Design and deployment of automation tools


Automation Benefits:


  • Streamline repetitive operations

  • Save significant time & money

  • Reduce manual workload

  • Increase operational efficiency

Perfect for clients doing repetitive work

Our Discovery to Implementation Process

Discover

Identify opportunities

Analyze

Focus group insights

Automate

Deploy solutions

Optimize

Measure results

Ready to Find Your AI Quick Wins?

Let’s identify and automate your lowest hanging fruit for immediate impact

3 / 7

Strategic AI Planning & Advisory – Yakruthik AI Consultancy

Strategic AI Planning & Advisory

“Develop a structured AI strategy aligned with long-term business goals”

Strat AI

AI Strategy Project


2-3 weeks comprehensive project

6-12 month strategic roadmap


Strategic Deliverables:


  • V2 & V3 Feature Set Planning

  • Implementation Roadmap & Costs

  • AI Tools & Platform Recommendations

  • Risk Assessment & Compliance

  • Market & Competitor Analysis

Great for: Bespoke AI solutions & long-term digital transformation

Vision AI

Ongoing AI Advisory


Ongoing advisory service

Quarterly vision reports


Continuous Support:


  • On-demand consulting access

  • Regular performance assessments

  • Strategic refinement & updates

  • Industry trend alignment

  • Business evolution tracking

Ensures: AI initiatives stay current with business & industry trends

Strategic AI Implementation Timeline

Week 1-2

Analysis & Planning

Week 3

Roadmap Creation

Month 1-6

Implementation

Ongoing

Advisory & Optimization

Ready to Build Your AI Strategy?

Let’s create a comprehensive roadmap for your AI transformation journey

4 / 7

Custom AI Implementation & Support – Yakruthik AI Consultancy

Custom AI Implementation & Support

“Tailored solutions and ongoing support for competitive advantage”

Build AI

Customized AI Implementation


Full-scale project (4+ weeks)

Design, develop & integrate custom solutions


Custom Solutions:


  • Low & High-Code AI solutions

  • Workflow automation systems

  • AI chatbot & agent solutions

  • Competitive advantage tools

For businesses seeking transformative operational change

Sustain AI

Ongoing AI Project Support


Continuous AI support service

Keep your AI solutions current & optimized


Support Services:


  • Regular system updates

  • Continuous optimization

  • Maintenance & workflow upkeep

  • Scaling as business grows

Ensures AI solutions evolve with your business trends

Why Choose Custom AI Solutions?

Competitive Edge

Stand out from competitors with unique AI capabilities

Perfect Fit

Solutions tailored exactly to your business needs

Scalable Growth

Solutions that grow and adapt with your business

Ready for Custom AI Transformation?

Let’s build and sustain AI solutions that give you lasting competitive advantage

5 / 7

Case Studies & Proven Results – Yakruthik AI Consultancy

Case Studies & Proven Results

Real-world AI implementations delivering measurable impact

Project Agentic-Device

AI Agent Implementation

Automating Complex Digital Workflows


Streamlined multi-step processes

75% reduction in manual tasks

Project YakAI

Digital Clone Implementation

Scaling Leadership Presence Through AI


24/7 leadership availability

3x increase in team engagement

Email Automation

Automated Email Labelling

Scaling Inbox Organization Through AI


99% accuracy in email sorting

80% faster email processing

EverAlt Inc

Complete AI Strategy

AI Project Blueprint & Implementation


Full digital transformation roadmap

6-month implementation success

Measurable Impact Across Industries

75%

Average Efficiency Gain

$500K+

Cost Savings Delivered

15+

Successful Projects

99%

Client Satisfaction

Explore Our Complete Portfolio

View detailed case studies and methodologies



View Full Portfolio

6 / 7

How to Get Started – Yakruthik AI Consultancy

How to Get Started

Your AI transformation journey begins here

1. Consultation

Free discovery call to understand your needs

2. Assessment

Analyze current processes and identify opportunities

3. Strategy

Develop customized roadmap for your business

4. Implementation

Execute solutions with ongoing support

Choose Your Starting Point

Getting Started

• Primer AI (1-2 hours)

• Discover AI (2-3 hours)

Beginner Friendly

Growth Phase

• Insight AI (1-2 weeks)

• Launchpad AI

Quick Wins

Transformation

• Strat AI + Vision AI

• Build AI + Sustain AI

Enterprise Ready

Ready to Transform Your Business?

Schedule your free consultation today


Free Consultation

Custom Quote

Flexible Scheduling


Schedule Call


Get Quote

7 / 7