From 1d552eb2fca1f93283c0481ae60462ca19a39132 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Fri, 8 Aug 2025 19:23:45 +0530 Subject: [PATCH] completed hire talent banner and in homepage added new service section --- App.tsx | 327 ++++++++++++++++++++-------- pages/DedicatedDevelopmentTeams.tsx | 75 +++---- pages/EngagementModels.tsx | 76 +++---- pages/HireQAEngineers.tsx | 138 +++++------- pages/HireUIUXDesigners.tsx | 78 +++---- pages/TeamAugmentationServices.tsx | 76 +++---- 6 files changed, 422 insertions(+), 348 deletions(-) diff --git a/App.tsx b/App.tsx index db6a934..1bbb508 100644 --- a/App.tsx +++ b/App.tsx @@ -1,93 +1,91 @@ -import { useState, useEffect } from "react"; -import { Navigation } from "./components/Navigation"; -import { HeroSection } from "./components/HeroSection"; -import { ClientLogos } from "./components/ClientLogos"; -import { ServicesSection } from "./components/ServicesSection"; -import { WhyChooseWDI } from "./components/WhyChooseWDI"; -import { HorizontalTagScroller } from "./components/HorizontalTagScroller"; -import { CaseStudyHighlight } from "./components/CaseStudyHighlight"; -import { InlineCTA } from "./components/InlineCTA"; -import { ProcessSection } from "./components/ProcessSection"; +import { useEffect, useState } from "react"; import { CarouselTestimonials } from "./components/CarouselTestimonials"; +import { CaseStudyHighlight } from "./components/CaseStudyHighlight"; +import { ClientLogos } from "./components/ClientLogos"; +import { Footer } from "./components/Footer"; +import { HeroSection } from "./components/HeroSection"; +import { HorizontalTagScroller } from "./components/HorizontalTagScroller"; +import { InlineCTA } from "./components/InlineCTA"; +import { Navigation } from "./components/Navigation"; +import { ProcessSection } from "./components/ProcessSection"; import { ResourceCards } from "./components/ResourceCards"; import { SplitCallToAction } from "./components/SplitCallToAction"; -import { Footer } from "./components/Footer"; import { Button } from "./components/ui/button"; +import { WhyChooseWDI } from "./components/WhyChooseWDI"; // Main Category Pages -import { Services } from "./pages/Services"; -import { Solutions } from "./pages/Solutions"; -import { Industries } from "./pages/Industries"; -import { Resources } from "./pages/Resources"; -import { Company } from "./pages/Company"; -import { ContactMain } from "./pages/ContactMain"; -import { WebCloudServices } from "./pages/WebCloudServices"; -import { SoftwareEngineering } from "./pages/SoftwareEngineering"; -import { DesignExperience } from "./pages/DesignExperience"; import { ArtificialIntelligenceServices } from "./pages/ArtificialIntelligenceServices"; +import { ContactMain } from "./pages/ContactMain"; +import { DesignExperience } from "./pages/DesignExperience"; +import { Industries } from "./pages/Industries"; import { MachineLearning } from "./pages/MachineLearning"; +import { Resources } from "./pages/Resources"; +import { Services } from "./pages/Services"; +import { SoftwareEngineering } from "./pages/SoftwareEngineering"; +import { Solutions } from "./pages/Solutions"; +import { WebCloudServices } from "./pages/WebCloudServices"; // Service Pages -import { MobileAppDevelopment } from "./pages/MobileAppDevelopment"; -import { IOSAppDevelopment } from "./pages/iOSAppDevelopment"; -import { AndroidAppDevelopment } from "./pages/AndroidAppDevelopment"; -import { CrossPlatformAppDevelopment } from "./pages/CrossPlatformAppDevelopment"; -import { NativeAppDevelopment } from "./pages/NativeAppDevelopment"; -import { PWADevelopment } from "./pages/PWADevelopment"; -import { WearableDeviceDevelopment } from "./pages/WearableDeviceDevelopment"; -import { CustomWebAppDevelopment } from "./pages/CustomWebAppDevelopment"; -import { SaaSProductEngineering } from "./pages/SaaSProductEngineering"; -import { EcommercePlatforms } from "./pages/EcommercePlatforms"; import { AdminPanelsDashboards } from "./pages/AdminPanelsDashboards"; +import { AIAutomationWorkflows } from "./pages/AIAutomationWorkflows"; +import { AIChatbotsVirtualAssistants } from "./pages/AIChatbotsVirtualAssistants"; +import { AIIntegrationDigitalProducts } from "./pages/AIIntegrationDigitalProducts"; +import { AIModelDeploymentMLOps } from "./pages/AIModelDeploymentMLOps"; +import { AIStrategyConsulting } from "./pages/AIStrategyConsulting"; +import { AndroidAppDevelopment } from "./pages/AndroidAppDevelopment"; import { APIBackendDevelopment } from "./pages/APIBackendDevelopment"; +import { ClickablePrototypes } from "./pages/ClickablePrototypes"; +import { ComputerVisionApplications } from "./pages/ComputerVisionApplications"; +import { CrossPlatformAppDevelopment } from "./pages/CrossPlatformAppDevelopment"; +import { CustomMLModelDevelopment } from "./pages/CustomMLModelDevelopment"; +import { CustomWebAppDevelopment } from "./pages/CustomWebAppDevelopment"; +import { DesignThinkingWorkshops } from "./pages/DesignThinkingWorkshops"; +import { EcommercePlatforms } from "./pages/EcommercePlatforms"; import { EnterpriseSoftwareSolutions } from "./pages/EnterpriseSoftwareSolutions"; +import { GenAIIntegrationDigitalProducts } from "./pages/GenAIIntegrationDigitalProducts"; +import { IOSAppDevelopment } from "./pages/iOSAppDevelopment"; +import { MobileAppDevelopment } from "./pages/MobileAppDevelopment"; +import { NativeAppDevelopment } from "./pages/NativeAppDevelopment"; +import { NLPTextAnalytics } from "./pages/NLPTextAnalytics"; +import { PredictiveAnalyticsForecasting } from "./pages/PredictiveAnalyticsForecasting"; +import { ProductModernization } from "./pages/ProductModernization"; +import { PWADevelopment } from "./pages/PWADevelopment"; +import { RecommendationEngines } from "./pages/RecommendationEngines"; +import { SaaSProductEngineering } from "./pages/SaaSProductEngineering"; import { SystemArchitectureDevOps } from "./pages/SystemArchitectureDevOps"; import { ThirdPartyIntegrations } from "./pages/ThirdPartyIntegrations"; -import { ProductModernization } from "./pages/ProductModernization"; import { UIUXDesign } from "./pages/UIUXDesign"; -import { ClickablePrototypes } from "./pages/ClickablePrototypes"; -import { DesignThinkingWorkshops } from "./pages/DesignThinkingWorkshops"; import { UserResearchTesting } from "./pages/UserResearchTesting"; -import { AIStrategyConsulting } from "./pages/AIStrategyConsulting"; -import { AIAutomationWorkflows } from "./pages/AIAutomationWorkflows"; -import { AIIntegrationDigitalProducts } from "./pages/AIIntegrationDigitalProducts"; -import { GenAIIntegrationDigitalProducts } from "./pages/GenAIIntegrationDigitalProducts"; -import { AIChatbotsVirtualAssistants } from "./pages/AIChatbotsVirtualAssistants"; -import { AIModelDeploymentMLOps } from "./pages/AIModelDeploymentMLOps"; -import { CustomMLModelDevelopment } from "./pages/CustomMLModelDevelopment"; -import { PredictiveAnalyticsForecasting } from "./pages/PredictiveAnalyticsForecasting"; -import { ComputerVisionApplications } from "./pages/ComputerVisionApplications"; -import { NLPTextAnalytics } from "./pages/NLPTextAnalytics"; -import { RecommendationEngines } from "./pages/RecommendationEngines"; +import { WearableDeviceDevelopment } from "./pages/WearableDeviceDevelopment"; // Solution Pages -import { DigitalProductDevelopment } from "./pages/DigitalProductDevelopment"; -import { MVPStartupLaunchPackages } from "./pages/MVPStartupLaunchPackages"; -import { LegacySystemRebuilds } from "./pages/LegacySystemRebuilds"; -import { DedicatedOffshoreODC } from "./pages/DedicatedOffshoreODC"; import { BusinessProcessAutomation } from "./pages/BusinessProcessAutomation"; import { ComplianceReadySystems } from "./pages/ComplianceReadySystems"; +import { DedicatedOffshoreODC } from "./pages/DedicatedOffshoreODC"; +import { DigitalProductDevelopment } from "./pages/DigitalProductDevelopment"; +import { LegacySystemRebuilds } from "./pages/LegacySystemRebuilds"; +import { MVPStartupLaunchPackages } from "./pages/MVPStartupLaunchPackages"; // Industry Pages - Financial Services import { FinTechBankingApps } from "./pages/FinTechBankingApps"; -import { WealthTechPlatforms } from "./pages/WealthTechPlatforms"; import { RealEstateTech } from "./pages/RealEstateTech"; +import { WealthTechPlatforms } from "./pages/WealthTechPlatforms"; // Industry Pages - Healthcare & Wellness +import { FitnessWellnessPlatforms } from "./pages/FitnessWellnessPlatforms"; import { HealthTechApplications } from "./pages/HealthTechApplications"; import { MedicalComplianceSolutions } from "./pages/MedicalComplianceSolutions"; -import { FitnessWellnessPlatforms } from "./pages/FitnessWellnessPlatforms"; // Industry Pages - Learning & Education import { EdTechPlatforms } from "./pages/EdTechPlatforms"; -import { VirtualClassroomsLMS } from "./pages/VirtualClassroomsLMS"; import { MicrolearningApps } from "./pages/MicrolearningApps"; +import { VirtualClassroomsLMS } from "./pages/VirtualClassroomsLMS"; // Industry Pages - Commerce & Consumer import { EcommerceMarketplaces } from "./pages/EcommerceMarketplaces"; +import { EventTicketingSolutions } from "./pages/EventTicketingSolutions"; import { FoodOrderingDelivery } from "./pages/FoodOrderingDelivery"; import { TravelBookingSystems } from "./pages/TravelBookingSystems"; -import { EventTicketingSolutions } from "./pages/EventTicketingSolutions"; // Industry Pages - Media & Community import { OTTStreamingApps } from "./pages/OTTStreamingApps"; @@ -95,70 +93,73 @@ import { SocialPlatformsNetworks } from "./pages/SocialPlatformsNetworks"; import { SportsFanEngagement } from "./pages/SportsFanEngagement"; // Industry Pages - Mobility & Logistics -import { TransportationApps } from "./pages/TransportationApps"; import { OnDemandServices } from "./pages/OnDemandServices"; import { SupplyChainFleetManagement } from "./pages/SupplyChainFleetManagement"; +import { TransportationApps } from "./pages/TransportationApps"; // Industry Pages - Industrial & Emerging Tech -import { ManufacturingAutomation } from "./pages/ManufacturingAutomation"; import { AgriTechPlatforms } from "./pages/AgriTechPlatforms"; +import { ManufacturingAutomation } from "./pages/ManufacturingAutomation"; import { OilGasMonitoringSystems } from "./pages/OilGasMonitoringSystems"; // Company Pages import { AboutWDI } from "./pages/AboutWDI"; -import { OurHistory } from "./pages/OurHistory"; -import { LeadershipTeam } from "./pages/LeadershipTeam"; import { AwardsCertifications } from "./pages/AwardsCertifications"; import { Careers } from "./pages/Careers"; import { CultureValues } from "./pages/CultureValues"; +import { LeadershipTeam } from "./pages/LeadershipTeam"; +import { OurHistory } from "./pages/OurHistory"; import { PressMedia } from "./pages/PressMedia"; // Hire Talent Pages -import { HireTalent } from "./pages/HireTalent"; -import { HireMobileAppDevelopers } from "./pages/HireMobileAppDevelopers"; -import { HireFullStackDevelopers } from "./pages/HireFullStackDevelopers"; -import { HireFrontendDevelopers } from "./pages/HireFrontendDevelopers"; -import { HireBackendDevelopers } from "./pages/HireBackendDevelopers"; -import { HireUIUXDesigners } from "./pages/HireUIUXDesigners"; -import { HireQAEngineers } from "./pages/HireQAEngineers"; import { DedicatedDevelopmentTeams } from "./pages/DedicatedDevelopmentTeams"; import { EngagementModels } from "./pages/EngagementModels"; +import { HireBackendDevelopers } from "./pages/HireBackendDevelopers"; +import { HireFrontendDevelopers } from "./pages/HireFrontendDevelopers"; +import { HireFullStackDevelopers } from "./pages/HireFullStackDevelopers"; +import { HireMobileAppDevelopers } from "./pages/HireMobileAppDevelopers"; +import { HireQAEngineers } from "./pages/HireQAEngineers"; +import { HireTalent } from "./pages/HireTalent"; +import { HireUIUXDesigners } from "./pages/HireUIUXDesigners"; import { TeamAugmentationServices } from "./pages/TeamAugmentationServices"; // Resource Pages import { Blog } from "./pages/Blog"; import { CaseStudies } from "./pages/CaseStudies"; import { ClientTestimonials } from "./pages/ClientTestimonials"; -import { WhitepapersInsights } from "./pages/WhitepapersInsights"; import { FAQs } from "./pages/FAQs"; +import { WhitepapersInsights } from "./pages/WhitepapersInsights"; // Contact Pages -import { Contact } from "./pages/Contact"; -import { RequestProposal } from "./pages/RequestProposal"; -import { ScheduleDiscoveryCall } from "./pages/ScheduleDiscoveryCall"; -import { OfficeLocations } from "./pages/OfficeLocations"; +import { motion } from "framer-motion"; +import { ChevronRight } from "lucide-react"; +import { Helmet } from "react-helmet-async"; +import { CookieConsent } from "./components/CookieConsent"; +import { ArticleDetail } from "./pages/ArticleDetail"; +import { AutomationReshapingBusiness } from "./pages/AutomationReshapingBusiness"; +import { BuildingYourAPIStack } from "./pages/BuildingYourAPIStack"; import { ClientSupport } from "./pages/ClientSupport"; -import { SendYourCV } from "./pages/SendYourCV"; -import { StartAProject } from "./pages/StartAProject"; -import { ThankYou } from "./pages/ThankYou"; -import { RegroupProject } from "./pages/RegroupProject"; -import { SeezunProject } from "./pages/SeezunProject"; -import { WokaProject } from "./pages/WokaProject"; -import { TanamiProject } from "./pages/TanamiProject"; -import { TradersCircuitProject } from "./pages/TradersCircuitProject"; +import { ComplianceReadyFintech } from "./pages/ComplianceReadyFintech"; +import { Contact } from "./pages/Contact"; +import { FutureOfAIHealthcare } from "./pages/FutureOfAIHealthcare"; import { GoodTimesProject } from "./pages/GoodTimesProject"; +import { LegacySystemScaling } from "./pages/LegacySystemScaling"; +import { MigratingToLinear101 } from "./pages/MigratingToLinear101"; +import { OfficeLocations } from "./pages/OfficeLocations"; import { ProspertyProject } from "./pages/ProspertyProject"; import { RanOutOfProject } from "./pages/RanOutOfProject"; -import { ArticleDetail } from "./pages/ArticleDetail"; -import { FutureOfAIHealthcare } from "./pages/FutureOfAIHealthcare"; -import { ComplianceReadyFintech } from "./pages/ComplianceReadyFintech"; -import { LegacySystemScaling } from "./pages/LegacySystemScaling"; -import { AutomationReshapingBusiness } from "./pages/AutomationReshapingBusiness"; +import { RegroupProject } from "./pages/RegroupProject"; +import { RequestProposal } from "./pages/RequestProposal"; +import { ScheduleDiscoveryCall } from "./pages/ScheduleDiscoveryCall"; +import { SeezunProject } from "./pages/SeezunProject"; +import { SendYourCV } from "./pages/SendYourCV"; +import { StartAProject } from "./pages/StartAProject"; +import { TanamiProject } from "./pages/TanamiProject"; +import { ThankYou } from "./pages/ThankYou"; +import { TradersCircuitProject } from "./pages/TradersCircuitProject"; import { UXReviewPresentations } from "./pages/UXReviewPresentations"; -import { MigratingToLinear101 } from "./pages/MigratingToLinear101"; -import { BuildingYourAPIStack } from "./pages/BuildingYourAPIStack"; -import { CookieConsent } from "./components/CookieConsent"; -import { Helmet } from "react-helmet-async"; +import { WokaProject } from "./pages/WokaProject"; + // Create a global navigation context let setCurrentPath: ((path: string) => void) | null = null; @@ -218,6 +219,88 @@ const useRouter = () => { return { currentPath }; }; + +const services = [ + { + title: "Mobile App Development", + icon: ( + + ), + description: "Native & cross-platform apps with pixel-perfect UIs and seamless user experiences.", + link: "/services/mobile-app-development" + }, + { + title: "Web Platforms", + icon: ( + + ), + description: "Scalable, secure, and SEO-optimized web applications built for performance.", + link: "/web-cloud" + }, + { + title: "AI & ML Solutions", + icon: ( + + ), + description: "Intelligent features powered by cutting-edge algorithms and machine learning.", + link: "/artificial-intelligence" + }, + { + title: "DevOps & Cloud", + icon: ( + + ), + description: "CI/CD pipelines and managed cloud infrastructure for seamless deployment.", + link: "/services/system-architecture-devops" + }, + { + title: "Product Design", + icon: ( + + ), + description: "Human-centered UX with delightful micro-interactions and intuitive interfaces.", + link: "/design-experience" + }, + { + title: "Security & Compliance", + icon: ( + + ), + description: "Pen-testing, auditing, and regulatory alignment for enterprise-grade security.", + link: "/solutions/compliance-ready-systems" + } +]; + // Placeholder component for pages that don't exist yet const PlaceholderPage = ({ title = "Coming Soon", @@ -309,8 +392,80 @@ const Homepage = () => ( {/* Services Grid - Dark background */} -
+ {/*
+
*/} +
+
+ +
+

What We Do

+

+ End-to-end solutions for every stage of your product lifecycle. +

+
+
+ + + {services.map((service, index) => { + const IconComponent = service.icon; + return ( + navigateTo(service.link)} + > +
+
+
+ {/* */} + + {service.icon} + +
+ +
+

+ {service.title} +

+

+ {service.description} +

+
+ +
+ Explore Services + +
+
+
+
+ ); + })} +
+
{/* Why Choose WDI - Dark background */} diff --git a/pages/DedicatedDevelopmentTeams.tsx b/pages/DedicatedDevelopmentTeams.tsx index 983294b..87b92fa 100644 --- a/pages/DedicatedDevelopmentTeams.tsx +++ b/pages/DedicatedDevelopmentTeams.tsx @@ -16,9 +16,12 @@ import { Shield, CheckCircle, Star, + UsersRound, } from "lucide-react"; import { navigateTo } from "@/App"; import { Helmet } from "react-helmet-async"; +import { TeamCollaborationVector } from "@/components/vectors"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; export const DedicatedDevelopmentTeams = () => { const benefits = [ @@ -60,6 +63,24 @@ export const DedicatedDevelopmentTeams = () => { }, ]; + const heroBanner = [ + { + category: "Team Solutions", + title: "Dedicated Development Teams", + description: "Build your extended development team with our dedicated developers who work exclusively on your projects. Scale fast with pre-vetted talent that integrates seamlessly with your processes.", + primaryCTA: { + text: "Build Your Team", + href: "/start-a-project", + icon: UsersRound + }, + secondaryCTA: { + text: "View Team Models", + href: "/engagement-models", + icon: Users + } + }, + ] + const process = [ { step: "01", @@ -121,9 +142,7 @@ export const DedicatedDevelopmentTeams = () => {
- {/* Hero Section */} -
- + {/* Page Title and Meta Description */} Dedicated Development Teams for Hire | WDI { `} -
-
-
-
- - Build Your Remote Tech Hub - -

- Dedicated Development Teams: Your Extended - - {" "} - Tech Arm - -

-

- Build Your Innovation Hub with a Seamlessly Integrated Dedicated - Team. In today's competitive landscape, scaling your tech - capabilities rapidly and efficiently is paramount. -

-
- -
-
-
-
+ {/* Hero Section */} + {/* Introduction */}
diff --git a/pages/EngagementModels.tsx b/pages/EngagementModels.tsx index 129e19b..f1feab7 100644 --- a/pages/EngagementModels.tsx +++ b/pages/EngagementModels.tsx @@ -17,6 +17,8 @@ import { } from "lucide-react"; import { navigateTo } from "@/App"; import { Helmet } from "react-helmet-async"; +import { EngagementModelsVector } from "@/components/vectors"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; export const EngagementModels = () => { const models = [ @@ -112,6 +114,24 @@ export const EngagementModels = () => { }, ]; + const heroBanner =[ + { + category: "Engagement Options", + title: "Flexible Engagement Models", + description: "Choose from our flexible engagement models designed to fit your project needs, budget, and timeline. From fixed-price projects to dedicated teams, find the perfect collaboration approach.", + primaryCTA: { + text: "Explore Models", + href: "/start-a-project", + icon: Target + }, + secondaryCTA: { + text: "Get Consultation", + href: "/hire-talent", + icon: Users + } + }, + ] + const testimonials = [ { quote: @@ -133,8 +153,6 @@ export const EngagementModels = () => {
- {/* Hero Section */} -
{/* Page Title and Meta Description */} Engagement Models | Flexible Software Development Options @@ -182,51 +200,15 @@ export const EngagementModels = () => { `} -
-
- -
-
- - Tailored Solutions for Your Business - -

- Engagement Models: Tailored Solutions for Your - - {" "} - Project Success - -

-

- Choose the Model That Fits Your Project, Budget, and Goals - Perfectly. At WDI, we understand that every project is unique, - with distinct requirements and budgetary considerations. -

-
- - {/* */} -
-
-
-
+ {/* Hero Section */} + {/* Introduction */}
diff --git a/pages/HireQAEngineers.tsx b/pages/HireQAEngineers.tsx index 3d376b9..852589f 100644 --- a/pages/HireQAEngineers.tsx +++ b/pages/HireQAEngineers.tsx @@ -19,6 +19,8 @@ import { } from "lucide-react"; import { navigateTo } from "@/App"; import { Helmet } from "react-helmet-async"; +import { QATestingVector } from "@/components/vectors"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; export const HireQAEngineers = () => { const expertise = [ @@ -99,6 +101,24 @@ export const HireQAEngineers = () => { }, ]; + const heroBanner = [ + { + category: "Hire Expert Engineers", + title: "Hire QA Engineers", + description: "Access skilled QA engineers who ensure your software meets the highest quality standards. From manual testing to test automation, deliver bug-free, reliable applications that users trust.", + primaryCTA: { + text: "Hire QA Engineers", + href: "/start-a-project", + icon: Shield + }, + secondaryCTA: { + text: "View QA Profiles", + href: "/hire-talent", + icon: Users + } + }, + ] + const deliverables = [ { icon: Bug, @@ -204,41 +224,39 @@ export const HireQAEngineers = () => {
- {/* Hero Section */} -
- - {/* Page Title and Meta Description */} - Hire QA Engineers from WDI | Ensure Software Quality - + + {/* Page Title and Meta Description */} + Hire QA Engineers from WDI | Ensure Software Quality + - {/* Canonical Link */} - + {/* Canonical Link */} + - {/* Open Graph Tags (for Facebook, LinkedIn) */} - - - - - + {/* Open Graph Tags (for Facebook, LinkedIn) */} + + + + + - {/* Twitter Card Tags */} - - - - + {/* Twitter Card Tags */} + + + + - {/* Social Profiles (using JSON-LD Schema) */} - - -
-
+ + -
-
- - Ensuring Software Quality & Reliability - -

- Hire QA Engineers: Ensuring Flawless - - {" "} - Performance and Reliability - -

-

- Quality Assurance (QA) is critical for delivering reliable, - high-performing software. WDI provides highly skilled QA engineers - who are meticulous in identifying and resolving defects, ensuring - your product meets the highest standards. -

-
- - {/* */} -
-
-
-
+ {/* Hero Section */} + {/* Testing Tools & Technologies */}
diff --git a/pages/HireUIUXDesigners.tsx b/pages/HireUIUXDesigners.tsx index 404ffba..1c5ea8e 100644 --- a/pages/HireUIUXDesigners.tsx +++ b/pages/HireUIUXDesigners.tsx @@ -18,6 +18,8 @@ import { } from "lucide-react"; import { navigateTo } from "@/App"; import { Helmet } from "react-helmet-async"; +import { UIUXVector } from "@/components/vectors"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; export const HireUIUXDesigners = () => { const expertise = [ @@ -96,6 +98,24 @@ export const HireUIUXDesigners = () => { }, ]; + const heroBanner = [ + { + category: "Hire Expert Designers", + title: "Hire UI/UX Designers", + description: "Get access to expert UI/UX designers who create intuitive, beautiful, and user-centered digital experiences. Transform your ideas into engaging designs that users love and convert.", + primaryCTA: { + text: "Hire UI/UX Designers", + href: "/start-a-project", + icon: Palette + }, + secondaryCTA: { + text: "View Designer Portfolios", + href: "/hire-talent", + icon: Users + } + }, + ] + const deliverables = [ { icon: Users, @@ -181,9 +201,7 @@ export const HireUIUXDesigners = () => {
- {/* Hero Section */} -
- + {/* Page Title and Meta Description */} Hire UI/UX Designers for Your Project | WDI { `} -
-
-
-
- - Creating Intuitive & Beautiful Digital Experiences - -

- Hire UI/UX Designers: Crafting Intuitive & Beautiful - - {" "} - Digital Experiences - -

-

- Exceptional user experience (UX) and captivating user interface - (UI) are the cornerstones of successful digital products. WDI - connects you with talented UI/UX designers who blend creativity - with user psychology. -

-
- - {/* */} -
-
-
-
+ {/* Hero Section */} + {/* Introduction */}
diff --git a/pages/TeamAugmentationServices.tsx b/pages/TeamAugmentationServices.tsx index 2e9245a..5b103f8 100644 --- a/pages/TeamAugmentationServices.tsx +++ b/pages/TeamAugmentationServices.tsx @@ -21,9 +21,12 @@ import { Palette, TestTube, Settings, + UserPlus, } from "lucide-react"; import { navigateTo } from "@/App"; import { Helmet } from "react-helmet-async"; +import { DeveloperSkillsVector } from "@/components/vectors"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; export const TeamAugmentationServices = () => { const benefits = [ @@ -65,6 +68,24 @@ export const TeamAugmentationServices = () => { }, ]; + const heroBanner = [ + { + category: "Team Enhancement", + title: "Team Augmentation Services", + description: "Enhance your existing development team with our skilled professionals. Fill skill gaps, accelerate delivery, and scale your capabilities without the overhead of full-time hiring.", + primaryCTA: { + text: "Augment Your Team", + href: "/start-a-project", + icon: UserPlus + }, + secondaryCTA: { + text: "View Available Skills", + href: "/hire-talent", + icon: Users + } + }, + ] + const process = [ { step: "01", @@ -184,9 +205,7 @@ export const TeamAugmentationServices = () => {
- {/* Hero Section */} -
- + {/* Page Title and Meta Description */} Team Augmentation Services by WDI | Scalable IT Talent { `} -
-
-
-
- - Scale Your Development Capacity - -

- Team Augmentation Services: Seamlessly Scale Your - - {" "} - Development Capacity - -

-

- Instantly Boost Your Team's Expertise and Accelerate Project - Delivery. Facing skill gaps, fluctuating project demands, or tight - deadlines? WDI's Team Augmentation Services provide the perfect - solution. -

-
- -
-
-
-
+ {/* Hero Section */} + {/* Introduction */}