);
})}
{/* Second row with remaining benefits */}
{benefits.slice(3).map((benefit, index) => {
const IconComponent = benefit.icon;
return (
{benefit.title}
{benefit.description}
);
})}
);
};
// AI Strategy Process
const AIStrategyProcess = () => {
const steps = [
{
title: "Discovery & Business Needs Analysis",
description: "Understanding your business objectives, current capabilities, and specific challenges to identify where AI can create the most value.",
icon: Search
},
{
title: "AI Opportunity Assessment",
description: "Evaluating potential AI use cases, market opportunities, and alignment with your business strategy and goals.",
icon: Target
},
{
title: "Data Readiness Evaluation",
description: "Assessing your data quality, infrastructure, and governance to determine AI readiness and requirements.",
icon: Database
},
{
title: "Technology & Feasibility Study",
description: "Analyzing technical requirements, platform options, and implementation feasibility for identified AI initiatives.",
icon: Cpu
},
{
title: "Roadmap Definition & ROI Projection",
description: "Creating a prioritized implementation plan with timelines, resource requirements, and expected return on investment.",
icon: Route
},
{
title: "Implementation Planning & Pilot Program",
description: "Developing detailed implementation strategies and launching pilot programs to validate concepts and approaches.",
icon: Rocket
}
];
return (
);
};
// AI Strategy FAQs
const AIStrategyFAQs = () => {
const faqs = [
{
question: "What is an \"AI Roadmap\"?",
answer: "An AI roadmap is a strategic plan that outlines how your organization will adopt and implement AI technologies over time. It includes identified use cases, prioritized initiatives, resource requirements, timeline milestones, and expected outcomes. The roadmap typically spans 12-36 months and provides a clear path from current state to AI-enabled future state, including technical infrastructure, data preparation, team development, and change management considerations."
},
{
question: "How long does an AI strategy engagement typically last?",
answer: "AI strategy engagements typically range from 8-16 weeks, depending on organization size and complexity. A typical engagement includes 2-3 weeks for discovery and assessment, 3-4 weeks for opportunity identification and feasibility analysis, 2-3 weeks for roadmap development and ROI modeling, and 1-2 weeks for implementation planning and stakeholder alignment. Larger enterprises or complex multi-business unit organizations may require longer engagements."
},
{
question: "Do you help with AI ethics and responsible AI?",
answer: "Yes, AI ethics and responsible AI practices are integral parts of our strategy consulting. We help establish ethical AI frameworks, identify and mitigate bias risks, ensure compliance with regulations like GDPR and emerging AI laws, develop transparent AI governance policies, and create accountability mechanisms. This includes bias testing methodologies, explainable AI requirements, data privacy protection, and ongoing monitoring systems to ensure ethical AI deployment."
},
{
question: "What data do I need to prepare for an AI assessment?",
answer: "For an AI assessment, we typically need access to business process documentation, existing data inventories and quality reports, current technology architecture diagrams, team skill assessments, and business performance metrics. We'll also review data governance policies, compliance requirements, and any existing analytics or automation initiatives. Most information gathering happens through interviews and workshops, so detailed preparation isn't required upfront - we guide you through the discovery process."
}
];
return (
Chart Your Course to{" "}
AI-Powered Future with WDI
Partner with our expert AI consultants to transform complex ideas into actionable strategies and achieve measurable results.
navigate("/start-a-project")}
>
Start Your AI Strategy
Strategic Planning • Implementation Roadmap • ROI Optimization
{/* Background Decorative Elements */}
);
};
// Main AI Strategy & Consulting Page
export const AIStrategyConsulting = () => {
return (
{/* */}
{/* Hero Section */}
{/* Benefits */}
{/* AI Strategy Process */}
{/* Offerings */}
{/* Target Audience */}
{/* Case Studies */}
{/* Mid-Page CTA */}
{/* Hire Consultants */}
{/* FAQs */}
{/* Final CTA */}
{/* Footer */}
{/* */}