content update 22 to 32 pages

This commit is contained in:
YasinShaikh123
2026-03-27 11:17:56 +05:30
parent c05c79db78
commit 7545e71b20
13 changed files with 1202 additions and 548 deletions

View File

@@ -59,26 +59,41 @@ const WorkshopsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services/design-thinking-workshops" />
<link
rel="canonical"
href="https://www.wdipl.com/services/design-thinking-workshops"
/>
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Design Thinking Workshop | Web Development Strategy" />
<meta
property="og:title"
content="Design Thinking Workshop | Web Development Strategy"
/>
<meta
property="og:description"
content="Join WDIs interactive workshops to shape your web development strategy. Solve business challenges through design thinking and user-focused planning."
/>
<meta property="og:url" content="https://www.wdipl.com/services" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://www.wdipl.com/your-preview-image.jpg" />
<meta
property="og:image"
content="https://www.wdipl.com/your-preview-image.jpg"
/>
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Design Thinking Workshop | Web Development Strategy" />
<meta
name="twitter:title"
content="Design Thinking Workshop | Web Development Strategy"
/>
<meta
name="twitter:description"
content="Join WDIs interactive workshops to shape your web development strategy. Solve business challenges through design thinking and user-focused planning."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
<meta
name="twitter:image"
content="https://www.wdipl.com/your-preview-image.jpg"
/>
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
@@ -123,9 +138,10 @@ const WorkshopsHeroWithCTA = () => {
</h1>
<p className="text-lg text-gray-300 leading-relaxed max-w-lg">
Unlock innovation and problem-solve effectively with WDI's
facilitated design thinking workshops, tailored to your business
challenges.
Unlock innovation and problemsolve effectively with WDIs
AIpowered design thinking workshops, tailored to your business
challenges and aligned with your AI mobile app, web development,
and AI iOS development goals.
</p>
</div>
@@ -483,6 +499,12 @@ const WorkshopBenefits = () => {
<h2 className="text-4xl lg:text-5xl font-semibold text-foreground mb-6">
Why Facilitate Innovation with Design Thinking?
</h2>
<p className="mt-4 text-gray-400 max-w-2xl mx-auto">
Design thinking aligns innovation with real user needs, enabling
AI-powered design, AI mobile app, and web development teams to
prototype faster, reduce risk, and deliver truly humancentered
products.
</p>
</motion.div>
<motion.div
@@ -587,9 +609,11 @@ const DesignThinkingApproach = () => {
<h2 className="text-4xl lg:text-5xl font-semibold text-white mb-6">
WDI's Facilitated Design Thinking Journey
</h2>
<p className="text-xl text-gray-300 leading-relaxed mb-8">
Our expert facilitators guide your team through every step,
ensuring clear objectives and actionable results.
<p className="mt-4 text-gray-400 leading-relaxed mb-8">
Our expert facilitators guide your team through every step with
AIpowered design, turning challenges in AI mobile app, web
development, and AI iOS development into clear objectives and
actionable results.
</p>
<div className="flex items-center gap-4">
<div className="w-12 h-12 bg-accent/20 rounded-lg flex items-center justify-center">
@@ -763,6 +787,12 @@ const WorkshopFormats = () => {
<h2 className="text-4xl lg:text-5xl font-semibold text-foreground mb-6">
Tailored Workshops for Your Specific Needs
</h2>
<p className="mt-4 text-gray-400 max-w-2xl mx-auto">
Customdesigned Interactive Design Thinking Workshops aligned with
your AI mobile app, web development, and AI iOS development goals,
so your team builds AIpowered features and products with clear,
usercentered outcomes.
</p>
</motion.div>
<motion.div
@@ -956,6 +986,12 @@ const WorkshopCaseStudies = () => {
<h2 className="text-4xl lg:text-5xl font-semibold text-foreground mb-8">
Success Stories from Our Workshops
</h2>
<p className="mt-4 text-gray-400 max-w-2xl mx-auto">
Realworld results from WDIs Interactive Design Thinking Workshops
helping teams ship better AI mobile app experiences, AIpowered
features, and web development products through focused, AIpowered
design thinking sprints.
</p>
</motion.div>
<motion.div
@@ -1192,7 +1228,8 @@ const HireFacilitators = () => {
</h2>
<p className="text-xl text-muted-foreground max-w-3xl mx-auto leading-relaxed">
Our senior UX strategists and design thinking facilitators can guide
your team to actionable outcomes.
your team to actionable outcomes for AIpowered design, AI mobile
app, iOS mobile app development, and web development initiatives.
</p>
</motion.div>
@@ -1257,8 +1294,11 @@ const HireFacilitators = () => {
className="text-center space-y-6"
>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<ShimmerButton className="text-lg px-8 py-4"
onClick={() => navigate("/hire-talent/design-thinking-workshops-developers")}
<ShimmerButton
className="text-lg px-8 py-4"
onClick={() =>
navigate("/hire-talent/design-thinking-workshops-developers")
}
>
<div className="inline-flex items-center gap-2">
<UserPlus className="w-5 h-5 flex-shrink-0" />
@@ -1395,8 +1435,10 @@ const WorkshopFinalCTA = () => {
viewport={{ once: true }}
className="text-xl text-muted-foreground mb-12 max-w-2xl mx-auto leading-relaxed"
>
Harness the power of Design Thinking to create user-centric
solutions and drive meaningful business results.
Harness the power of Design Thinking and AIpowered design to create
AI mobile appready, usercentric solutions that drive meaningful
business results across web development and iOS mobile app
development.
</motion.p>
<motion.div
@@ -1491,9 +1533,7 @@ export const DesignThinkingWorkshops = () => {
</section>
{/* Footer */}
<section className="bg-background">
{/* <Footer /> */}
</section>
<section className="bg-background">{/* <Footer /> */}</section>
</div>
);
};