import { motion } from "framer-motion";
import {
ArrowRight,
BarChart3,
Brain,
Briefcase,
Building,
CheckCircle,
Clock,
Code,
Cpu,
Database,
DollarSign,
Eye,
Lightbulb,
MessageSquare,
Rocket,
Route,
Search,
Settings,
Shield,
Target,
TrendingUp,
UserPlus,
Users,
} from "lucide-react";
import { ImageWithFallback } from "../components/figma/ImageWithFallback";
import { Footer } from "../components/Footer";
import { Navigation } from "../components/Navigation";
import {
Accordion,
AccordionContent,
AccordionItem,
AccordionTrigger,
} from "../components/ui/accordion";
import { Badge } from "../components/ui/badge";
import { Button } from "../components/ui/button";
import { Card, CardContent } from "../components/ui/card";
import { ShimmerButton } from "../components/ui/shimmer-button";
import { useNavigate } from "react-router-dom";
import { Helmet } from "react-helmet-async";
// AI Strategy & Consulting Hero Section
const AIStrategyHeroWithCTA = () => {
const navigate = useNavigate();
return (
{/* Page Title and Meta Description */}
AI Strategy Consulting | Enterprise AI Roadmap | WDI
{/* Canonical Link */}
{/* Open Graph Tags (for Facebook, LinkedIn) */}
{/* Twitter Card Tags */}
{/* Social Profiles (using JSON-LD Schema) */}
{/* AI Strategy Label */}
AI & ML
{/* Main Heading */}
AI Strategy & Consulting Services
Guiding your business through the complexities of Artificial
Intelligence, from identifying opportunities to defining a
clear, actionable AI roadmap for AI‑powered mobile and web
development.
{/* CTAs */}
navigate("/start-a-project")}
>
Develop Your AI Strategy
{/* Right side with AI Strategy Roadmap Visualization */}
{/* AI Strategy Roadmap Scene */}
{/* Main Strategy Dashboard */}
{/* AI Strategy Interface */}
);
})}
{/* 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 (
Our Phased Approach to Your AI Transformation
A structured AI strategy that moves your business from vision to
AI‑powered mobile and web solutions in clear, measurable steps.
);
};
// 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 for AI‑powered mobile and web solutions. 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 and AI‑powered design input.",
},
{
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 and AI‑powered features done right.",
},
{
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 for AI mobile app development and related use cases.",
},
];
return (
Chart Your Course to{" "}
AI-Powered Future with WDI
Work with our expert AI consultants to turn complex ideas into an actionable AI‑powered roadmap and measurable business outcomes.
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 */}
{/* */}