diff --git a/App.tsx b/App.tsx index ac129e2..1def22e 100644 --- a/App.tsx +++ b/App.tsx @@ -258,7 +258,7 @@ const Homepage = () => ( /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/AIAutomationWorkflows.tsx b/pages/AIAutomationWorkflows.tsx index 8bab452..d98f965 100644 --- a/pages/AIAutomationWorkflows.tsx +++ b/pages/AIAutomationWorkflows.tsx @@ -61,7 +61,7 @@ const AutomationHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/AIChatbotsVirtualAssistants.tsx b/pages/AIChatbotsVirtualAssistants.tsx index 04038ba..342f693 100644 --- a/pages/AIChatbotsVirtualAssistants.tsx +++ b/pages/AIChatbotsVirtualAssistants.tsx @@ -59,7 +59,7 @@ const ChatbotsHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/AIIntegrationDigitalProducts.tsx b/pages/AIIntegrationDigitalProducts.tsx index d6ca596..e82450f 100644 --- a/pages/AIIntegrationDigitalProducts.tsx +++ b/pages/AIIntegrationDigitalProducts.tsx @@ -57,7 +57,7 @@ const AIIntegrationHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/AIModelDeploymentMLOps.tsx b/pages/AIModelDeploymentMLOps.tsx index 84d438a..b0a33e4 100644 --- a/pages/AIModelDeploymentMLOps.tsx +++ b/pages/AIModelDeploymentMLOps.tsx @@ -59,7 +59,7 @@ const MLOpsHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/AIStrategyConsulting.tsx b/pages/AIStrategyConsulting.tsx index 92927db..751f3ed 100644 --- a/pages/AIStrategyConsulting.tsx +++ b/pages/AIStrategyConsulting.tsx @@ -48,7 +48,7 @@ const AIStrategyHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/APIBackendDevelopment.tsx b/pages/APIBackendDevelopment.tsx index 9cadf96..9947379 100644 --- a/pages/APIBackendDevelopment.tsx +++ b/pages/APIBackendDevelopment.tsx @@ -61,7 +61,7 @@ const APIHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/AboutWDI.tsx b/pages/AboutWDI.tsx index 1cb7d50..fba3ee7 100644 --- a/pages/AboutWDI.tsx +++ b/pages/AboutWDI.tsx @@ -10,9 +10,9 @@ import { Badge } from "../components/ui/badge"; import { Card, CardContent } from "../components/ui/card"; import { GridPattern } from "../components/GridPattern"; import { navigateTo } from "../App"; -import { - ArrowRight, Users, Globe, Award, Target, Heart, Lightbulb, - Rocket, TrendingUp, CheckCircle, Star, Coffee, Monitor, +import { + ArrowRight, Users, Globe, Award, Target, Heart, Lightbulb, + Rocket, TrendingUp, CheckCircle, Star, Coffee, Monitor, Calendar, Eye, Building, FileText, Settings, Trophy, BookOpen, MessageSquare, Briefcase, Mail } from "lucide-react"; @@ -23,38 +23,38 @@ const HeroWithCTA = () => { return (
- {/* Page Title and Meta Description */} - About WDI | Why Choose Us for Digital Innovation Success - - - {/* Canonical Link */} - - - {/* Open Graph Tags (for Facebook, LinkedIn) */} - - - - - - - {/* Twitter Card Tags */} - - - - - - {/* Social Profiles (using JSON-LD Schema) */} - - + +
{ Innovating the Future of Digital Solutions - +

WDI is a dynamic and forward-thinking company dedicated to transforming businesses through cutting-edge technology and exceptional service.

- + {/* CTAs */} { - + {/* Right side with company intro */} { icon: Lightbulb }, { - id: "expertise", + id: "expertise", title: "Expertise", description: "A team of seasoned professionals with deep industry knowledge.", icon: Award @@ -188,7 +188,7 @@ const WhyChooseWDISection = () => { Why Choose WDI? - +

Our core strengths that set us apart in the industry

@@ -219,11 +219,11 @@ const WhyChooseWDISection = () => {
- +

{strength.title}

- +

{strength.description}

@@ -261,7 +261,7 @@ const ImpactNumbersSection = () => { Our Impact in Numbers - +

Measurable results that speak to our commitment and expertise

@@ -353,7 +353,7 @@ const LearnMoreSection = () => { Explore different aspects of our company and what makes us unique

- + {
- +

{section.title} @@ -388,7 +388,7 @@ const LearnMoreSection = () => { {section.description}

- +
Learn More @@ -438,11 +438,11 @@ const TestimonialSection = () => { ))}
- +
"WDI has been instrumental in transforming our digital infrastructure. Their innovative approach and technical expertise exceeded our expectations."
- +
@@ -494,7 +494,7 @@ const MissionSection = () => { Our Mission - +

To empower businesses worldwide with innovative digital solutions that drive growth, enhance efficiency, and create lasting value. We believe in the transformative power of technology and are committed to making it accessible, reliable, and impactful for every client we serve.

@@ -564,22 +564,22 @@ const InlineCTA = () => {
- + {/* Main Heading */}

Join hundreds of successful companies who have chosen WDI as their technology partner

- + {/* Subtitle */}

Let's build something amazing together.

- + {/* CTA Buttons */}
- navigateTo('/contact')} onClick={() => navigateTo("/start-a-project")} @@ -589,7 +589,7 @@ const InlineCTA = () => { Contact Us Today
- + - + {/* Right side with stats */} {
200+
ML Models Built
- +
95%
Accuracy Rate
- +
50%
Faster Predictions
- +
24/7
Model Monitoring
@@ -203,7 +203,7 @@ const HorizontalTagScroller = () => { Cutting-edge machine learning methodologies that deliver accurate predictions and intelligent automation.

- + { >
- +
{/* First set */} {techniques.map((technique, index) => { @@ -240,7 +240,7 @@ const HorizontalTagScroller = () => { ); })} - + {/* Second and third sets for seamless loop */} {[...techniques, ...techniques].map((technique, index) => { const IconComponent = technique.icon; @@ -282,7 +282,7 @@ const SideBySideContentWithIcons = () => { icon: Target }, { - id: "scalable", + id: "scalable", title: "Scalable Solutions", icon: TrendingUp }, @@ -318,7 +318,7 @@ const SideBySideContentWithIcons = () => { WDI for Machine Learning - +

Advanced ML capabilities with proven results and enterprise-grade deployment.

@@ -349,7 +349,7 @@ const SideBySideContentWithIcons = () => {
- +

{advantage.title}

@@ -374,7 +374,7 @@ const TabbedServiceDisplay = () => { link: "/services/custom-ml-model-development" }, { - title: "Predictive Analytics & Forecasting", + title: "Predictive Analytics & Forecasting", icon: TrendingUp, description: "Advanced analytics to predict trends and forecast business outcomes.", link: "/services/predictive-analytics-forecasting" @@ -422,7 +422,7 @@ const TabbedServiceDisplay = () => { Comprehensive machine learning solutions that turn your data into competitive advantage.

- + {
- +

{service.title} @@ -496,21 +496,21 @@ const InlineCTA = () => {

- + {/* Main Heading */}

Unlock Data Insights with Advanced Machine Learning

- + {/* Subtitle */}

Transform your data into predictive intelligence that drives smarter business decisions and competitive advantage.

- + {/* CTA Button */}
- navigateTo('/contact/schedule-a-discovery-call')} onClick={() => navigateTo("/start-a-project")} @@ -520,7 +520,7 @@ const InlineCTA = () => { Start Your ML Project
- + {/* Small benefit text */}

Data assessment • Model prototyping • Performance optimization @@ -545,7 +545,7 @@ const HireDevelopersSection = () => { link: "/hire-talent/full-stack-developers" }, { - title: "Data Scientists", + title: "Data Scientists", icon: BarChart3, skills: ["Statistics", "R", "Python", "Data Visualization"], iconBg: "bg-green-500", @@ -588,7 +588,7 @@ const HireDevelopersSection = () => { Get access to expert machine learning professionals who build predictive models that drive business value.

- + { - +

{specialist.title}

- + {/* Skills */}
@@ -638,10 +638,10 @@ const HireDevelopersSection = () => { ))}
- + {/* CTA */}
- navigateTo(specialist.link)} > @@ -697,7 +697,7 @@ export function MachineLearning() { - { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/MedicalComplianceSolutions.tsx b/pages/MedicalComplianceSolutions.tsx index 52981b3..314acf2 100644 --- a/pages/MedicalComplianceSolutions.tsx +++ b/pages/MedicalComplianceSolutions.tsx @@ -63,7 +63,7 @@ const MedicalComplianceHero = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1486,9 +1486,9 @@ export const MedicalComplianceSolutions = () => {
{/* Testimonials */} -
+ {/*
-
+
*/} {/* Mid-Page CTA */}
diff --git a/pages/MicrolearningApps.tsx b/pages/MicrolearningApps.tsx index 43e286d..10a9fb0 100644 --- a/pages/MicrolearningApps.tsx +++ b/pages/MicrolearningApps.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/MobileAppDevelopment.tsx b/pages/MobileAppDevelopment.tsx index e46ab99..e3644f7 100644 --- a/pages/MobileAppDevelopment.tsx +++ b/pages/MobileAppDevelopment.tsx @@ -50,8 +50,7 @@ const HeroWithCTA = () => { /> {/* Canonical Link */} - - + {/* Open Graph Tags (for Facebook, LinkedIn) */} { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/NativeAppDevelopment.tsx b/pages/NativeAppDevelopment.tsx index 6e348ad..33b9ff0 100644 --- a/pages/NativeAppDevelopment.tsx +++ b/pages/NativeAppDevelopment.tsx @@ -121,7 +121,7 @@ const NativeHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/OTTStreamingApps.tsx b/pages/OTTStreamingApps.tsx index e856377..f0993c7 100644 --- a/pages/OTTStreamingApps.tsx +++ b/pages/OTTStreamingApps.tsx @@ -41,7 +41,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/OilGasMonitoringSystems.tsx b/pages/OilGasMonitoringSystems.tsx index b9379f0..8d3656e 100644 --- a/pages/OilGasMonitoringSystems.tsx +++ b/pages/OilGasMonitoringSystems.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/OnDemandServices.tsx b/pages/OnDemandServices.tsx index 94e5666..0e8272b 100644 --- a/pages/OnDemandServices.tsx +++ b/pages/OnDemandServices.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/PWADevelopment.tsx b/pages/PWADevelopment.tsx index 6b03475..8b6250a 100644 --- a/pages/PWADevelopment.tsx +++ b/pages/PWADevelopment.tsx @@ -64,7 +64,7 @@ const PWAHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -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`} >
diff --git a/pages/PredictiveAnalyticsForecasting.tsx b/pages/PredictiveAnalyticsForecasting.tsx index aa3e32e..ba73389 100644 --- a/pages/PredictiveAnalyticsForecasting.tsx +++ b/pages/PredictiveAnalyticsForecasting.tsx @@ -63,7 +63,7 @@ const PredictiveAnalyticsHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/ProductModernization.tsx b/pages/ProductModernization.tsx index f73cf14..aecfea8 100644 --- a/pages/ProductModernization.tsx +++ b/pages/ProductModernization.tsx @@ -60,7 +60,7 @@ const ModernizationHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/RealEstateTech.tsx b/pages/RealEstateTech.tsx index 82b8d6c..87726b6 100644 --- a/pages/RealEstateTech.tsx +++ b/pages/RealEstateTech.tsx @@ -57,7 +57,7 @@ const RealEstateTechHero = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1484,9 +1484,9 @@ export const RealEstateTech = () => {
{/* Testimonials */} -
+ {/*
-
+
*/} {/* Mid-Page CTA */}
diff --git a/pages/RecommendationEngines.tsx b/pages/RecommendationEngines.tsx index 60a2fc7..bea89a0 100644 --- a/pages/RecommendationEngines.tsx +++ b/pages/RecommendationEngines.tsx @@ -65,7 +65,7 @@ const RecommendationEnginesHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/Resources.tsx b/pages/Resources.tsx index 21a4010..bccaccf 100644 --- a/pages/Resources.tsx +++ b/pages/Resources.tsx @@ -32,7 +32,7 @@ const HeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/SaaSProductEngineering.tsx b/pages/SaaSProductEngineering.tsx index e4b9424..6ff2e1a 100644 --- a/pages/SaaSProductEngineering.tsx +++ b/pages/SaaSProductEngineering.tsx @@ -55,7 +55,7 @@ const SaaSHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/Services.tsx b/pages/Services.tsx index feea540..ce7483d 100644 --- a/pages/Services.tsx +++ b/pages/Services.tsx @@ -40,7 +40,6 @@ const HeroWithCTA = () => { {/* Canonical Link */} - {/* Open Graph Tags (for Facebook, LinkedIn) */} { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/SoftwareEngineering.tsx b/pages/SoftwareEngineering.tsx index 8c4651b..90b3970 100644 --- a/pages/SoftwareEngineering.tsx +++ b/pages/SoftwareEngineering.tsx @@ -39,7 +39,7 @@ const HeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/SportsFanEngagement.tsx b/pages/SportsFanEngagement.tsx index 0d1bc20..3bb97f9 100644 --- a/pages/SportsFanEngagement.tsx +++ b/pages/SportsFanEngagement.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/SupplyChainFleetManagement.tsx b/pages/SupplyChainFleetManagement.tsx index c0874ad..429eb49 100644 --- a/pages/SupplyChainFleetManagement.tsx +++ b/pages/SupplyChainFleetManagement.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/SystemArchitectureDevOps.tsx b/pages/SystemArchitectureDevOps.tsx index 80b52a8..d93baee 100644 --- a/pages/SystemArchitectureDevOps.tsx +++ b/pages/SystemArchitectureDevOps.tsx @@ -61,7 +61,7 @@ const DevOpsHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/TeamAugmentationServices.tsx b/pages/TeamAugmentationServices.tsx index 3a572d5..2e9245a 100644 --- a/pages/TeamAugmentationServices.tsx +++ b/pages/TeamAugmentationServices.tsx @@ -195,7 +195,7 @@ export const TeamAugmentationServices = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/ThirdPartyIntegrations.tsx b/pages/ThirdPartyIntegrations.tsx index f6fd597..5cab5bf 100644 --- a/pages/ThirdPartyIntegrations.tsx +++ b/pages/ThirdPartyIntegrations.tsx @@ -60,7 +60,7 @@ const IntegrationsHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/TransportationApps.tsx b/pages/TransportationApps.tsx index 30c3d70..20e70f5 100644 --- a/pages/TransportationApps.tsx +++ b/pages/TransportationApps.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/TravelBookingSystems.tsx b/pages/TravelBookingSystems.tsx index ba36576..cb61a64 100644 --- a/pages/TravelBookingSystems.tsx +++ b/pages/TravelBookingSystems.tsx @@ -41,7 +41,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/UIUXDesign.tsx b/pages/UIUXDesign.tsx index 34407b8..db3d889 100644 --- a/pages/UIUXDesign.tsx +++ b/pages/UIUXDesign.tsx @@ -55,7 +55,7 @@ const UIUXHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/UserResearchTesting.tsx b/pages/UserResearchTesting.tsx index d319548..aadd458 100644 --- a/pages/UserResearchTesting.tsx +++ b/pages/UserResearchTesting.tsx @@ -53,7 +53,7 @@ const ResearchHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/VirtualClassroomsLMS.tsx b/pages/VirtualClassroomsLMS.tsx index f8a85ac..52cbc4b 100644 --- a/pages/VirtualClassroomsLMS.tsx +++ b/pages/VirtualClassroomsLMS.tsx @@ -30,7 +30,7 @@ const ProblemSolutionBlock = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/WealthTechPlatforms.tsx b/pages/WealthTechPlatforms.tsx index 46fbd9d..ad76438 100644 --- a/pages/WealthTechPlatforms.tsx +++ b/pages/WealthTechPlatforms.tsx @@ -55,7 +55,7 @@ const WealthTechPlatformsHero = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1509,9 +1509,9 @@ export const WealthTechPlatforms = () => {
{/* Testimonials */} -
+ {/*
-
+
*/} {/* Mid-Page CTA */}
diff --git a/pages/WearableDeviceDevelopment.tsx b/pages/WearableDeviceDevelopment.tsx index 648e6bf..6babeb4 100644 --- a/pages/WearableDeviceDevelopment.tsx +++ b/pages/WearableDeviceDevelopment.tsx @@ -55,7 +55,7 @@ const WearableHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/WebCloudServices.tsx b/pages/WebCloudServices.tsx index 9f44e52..12f2750 100644 --- a/pages/WebCloudServices.tsx +++ b/pages/WebCloudServices.tsx @@ -83,7 +83,7 @@ const HeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/WhitepapersInsights.tsx b/pages/WhitepapersInsights.tsx index a4d17cc..dff7be1 100644 --- a/pages/WhitepapersInsights.tsx +++ b/pages/WhitepapersInsights.tsx @@ -235,7 +235,7 @@ export const WhitepapersInsights = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} diff --git a/pages/iOSAppDevelopment.tsx b/pages/iOSAppDevelopment.tsx index 83ef9ff..be0d793 100644 --- a/pages/iOSAppDevelopment.tsx +++ b/pages/iOSAppDevelopment.tsx @@ -63,7 +63,7 @@ const IOSHeroWithCTA = () => { /> {/* Canonical Link */} - + {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -339,16 +339,16 @@ const IOSCaseStudies = () => {