import { motion } from "framer-motion";
import {
ArrowRight,
BookOpen,
Brain,
Briefcase,
Building,
Calendar,
Clock,
Code,
Compass,
Eye,
Heart,
Layers,
Lightbulb,
PenTool,
RefreshCcw,
Rocket,
Route,
Search,
Send,
Settings,
Shield,
Target,
TestTube,
TrendingUp,
UserCheck,
UserPlus,
Users,
Zap,
} 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 { navigateTo } from "@/App";
// Design Thinking Workshops Hero Section
const WorkshopsHeroWithCTA = () => {
return (
{/* Workshop Label */}
Design & Experience
{/* Main Heading */}
Interactive Design Thinking Workshops
Unlock innovation and problem-solve effectively with WDI's
facilitated design thinking workshops, tailored to your business
challenges.
{/* CTAs */}
navigateTo("/start-a-project")}
>
Book a Workshop
Learn About Design Thinking
{/* Right side with Collaborative Workshop Visualization */}
{/* Workshop Collaboration Scene */}
{/* Main Workshop Board */}
{/* Whiteboard with Sticky Notes */}
{/* Workshop Title */}
Design Thinking Workshop
{/* Sticky Notes Grid */}
{/* Empathize */}
EMPATHIZE
User needs
Pain points
{/* Define */}
DEFINE
Problem
statement
{/* Ideate */}
IDEATE
Creative
solutions
{/* Prototype */}
Build &
test ideas
{/* Test */}
TEST
User
feedback
{/* Iterate */}
ITERATE
Refine &
improve
{/* Workshop Flow Arrows */}
{/* Facilitator */}
{/* Collaboration Elements */}
Collaborative
{/* Idea Generation Graphics */}
{/* Workshop Features */}
Collaborative
Goal-Oriented
Interactive
);
};
// Key Benefits of Design Thinking Workshops
const WorkshopBenefits = () => {
const benefits = [
{
icon: UserCheck,
title: "User-Centric Innovation",
description: "Focus on real user needs to build impactful solutions.",
},
{
icon: Zap,
title: "Accelerated Problem Solving",
description: "Rapidly ideate and test solutions.",
},
{
icon: Users,
title: "Cross-Functional Alignment",
description: "Get diverse teams on the same page.",
},
{
icon: Shield,
title: "Reduced Risk",
description: "Validate concepts before significant investment.",
},
{
icon: Rocket,
title: "Empowered Teams",
description: "Foster a culture of creativity and collaboration.",
},
{
icon: Target,
title: "Tangible Outcomes",
description: "End with actionable insights and defined next steps.",
},
];
return (
Why Facilitate Innovation with Design Thinking?
{benefits.map((benefit, index) => {
const IconComponent = benefit.icon;
return (
{benefit.title}
{benefit.description}
);
})}
);
};
// Design Thinking Approach
const DesignThinkingApproach = () => {
const steps = [
{
title: "Empathize",
description: "Deeply understand your users and their challenges.",
icon: Heart,
color: "from-red-500/20 to-pink-500/20",
borderColor: "border-red-500/30",
},
{
title: "Define",
description: "Clearly articulate the core problem to be solved.",
icon: Target,
color: "from-blue-500/20 to-cyan-500/20",
borderColor: "border-blue-500/30",
},
{
title: "Ideate",
description: "Generate a wide range of creative solutions.",
icon: Lightbulb,
color: "from-yellow-500/20 to-orange-500/20",
borderColor: "border-yellow-500/30",
},
{
title: "Prototype",
description: "Create tangible representations of solutions.",
icon: PenTool,
color: "from-purple-500/20 to-violet-500/20",
borderColor: "border-purple-500/30",
},
{
title: "Test",
description: "Validate prototypes with users to gather feedback.",
icon: TestTube,
color: "from-green-500/20 to-emerald-500/20",
borderColor: "border-green-500/30",
},
{
title: "Iterate",
description: "Refine solutions based on learning.",
icon: RefreshCcw,
color: "from-teal-500/20 to-cyan-500/20",
borderColor: "border-teal-500/30",
},
];
return (
WDI's Facilitated Design Thinking Journey
Our expert facilitators guide your team through every step,
ensuring clear objectives and actionable results.
Expert Facilitation
Structured guidance for maximum impact
Collaborative Process
Interactive and engaging methodology
{steps.map((step, index) => {
const IconComponent = step.icon;
return (
{step.title}
0{index + 1}
{step.description}
);
})}
);
};
// Workshop Formats & Focus Areas
const WorkshopFormats = () => {
const formats = [
{
title: "Problem Definition Workshops",
description: "Clarifying complex challenges.",
icon: Search,
features: [
"Challenge Mapping",
"Root Cause Analysis",
"Problem Framing",
"Stakeholder Alignment",
],
},
{
title: "Ideation & Brainstorming Sessions",
description: "Generating new product/feature ideas.",
icon: Lightbulb,
features: [
"Creative Techniques",
"Rapid Ideation",
"Concept Development",
"Solution Prioritization",
],
},
{
title: "User Journey Mapping",
description: "Visualizing and optimizing user interactions.",
icon: Route,
features: [
"Experience Mapping",
"Touchpoint Analysis",
"Pain Point Identification",
"Opportunity Areas",
],
},
{
title: "MVP Definition Workshops",
description:
"Identifying the core features for your first product version.",
icon: Rocket,
features: [
"Feature Prioritization",
"Value Proposition",
"User Story Mapping",
"Launch Strategy",
],
},
{
title: "Service Design Blueprints",
description: "Mapping end-to-end service experiences.",
icon: Layers,
features: [
"Service Mapping",
"Process Optimization",
"System Design",
"Implementation Planning",
],
},
{
title: "Custom Workshops",
description:
"Designed specifically for your unique organizational goals.",
icon: Settings,
features: [
"Tailored Approach",
"Specific Objectives",
"Custom Methodology",
"Targeted Outcomes",
],
},
];
return (
Tailored Workshops for Your Specific Needs
{formats.map((format, index) => {
const IconComponent = format.icon;
return (
{format.title}
{format.description}
Key Elements:
{format.features.map((feature) => (
{feature}
))}
);
})}
);
};
// Target Audience
const TargetAudience = () => {
const audiences = [
{
title: "Product Managers",
icon: Briefcase,
description: "Drive product innovation with user-centered insights",
},
{
title: "Business Leaders",
icon: Building,
description: "Align teams around strategic objectives and solutions",
},
{
title: "Startup Founders",
icon: Rocket,
description: "Validate ideas and define MVP with confidence",
},
{
title: "Development Teams",
icon: Code,
description: "Build solutions that truly address user needs",
},
{
title: "Marketing Teams",
icon: TrendingUp,
description: "Create campaigns based on deep user understanding",
},
{
title: "Innovation Teams",
icon: Lightbulb,
description: "Generate breakthrough ideas and concepts",
},
];
return (
Ideal For...
{audiences.map((audience, index) => {
const IconComponent = audience.icon;
return (
{audience.title}
{audience.description}
);
})}
);
};
// Workshop Case Studies
const WorkshopCaseStudies = () => {
const caseStudies = [
{
title: "FinTech Product Strategy Workshop",
client: "Financial Services Startup",
description:
"Facilitated a 2-day design thinking workshop that helped define their mobile banking MVP, resulting in a clear product roadmap and successful $5M Series A funding.",
image:
"https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=300&fit=crop&auto=format",
results: "Clear MVP definition, $5M funding secured",
duration: "2 days",
participants: "15 stakeholders",
gradient: "from-blue-500/20 to-cyan-500/20",
},
{
title: "Healthcare Innovation Workshop",
client: "Medical Device Company",
description:
"Led cross-functional teams through user journey mapping and ideation sessions, identifying 3 key innovation opportunities and reducing time-to-market by 40%.",
image:
"https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format",
results: "3 innovation opportunities, 40% faster launch",
duration: "3 days",
participants: "20 team members",
gradient: "from-green-500/20 to-emerald-500/20",
},
];
return (
Success Stories from Our Workshops
{caseStudies.map((study, index) => (
{study.client}
{study.results}
{study.title}
{study.description}
{study.duration}
{study.participants}
))}
);
};
// Mid-Page CTA
const WorkshopInlineCTA = () => {
return (
Ready to{" "}
Innovate Your Way Forward?
Let's design a custom design thinking workshop to address your
unique challenges.
navigateTo("/start-a-project")}
>
Request a Workshop Proposal
);
};
// Hire Design Thinking Facilitators
const HireFacilitators = () => {
const facilitatorTypes = [
{
title: "Senior UX Strategists",
description: "Strategic guidance for design thinking initiatives",
icon: Compass,
skills: [
"Strategic Planning",
"User Research",
"Design Strategy",
"Workshop Design",
],
},
{
title: "Design Thinking Facilitators",
description: "Expert workshop facilitation and guidance",
icon: Users,
skills: [
"Workshop Facilitation",
"Group Dynamics",
"Process Design",
"Team Coaching",
],
},
{
title: "Innovation Consultants",
description: "Drive innovation through structured methodologies",
icon: Lightbulb,
skills: [
"Innovation Strategy",
"Ideation Techniques",
"Change Management",
"Process Optimization",
],
},
{
title: "Service Design Specialists",
description: "End-to-end service experience design",
icon: Layers,
skills: [
"Service Blueprinting",
"Experience Design",
"Systems Thinking",
"Process Mapping",
],
},
{
title: "Product Strategy Consultants",
description: "Align product development with user needs",
icon: Target,
skills: [
"Product Strategy",
"Market Research",
"Feature Prioritization",
"Roadmap Planning",
],
},
{
title: "Change Management Specialists",
description: "Guide organizational transformation",
icon: RefreshCcw,
skills: [
"Change Strategy",
"Team Alignment",
"Cultural Transformation",
"Process Implementation",
],
},
];
return (
Need Expert Facilitation or UX Strategy?
Our senior UX strategists and design thinking facilitators can guide
your team to actionable outcomes.
{facilitatorTypes.map((type, index) => {
const IconComponent = type.icon;
return (
{type.title}
{type.description}
Core Skills:
{type.skills.map((skill) => (
{skill}
))}
);
})}
Hire UX Strategists
Learn More
);
};
// Design Thinking FAQs
const WorkshopFAQs = () => {
const faqs = [
{
question: "What is Design Thinking?",
answer:
"Design Thinking is a human-centered approach to innovation that integrates the needs of people, the possibilities of technology, and requirements for business success. It's a methodology that uses empathy, creativity, and rationality to meet user needs and drive business success. The process involves five key stages: Empathize, Define, Ideate, Prototype, and Test, creating solutions that are desirable, feasible, and viable.",
},
{
question: "How long do your workshops typically last?",
answer:
"Workshop duration varies based on objectives and scope. Half-day workshops (4 hours) work well for specific problem-solving or ideation sessions. Full-day workshops (8 hours) allow for complete design thinking cycles. Multi-day workshops (2-5 days) are ideal for comprehensive innovation projects, complex challenges, or when working with large teams. We customize the format and duration to match your specific goals and constraints.",
},
{
question: "Can workshops be conducted remotely?",
answer:
"Yes, we offer both in-person and remote workshop facilitation. Our remote workshops use specialized digital collaboration tools like Miro, MURAL, or Figma to replicate the interactive, visual nature of design thinking. We've successfully facilitated remote sessions for teams across different time zones, maintaining high engagement and achieving excellent outcomes. Hybrid formats are also available for teams with mixed attendance preferences.",
},
{
question: "What are the typical outcomes of a Design Thinking workshop?",
answer:
"Workshops typically produce concrete deliverables including: clearly defined problem statements, validated user personas and journey maps, prioritized solution concepts, testable prototypes or mockups, actionable implementation roadmaps, and alignment among stakeholders. Participants gain design thinking skills, improved collaboration abilities, and a shared understanding of user needs. Most importantly, teams leave with validated concepts ready for development and clear next steps for implementation.",
},
];
return (
Frequently Asked Questions
{faqs.map((faq, index) => (
{faq.question}
{faq.answer}
))}
);
};
// Final CTA Section
const WorkshopFinalCTA = () => {
return (
Empower Your Team to{" "}
Innovate with WDI
Harness the power of Design Thinking to create user-centric
solutions and drive meaningful business results.
navigateTo("/start-a-project")}
>
Explore Workshop Opportunities
Collaborative Workshops • Expert Facilitation • Actionable
Outcomes
{/* Background Decorative Elements */}
);
};
// Main Design Thinking Workshops Page
export const DesignThinkingWorkshops = () => {
return (
{/* Hero Section */}
{/* Benefits */}
{/* Design Thinking Approach */}
{/* Workshop Formats */}
{/* Target Audience */}
{/* Case Studies */}
{/* Mid-Page CTA */}
{/* Hire Facilitators */}
{/* FAQs */}
{/* Final CTA */}
{/* Footer */}
);
};