adding canonical tags in all pages and comment awards & testimonials from Hire talent and Industries

This commit is contained in:
priyanshuvish
2025-07-23 19:52:24 +05:30
parent cd8d88b4dd
commit 08d33fb2cf
86 changed files with 462 additions and 433 deletions

View File

@@ -258,7 +258,7 @@ const Homepage = () => (
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Mobile App Development Services | WDI - iOS & Android App Development" />

View File

@@ -61,7 +61,7 @@ const AutomationHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ai-automation-workflows" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="AI Automation | Smart AI-Powered Workflows by WDI" />

View File

@@ -59,7 +59,7 @@ const ChatbotsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ai-chatbots-virtual-assistants" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="AI Chatbots & Virtual Assistants | Conversational AI | WDI" />

View File

@@ -57,7 +57,7 @@ const AIIntegrationHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ai-integration-digital-products" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="AI Integration | Smarter Digital Products with AI | WDI" />

View File

@@ -59,7 +59,7 @@ const MLOpsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ai-model-deployment-mlops" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="AI Model Deployment | Strategic MLOps Services | WDI" />

View File

@@ -48,7 +48,7 @@ const AIStrategyHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ai-strategy-consulting" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="AI Strategy Consulting | Enterprise AI Roadmap | WDI" />

View File

@@ -61,7 +61,7 @@ const APIHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/api-backend-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="API & Backend Development Services | Reliable Solutions by WDI" />

View File

@@ -23,38 +23,38 @@ const HeroWithCTA = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>About WDI | Why Choose Us for Digital Innovation Success</title>
<meta
name="description"
content="Discover what makes WDI a trusted name in digital innovation. Learn about our strengths, capabilities, and value-driven approach to tech excellence."
/>
{/* Page Title and Meta Description */}
<title>About WDI | Why Choose Us for Digital Innovation Success</title>
<meta
name="description"
content="Discover what makes WDI a trusted name in digital innovation. Learn about our strengths, capabilities, and value-driven approach to tech excellence."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/company/about-wdi" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="About WDI | Why Choose Us for Digital Innovation Success" />
<meta
property="og:description"
content="Discover what makes WDI a trusted name in digital innovation. Learn about our strengths, capabilities, and value-driven approach to tech excellence."
/>
<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" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="About WDI | Why Choose Us for Digital Innovation Success" />
<meta
property="og:description"
content="Discover what makes WDI a trusted name in digital innovation. Learn about our strengths, capabilities, and value-driven approach to tech excellence."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="About WDI | Why Choose Us for Digital Innovation Success" />
<meta
name="twitter:description"
content="Discover what makes WDI a trusted name in digital innovation. Learn about our strengths, capabilities, and value-driven approach to tech excellence."
/>
<meta name="twitter: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="About WDI | Why Choose Us for Digital Innovation Success" />
<meta
name="twitter:description"
content="Discover what makes WDI a trusted name in digital innovation. Learn about our strengths, capabilities, and value-driven approach to tech excellence."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
@@ -67,8 +67,8 @@ const HeroWithCTA = () => {
]
}
`}
</script>
</Helmet>
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div

View File

@@ -61,7 +61,7 @@ const AdminHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/admin-panels-dashboards" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Admin Panels & Dashboards Development | Custom Solutions by WDI" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/industrial/agritech-platforms" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="AgriTech Platform Development Services | WDI" />

View File

@@ -55,7 +55,7 @@ const AndroidHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/android-app-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Android App Development by WDI | Boost Your Mobile Presence Today" />

View File

@@ -39,7 +39,7 @@ const HeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/artificial-intelligence" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Artificial Intelligence | Custom AI Solutions by WDI" />

View File

@@ -201,7 +201,7 @@ export const Blog = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/resources/blog" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Blogs | Thought Leadership in Software Development" />

View File

@@ -49,38 +49,38 @@ const BusinessProcessAutomationHero = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>Business Process Automation Services by WDI</title>
<meta
name="description"
content="WDI's business process automation streamlines workflows, reduces manual tasks, and drives operational excellence with AI-powered solutions for growth."
/>
{/* Page Title and Meta Description */}
<title>Business Process Automation Services by WDI</title>
<meta
name="description"
content="WDI's business process automation streamlines workflows, reduces manual tasks, and drives operational excellence with AI-powered solutions for growth."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/solutions/business-process-automation" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Business Process Automation Services by WDI" />
<meta
property="og:description"
content="WDI's business process automation streamlines workflows, reduces manual tasks, and drives operational excellence with AI-powered solutions for growth."
/>
<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" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Business Process Automation Services by WDI" />
<meta
property="og:description"
content="WDI's business process automation streamlines workflows, reduces manual tasks, and drives operational excellence with AI-powered solutions for growth."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Business Process Automation Services by WDI" />
<meta
name="twitter:description"
content="WDI's business process automation streamlines workflows, reduces manual tasks, and drives operational excellence with AI-powered solutions for growth."
/>
<meta name="twitter: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="Business Process Automation Services by WDI" />
<meta
name="twitter:description"
content="WDI's business process automation streamlines workflows, reduces manual tasks, and drives operational excellence with AI-powered solutions for growth."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
@@ -93,8 +93,8 @@ const BusinessProcessAutomationHero = () => {
]
}
`}
</script>
</Helmet>
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div
@@ -251,22 +251,20 @@ const BusinessProcessAutomationHero = () => {
className="flex items-center gap-4"
>
<div
className={`w-10 h-10 rounded-full flex items-center justify-center border-2 ${
item.status === "complete"
className={`w-10 h-10 rounded-full flex items-center justify-center border-2 ${item.status === "complete"
? "bg-green-500/20 border-green-500/30"
: item.status === "active"
? "bg-blue-500/20 border-blue-500/30"
: "bg-gray-500/20 border-gray-500/30"
}`}
? "bg-blue-500/20 border-blue-500/30"
: "bg-gray-500/20 border-gray-500/30"
}`}
>
<item.icon
className={`w-5 h-5 ${
item.status === "complete"
className={`w-5 h-5 ${item.status === "complete"
? "text-green-400"
: item.status === "active"
? "text-blue-400"
: "text-gray-400"
}`}
? "text-blue-400"
: "text-gray-400"
}`}
/>
{item.status === "active" && (
<motion.div
@@ -283,13 +281,12 @@ const BusinessProcessAutomationHero = () => {
<div className="flex-1">
<div className="flex items-center justify-between">
<span
className={`text-sm font-medium ${
item.status === "complete"
className={`text-sm font-medium ${item.status === "complete"
? "text-green-300"
: item.status === "active"
? "text-blue-300"
: "text-gray-400"
}`}
? "text-blue-300"
: "text-gray-400"
}`}
>
{item.step}
</span>
@@ -311,13 +308,12 @@ const BusinessProcessAutomationHero = () => {
</div>
<div
className={`w-full h-1 rounded-full mt-2 ${
item.status === "complete"
className={`w-full h-1 rounded-full mt-2 ${item.status === "complete"
? "bg-green-500/30"
: item.status === "active"
? "bg-blue-500/30"
: "bg-gray-500/30"
}`}
? "bg-blue-500/30"
: "bg-gray-500/30"
}`}
>
{item.status === "active" && (
<motion.div
@@ -983,14 +979,12 @@ const BusinessProcessAutomationProcess = () => {
whileInView={{ opacity: 1, x: 0 }}
transition={{ duration: 0.8, delay: index * 0.2 }}
viewport={{ once: true }}
className={`flex items-center ${
isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
className={`flex items-center ${isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
>
<div
className={`flex-1 ${
isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
className={`flex-1 ${isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
>
<div className="bg-gray-900/50 backdrop-blur-md rounded-2xl border border-gray-800 p-8 hover:border-accent/30 transition-all duration-300 shadow-lg hover:shadow-xl">
<div className="flex items-center gap-4 mb-4 justify-center lg:justify-start">

View File

@@ -128,7 +128,7 @@ Best regards,
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/company/careers" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Careers at WDI | Explore Tech Career Opportunities Today" />

View File

@@ -251,7 +251,7 @@ export const CaseStudies = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/case-studies" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Case Studies | AI Web Development Projects by WDI" />

View File

@@ -58,7 +58,7 @@ const PrototypesHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/clickable-prototypes" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Prototypes | Mobile App Development Visualization | WDI" />

View File

@@ -402,7 +402,7 @@ export const ClientTestimonials = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/resources/client-testimonials" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Client Reviews | AI App Development Success Stories" />

View File

@@ -17,11 +17,59 @@ import {
Eye, Star, Calendar, MessageSquare, Briefcase, Rocket,
ChevronRight
} from "lucide-react";
import { Helmet } from "react-helmet-async";
// Enhanced Hero Section
const HeroWithCTA = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>Company Overview | Technology Company with a Mission | WDI</title>
<meta
name="description"
content="Learn about WDIs mission, values, and people. Were a purpose-driven technology company helping enterprises achieve excellence through innovation."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/company" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Company Overview | Technology Company with a Mission | WDI" />
<meta
property="og:description"
content="Learn about WDIs mission, values, and people. Were a purpose-driven technology company helping enterprises achieve excellence through innovation."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Company Overview | Technology Company with a Mission | WDI" />
<meta
name="twitter:description"
content="Learn about WDIs mission, values, and people. Were a purpose-driven technology company helping enterprises achieve excellence through innovation."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "WDI",
"url": "https://www.wdipl.com",
"sameAs": [
"https://www.facebook.com/wdideas",
"https://www.linkedin.com/in/website-developers-india/",
"https://www.instagram.com/wdipl/"
]
}
`}
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div

View File

@@ -47,38 +47,38 @@ const ComplianceReadySystemsHero = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>Compliance-Ready Systems Solutions | WDI Stay Ahead Safely</title>
<meta
name="description"
content="Ensure data security and regulatory compliance with WDIs Compliance-Ready Systems. Build secure, scalable solutions aligned with industry standards."
/>
{/* Page Title and Meta Description */}
<title>Compliance-Ready Systems Solutions | WDI Stay Ahead Safely</title>
<meta
name="description"
content="Ensure data security and regulatory compliance with WDIs Compliance-Ready Systems. Build secure, scalable solutions aligned with industry standards."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/solutions/compliance-ready-systems" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Compliance-Ready Systems Solutions | WDI Stay Ahead Safely" />
<meta
property="og:description"
content="Ensure data security and regulatory compliance with WDIs Compliance-Ready Systems. Build secure, scalable solutions aligned with industry standards."
/>
<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" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Compliance-Ready Systems Solutions | WDI Stay Ahead Safely" />
<meta
property="og:description"
content="Ensure data security and regulatory compliance with WDIs Compliance-Ready Systems. Build secure, scalable solutions aligned with industry standards."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Compliance-Ready Systems Solutions | WDI Stay Ahead Safely" />
<meta
name="twitter:description"
content="Ensure data security and regulatory compliance with WDIs Compliance-Ready Systems. Build secure, scalable solutions aligned with industry standards."
/>
<meta name="twitter: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="Compliance-Ready Systems Solutions | WDI Stay Ahead Safely" />
<meta
name="twitter:description"
content="Ensure data security and regulatory compliance with WDIs Compliance-Ready Systems. Build secure, scalable solutions aligned with industry standards."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
@@ -91,8 +91,8 @@ const ComplianceReadySystemsHero = () => {
]
}
`}
</script>
</Helmet>
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div
@@ -225,11 +225,10 @@ const ComplianceReadySystemsHero = () => {
initial={{ opacity: 0, scale: 0 }}
animate={{ opacity: 1, scale: 1 }}
transition={{ duration: 0.5, delay: item.delay }}
className={`p-3 rounded-lg border text-center ${
item.status === "compliant"
className={`p-3 rounded-lg border text-center ${item.status === "compliant"
? "bg-green-500/10 border-green-500/30"
: "bg-orange-500/10 border-orange-500/30"
}`}
}`}
>
<div className="flex items-center justify-center mb-2">
{item.status === "compliant" ? (
@@ -239,20 +238,18 @@ const ComplianceReadySystemsHero = () => {
)}
</div>
<div
className={`text-sm font-medium ${
item.status === "compliant"
className={`text-sm font-medium ${item.status === "compliant"
? "text-green-300"
: "text-orange-300"
}`}
}`}
>
{item.standard}
</div>
<div
className={`text-xs ${
item.status === "compliant"
className={`text-xs ${item.status === "compliant"
? "text-green-400"
: "text-orange-400"
}`}
}`}
>
{item.status === "compliant"
? "Compliant"
@@ -972,14 +969,12 @@ const ComplianceReadySystemsProcess = () => {
whileInView={{ opacity: 1, x: 0 }}
transition={{ duration: 0.8, delay: index * 0.2 }}
viewport={{ once: true }}
className={`flex items-center ${
isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
className={`flex items-center ${isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
>
<div
className={`flex-1 ${
isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
className={`flex-1 ${isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
>
<div className="bg-gray-900/50 backdrop-blur-md rounded-2xl border border-gray-800 p-8 hover:border-accent/30 transition-all duration-300 shadow-lg hover:shadow-xl">
<div className="flex items-center gap-4 mb-4 justify-center lg:justify-start">

View File

@@ -64,7 +64,7 @@ const ComputerVisionHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/computer-vision-applications" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Computer Vision Applications | Vision AI Development | WDI" />

View File

@@ -57,7 +57,7 @@ const CrossPlatformHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/cross-platform-app-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Cross-Platform App Development Services | WDI Experts" />

View File

@@ -58,7 +58,7 @@ const CustomMLHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/custom-ml-model-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Custom ML Model Development | Machine Learning by WDI" />

View File

@@ -62,7 +62,7 @@ const CustomWebAppHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/custom-web-app-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Custom Web Application Development Experts | WDI" />

View File

@@ -132,7 +132,7 @@ export const DedicatedDevelopmentTeams = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/dedicated-development-teams" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Dedicated Development Teams for Hire | WDI" />

View File

@@ -58,7 +58,7 @@ const DedicatedOffshoreODCHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/solutions/dedicated-offshore-odc" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Offshore Development Centers (ODC) Services | WDI" />

View File

@@ -37,7 +37,7 @@ const HeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/design-experience" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Design & User Experience Solutions | Expert Services by WDI" />

View File

@@ -58,7 +58,7 @@ const WorkshopsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<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" />

View File

@@ -43,38 +43,38 @@ const DigitalProductDevelopmentHero = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>Digital Product Development Services | WDI Innovate & Grow</title>
<meta
name="description"
content="WDI offers expert digital product development services to turn your ideas into powerful digital solutions. Build, scale, and innovate with WDI today."
/>
{/* Page Title and Meta Description */}
<title>Digital Product Development Services | WDI Innovate & Grow</title>
<meta
name="description"
content="WDI offers expert digital product development services to turn your ideas into powerful digital solutions. Build, scale, and innovate with WDI today."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/solutions/digital-product-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Digital Product Development Services | WDI Innovate & Grow" />
<meta
property="og:description"
content="WDI offers expert digital product development services to turn your ideas into powerful digital solutions. Build, scale, and innovate with WDI today."
/>
<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" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Digital Product Development Services | WDI Innovate & Grow" />
<meta
property="og:description"
content="WDI offers expert digital product development services to turn your ideas into powerful digital solutions. Build, scale, and innovate with WDI today."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Digital Product Development Services | WDI Innovate & Grow" />
<meta
name="twitter:description"
content="WDI offers expert digital product development services to turn your ideas into powerful digital solutions. Build, scale, and innovate with WDI today."
/>
<meta name="twitter: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="Digital Product Development Services | WDI Innovate & Grow" />
<meta
name="twitter:description"
content="WDI offers expert digital product development services to turn your ideas into powerful digital solutions. Build, scale, and innovate with WDI today."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
@@ -87,8 +87,8 @@ const DigitalProductDevelopmentHero = () => {
]
}
`}
</script>
</Helmet>
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div
@@ -867,14 +867,12 @@ const DigitalProductProcess = () => {
whileInView={{ opacity: 1, x: 0 }}
transition={{ duration: 0.8, delay: index * 0.2 }}
viewport={{ once: true }}
className={`flex items-center ${
isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
className={`flex items-center ${isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
>
<div
className={`flex-1 ${
isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
className={`flex-1 ${isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
>
<div className="bg-gray-900/50 backdrop-blur-md rounded-2xl border border-gray-800 p-8 hover:border-accent/30 transition-all duration-300 shadow-lg hover:shadow-xl">
<div className="flex items-center gap-4 mb-4 justify-center lg:justify-start">

View File

@@ -42,7 +42,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/commerce/ecommerce-marketplaces" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="eCommerce & Marketplace Development Services | WDI" />

View File

@@ -63,7 +63,7 @@ const EcommerceHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ecommerce-platforms" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="eCommerce Platform Development by WDI| Build Powerful Online Stores" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/education/edtech-platforms" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="EdTech Platform Development Services | WDI" />

View File

@@ -144,7 +144,7 @@ export const EngagementModels = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/engagement-models" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Engagement Models | Flexible Software Development Options" />

View File

@@ -62,7 +62,7 @@ const EnterpriseHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/enterprise-software-solutions" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Enterprise Software Solutions | Tailored Services by WDI" />

View File

@@ -42,7 +42,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/commerce/event-ticketing-solutions" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Event & Ticketing Solutions by WDI | Seamless Event Tech" />

View File

@@ -200,7 +200,7 @@ export const FAQs = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/resources/faqs" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="FAQ | Custom AI Solutions for Startups & Enterprises" />

View File

@@ -71,7 +71,7 @@ const FinTechBankingAppsHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/fintech-banking-apps" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="FinTech & Banking Apps Development | WDI Secure Digital Solutions" />
@@ -297,22 +297,22 @@ const FinTechBankingAppsHero = () => {
>
<div
className={`w-12 h-12 rounded-2xl flex items-center justify-center mb-2 ${action.color === "blue"
? "bg-blue-500/20"
: action.color === "green"
? "bg-green-500/20"
: action.color === "purple"
? "bg-purple-500/20"
: "bg-orange-500/20"
? "bg-blue-500/20"
: action.color === "green"
? "bg-green-500/20"
: action.color === "purple"
? "bg-purple-500/20"
: "bg-orange-500/20"
}`}
>
<action.icon
className={`w-5 h-5 ${action.color === "blue"
? "text-blue-400"
: action.color === "green"
? "text-green-400"
: action.color === "purple"
? "text-purple-400"
: "text-orange-400"
? "text-blue-400"
: action.color === "green"
? "text-green-400"
: action.color === "purple"
? "text-purple-400"
: "text-orange-400"
}`}
/>
</div>
@@ -373,8 +373,8 @@ const FinTechBankingAppsHero = () => {
</div>
<div
className={`text-sm font-medium ${transaction.amount.startsWith("+")
? "text-green-400"
: "text-white"
? "text-green-400"
: "text-white"
}`}
>
{transaction.amount}
@@ -1634,14 +1634,14 @@ export const FinTechBankingApps = () => {
</section>
{/* Testimonials */}
<section className="bg-card">
{/* <section className="bg-card">
<FinTechBankingAppsTestimonials />
</section>
</section> */}
{/* Awards & Recognition */}
<section className="bg-background">
{/* <section className="bg-background">
<FinTechBankingAppsAwards />
</section>
</section> */}
{/* Mid-Page CTA */}
<section className="bg-card">

View File

@@ -32,7 +32,7 @@ const FitnessWellnessHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/healthcare/fitness-wellness-platforms" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Fitness & Wellness Platforms | WDI Digital Health Solutions" />

View File

@@ -41,7 +41,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/commerce/food-ordering-delivery" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Food Ordering & Delivery App Solutions | WDI" />

View File

@@ -58,7 +58,7 @@ const GenAIIntegrationHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/gen-ai-integration-digital-products" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Generative AI Integration | Smarter Products with WDI" />

View File

@@ -61,7 +61,7 @@ const HealthTechHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/healthcare/healthtech-applications" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="HealthTech Applications Development | WDI Modern Healthcare" />
@@ -1474,9 +1474,9 @@ export const HealthTechApplications = () => {
</section>
{/* Testimonials */}
<section className="bg-card">
{/* <section className="bg-card">
<HealthTechTestimonials />
</section>
</section> */}
{/* Mid-Page CTA */}
<section className="bg-background">

View File

@@ -207,7 +207,7 @@ export const HireBackendDevelopers = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/hire-talent/backend-developers" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Hire Backend Developers | Skilled Experts at WDI" />

View File

@@ -142,7 +142,7 @@ export const HireFrontendDevelopers = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/hire-talent/frontend-developers" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Hire Frontend Developers | Skilled Talent at WDI" />

View File

@@ -149,7 +149,7 @@ export const HireFullStackDevelopers = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/hire-talent/full-stack-developers" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Hire Full Stack Developers from WDI | Expert Web Solutions" />

View File

@@ -287,7 +287,7 @@ export const HireMobileAppDevelopers = () => {
</section>
{/* Testimonials */}
<section className="py-16 bg-card/50">
{/* <section className="py-16 bg-card/50">
<div className="container mx-auto px-6 lg:px-8">
<div className="text-center mb-12">
<h2 className="text-3xl md:text-4xl font-bold mb-4 text-white">
@@ -321,7 +321,7 @@ export const HireMobileAppDevelopers = () => {
))}
</div>
</div>
</section>
</section> */}
{/* CTA Section */}
<section className="py-16 bg-background">

View File

@@ -215,7 +215,7 @@ export const HireQAEngineers = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/hire-talent/qa-engineers" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Hire QA Engineers from WDI | Ensure Software Quality" />

View File

@@ -120,7 +120,7 @@ export const HireTalent = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/hire-talent" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Hire Top Tech Talent | Build Your Dream Team with WDI" />

View File

@@ -192,7 +192,7 @@ export const HireUIUXDesigners = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/hire-talent/ui-ux-designers" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Hire UI/UX Designers for Your Project | WDI" />

View File

@@ -98,7 +98,7 @@ export const LeadershipTeam = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/company/leadership-team" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Leadership Team | Experts in Tech Leadership & Innovation" />

View File

@@ -50,38 +50,38 @@ const LegacySystemRebuildsHero = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>Legacy System Rebuilds & Upgrades Services | WDI</title>
<meta
name="description"
content="WDI offers expert legacy system rebuilds to modernize outdated software, improve performance, and ensure long-term scalability for your business success."
/>
{/* Page Title and Meta Description */}
<title>Legacy System Rebuilds & Upgrades Services | WDI</title>
<meta
name="description"
content="WDI offers expert legacy system rebuilds to modernize outdated software, improve performance, and ensure long-term scalability for your business success."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/solutions/legacy-system-rebuilds" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Legacy System Rebuilds & Upgrades Services | WDI" />
<meta
property="og:description"
content="WDI offers expert legacy system rebuilds to modernize outdated software, improve performance, and ensure long-term scalability for your business success."
/>
<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" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Legacy System Rebuilds & Upgrades Services | WDI" />
<meta
property="og:description"
content="WDI offers expert legacy system rebuilds to modernize outdated software, improve performance, and ensure long-term scalability for your business success."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Legacy System Rebuilds & Upgrades Services | WDI" />
<meta
name="twitter:description"
content="WDI offers expert legacy system rebuilds to modernize outdated software, improve performance, and ensure long-term scalability for your business success."
/>
<meta name="twitter: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="Legacy System Rebuilds & Upgrades Services | WDI" />
<meta
name="twitter:description"
content="WDI offers expert legacy system rebuilds to modernize outdated software, improve performance, and ensure long-term scalability for your business success."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
@@ -94,8 +94,8 @@ const LegacySystemRebuildsHero = () => {
]
}
`}
</script>
</Helmet>
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div
@@ -940,14 +940,12 @@ const LegacySystemProcess = () => {
whileInView={{ opacity: 1, x: 0 }}
transition={{ duration: 0.8, delay: index * 0.2 }}
viewport={{ once: true }}
className={`flex items-center ${
isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
className={`flex items-center ${isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
>
<div
className={`flex-1 ${
isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
className={`flex-1 ${isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
>
<div className="bg-gray-900/50 backdrop-blur-md rounded-2xl border border-gray-800 p-8 hover:border-accent/30 transition-all duration-300 shadow-lg hover:shadow-xl">
<div className="flex items-center gap-4 mb-4 justify-center lg:justify-start">

View File

@@ -53,7 +53,7 @@ const MVPStartupLaunchPackagesHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/solutions/mvp-startup-launch-packages" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="MVP & Startup Launch Packages for Growth | WDI" />

View File

@@ -29,38 +29,38 @@ const HeroWithCTA = () => {
return (
<section className="relative py-20 overflow-hidden bg-black">
<Helmet>
{/* Page Title and Meta Description */}
<title>Machine Learning | Advanced ML Development Services | WDI</title>
<meta
name="description"
content="Explore WDIs machine learning development services. From automation to smart predictions, we apply cutting-edge ML techniques across industries."
/>
{/* Page Title and Meta Description */}
<title>Machine Learning | Advanced ML Development Services | WDI</title>
<meta
name="description"
content="Explore WDIs machine learning development services. From automation to smart predictions, we apply cutting-edge ML techniques across industries."
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/machine-learning" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Machine Learning | Advanced ML Development Services | WDI" />
<meta
property="og:description"
content="Explore WDIs machine learning development services. From automation to smart predictions, we apply cutting-edge ML techniques across industries."
/>
<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" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Machine Learning | Advanced ML Development Services | WDI" />
<meta
property="og:description"
content="Explore WDIs machine learning development services. From automation to smart predictions, we apply cutting-edge ML techniques across industries."
/>
<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" />
{/* Twitter Card Tags */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Machine Learning | Advanced ML Development Services | WDI" />
<meta
name="twitter:description"
content="Explore WDIs machine learning development services. From automation to smart predictions, we apply cutting-edge ML techniques across industries."
/>
<meta name="twitter: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="Machine Learning | Advanced ML Development Services | WDI" />
<meta
name="twitter:description"
content="Explore WDIs machine learning development services. From automation to smart predictions, we apply cutting-edge ML techniques across industries."
/>
<meta name="twitter:image" content="https://www.wdipl.com/your-preview-image.jpg" />
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{/* Social Profiles (using JSON-LD Schema) */}
<script type="application/ld+json">
{`
{
"@context": "https://schema.org",
"@type": "Organization",
@@ -73,8 +73,8 @@ const HeroWithCTA = () => {
]
}
`}
</script>
</Helmet>
</script>
</Helmet>
<div className="container mx-auto px-6 lg:px-8">
<div className="grid lg:grid-cols-2 gap-16 items-center min-h-[90vh]">
<motion.div
@@ -113,9 +113,9 @@ const HeroWithCTA = () => {
className="flex flex-col sm:flex-row gap-4"
>
<ShimmerButton className="text-lg px-8 py-4"
// onClick={() => navigateTo('/contact/schedule-a-discovery-call')}
onClick={() => navigateTo("/start-a-project")}
>
// onClick={() => navigateTo('/contact/schedule-a-discovery-call')}
onClick={() => navigateTo("/start-a-project")}
>
<div className="inline-flex items-center gap-2">
<Calendar className="w-4 h-4 flex-shrink-0" />
<span>ML Strategy Session</span>

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/industrial/manufacturing-automation" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Manufacturing Automation Solutions & Services | WDI" />

View File

@@ -63,7 +63,7 @@ const MedicalComplianceHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/healthcare/medical-compliance-solutions" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Medical Compliance Solutions & Services by WDI" />
@@ -1486,9 +1486,9 @@ export const MedicalComplianceSolutions = () => {
</section>
{/* Testimonials */}
<section className="bg-card">
{/* <section className="bg-card">
<MedicalComplianceTestimonials />
</section>
</section> */}
{/* Mid-Page CTA */}
<section className="bg-background">

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/education/microlearning-apps" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Microlearning Apps by WDI | Innovative Learning Solutions" />

View File

@@ -50,8 +50,7 @@ const HeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/mobile-app-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Mobile App Development Services by WDI Experts" />
<meta

View File

@@ -61,7 +61,7 @@ const NLPHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/nlp-text-analytics" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="NLP & Text Analytics | Language AI & Text Intelligence | WDI" />

View File

@@ -121,7 +121,7 @@ const NativeHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/native-app-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Native App Development Services | WDI Expert Solutions" />

View File

@@ -41,7 +41,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/media/ott-streaming-apps" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="OTT & Streaming Apps by WDI | Custom Media Solutions" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/industrial/oil-gas-monitoring-systems" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Oil & Gas Monitoring System Solutions by WDI" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/mobility/on-demand-services" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="On-Demand Services by WDI | Custom Mobility Solutions" />

View File

@@ -64,7 +64,7 @@ const PWAHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/pwa-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Progressive Web App (PWA) Development by WDI | Next-Gen Solutions" />
@@ -553,14 +553,12 @@ const PWAProcess = () => {
whileInView={{ opacity: 1, x: 0 }}
transition={{ duration: 0.8, delay: index * 0.2 }}
viewport={{ once: true }}
className={`flex items-center ${
isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
className={`flex items-center ${isEven ? "lg:flex-row" : "lg:flex-row-reverse"
} flex-col lg:gap-16 gap-8`}
>
<div
className={`flex-1 ${
isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
className={`flex-1 ${isEven ? "lg:text-right" : "lg:text-left"
} text-center lg:text-left`}
>
<div className="bg-card/20 backdrop-blur-md rounded-2xl border border-white/10 p-8 hover:border-accent/30 transition-all duration-300 shadow-lg hover:shadow-xl">
<div className="flex items-center gap-4 mb-4 justify-center lg:justify-start">

View File

@@ -63,7 +63,7 @@ const PredictiveAnalyticsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/predictive-analytics-forecasting" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Predictive Analytics | Forecasting & AI Insights | WDI" />

View File

@@ -60,7 +60,7 @@ const ModernizationHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/product-modernization" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Product Modernization That Revives Legacy Systems | WDI" />

View File

@@ -57,7 +57,7 @@ const RealEstateTechHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/financial-services/real-estate-tech" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Real Estate Tech Solutions & Services by WDI" />
@@ -1484,9 +1484,9 @@ export const RealEstateTech = () => {
</section>
{/* Testimonials */}
<section className="bg-card">
{/* <section className="bg-card">
<RealEstateTechTestimonials />
</section>
</section> */}
{/* Mid-Page CTA */}
<section className="bg-background">

View File

@@ -65,7 +65,7 @@ const RecommendationEnginesHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/recommendation-engines" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Recommendation Engines | AI-Powered Personalization | WDI" />

View File

@@ -32,7 +32,7 @@ const HeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/resources" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Resources | Industry Best Practices & Insights by WDI" />

View File

@@ -55,7 +55,7 @@ const SaaSHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/saas-product-engineering" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="SaaS Product Engineering Services | Expert Solutions by WDI" />

View File

@@ -40,7 +40,6 @@ const HeroWithCTA = () => {
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Get Expert Digital Services Today | WDI Game-Changing Solutions" />
<meta

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/media/social-platforms-networks" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Social Platforms & Network Development | WDI" />

View File

@@ -39,7 +39,7 @@ const HeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/software-engineering" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Software Engineering Solutions That Drive Results | WDI" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/media/sports-fan-engagement" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Sports & Fan Engagement Solutions by WDI" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/mobility/supply-chain-fleet-management" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Supply Chain & Fleet Management Solutions by WDI" />

View File

@@ -61,7 +61,7 @@ const DevOpsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/system-architecture-devops" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="System Architecture & DevOps Services | Scalable Solutions by WDI" />

View File

@@ -195,7 +195,7 @@ export const TeamAugmentationServices = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/team-augmentation-services" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Team Augmentation Services by WDI | Scalable IT Talent" />

View File

@@ -60,7 +60,7 @@ const IntegrationsHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/third-party-integrations" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Third-Party Integrations for Seamless Systems | WDI" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/mobility/transportation-apps" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Custom Transportation App Solutions by WDI" />

View File

@@ -41,7 +41,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/commerce/travel-booking-systems" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Travel & Booking System Development Services | WDI" />

View File

@@ -55,7 +55,7 @@ const UIUXHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ui-ux-design" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="UI/UX Design Services | Engaging Interfaces by WDI" />

View File

@@ -53,7 +53,7 @@ const ResearchHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/user-research-testing" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="User Research & Testing | Software Development Insights" />

View File

@@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/education/virtual-classrooms-lms" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Virtual Classrooms & LMS Solutions for Education | WDI" />

View File

@@ -55,7 +55,7 @@ const WealthTechPlatformsHero = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/industries/financial-services/wealthtech-platforms" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="WealthTech Platform Development Services | WDI" />
@@ -1509,9 +1509,9 @@ export const WealthTechPlatforms = () => {
</section>
{/* Testimonials */}
<section className="bg-card">
{/* <section className="bg-card">
<WealthTechPlatformsTestimonials />
</section>
</section> */}
{/* Mid-Page CTA */}
<section className="bg-background">

View File

@@ -55,7 +55,7 @@ const WearableHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/wearable-device-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Wearable & IoT App Development Services | WDI Innovation" />

View File

@@ -83,7 +83,7 @@ const HeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/web-cloud" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Web & Cloud Solutions | Expert Services by WDI" />

View File

@@ -235,7 +235,7 @@ export const WhitepapersInsights = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/resources/whitepapers-insights" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Insights & White Papers | Enterprise AI Development" />

View File

@@ -63,7 +63,7 @@ const IOSHeroWithCTA = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/services" />
<link rel="canonical" href="https://www.wdipl.com/services/ios-app-development" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="iOS App Development Services Crafted by WDI Experts" />
@@ -339,16 +339,16 @@ const IOSCaseStudies = () => {
<div className="flex items-center gap-3">
<div
className={`w-10 h-10 rounded-lg bg-gradient-to-r ${study.accentColor === "blue"
? "from-blue-500 to-cyan-500"
: study.accentColor === "green"
? "from-green-500 to-emerald-500"
: study.accentColor === "purple"
? "from-purple-500 to-pink-500"
: study.accentColor === "cyan"
? "from-cyan-500 to-blue-500"
: study.accentColor === "orange"
? "from-orange-500 to-red-500"
: "from-emerald-500 to-teal-500"
? "from-blue-500 to-cyan-500"
: study.accentColor === "green"
? "from-green-500 to-emerald-500"
: study.accentColor === "purple"
? "from-purple-500 to-pink-500"
: study.accentColor === "cyan"
? "from-cyan-500 to-blue-500"
: study.accentColor === "orange"
? "from-orange-500 to-red-500"
: "from-emerald-500 to-teal-500"
} flex items-center justify-center flex-shrink-0`}
>
<AchievementIcon className="w-5 h-5 text-white" />