2025-07-11 16:54:37 +05:30
import React from "react" ;
import { Navigation } from "../components/Navigation" ;
import { Footer } from "../components/Footer" ;
import { Button } from "../components/ui/button" ;
import { Badge } from "../components/ui/badge" ;
import { Card , CardContent } from "../components/ui/card" ;
2025-07-21 15:57:34 +05:30
import {
ArrowRight ,
Palette ,
Users ,
Target ,
Eye ,
Smartphone ,
CheckCircle ,
Star ,
MousePointer2 ,
TestTube ,
} from "lucide-react" ;
2025-09-23 20:13:31 +05:30
import { useNavigate } from "react-router-dom" ;
2025-07-23 18:53:54 +05:30
import { Helmet } from "react-helmet-async" ;
2025-08-08 19:23:45 +05:30
import { UIUXVector } from "@/components/vectors" ;
import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner" ;
2025-07-11 16:54:37 +05:30
export const HireUIUXDesigners = ( ) = > {
2025-09-23 20:13:31 +05:30
const navigate = useNavigate ( ) ;
2025-07-11 16:54:37 +05:30
const expertise = [
{
category : "User Research & Analysis" ,
2025-07-21 15:57:34 +05:30
description :
"Conducting usability testing, user interviews, and competitive analysis to understand user needs" ,
skills : [
"User Interviews" ,
"Usability Testing" ,
"Surveys" ,
"Competitive Analysis" ,
"Persona Development" ,
] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "Information Architecture" ,
2025-07-21 15:57:34 +05:30
description :
"Structuring content and navigation for clarity and ease of use" ,
skills : [
"Site Mapping" ,
"User Flows" ,
"Content Strategy" ,
"Navigation Design" ,
"Information Hierarchy" ,
] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "Wireframing & Prototyping" ,
2025-07-21 15:57:34 +05:30
description :
"Creating low-fidelity wireframes and interactive prototypes to visualize user flows" ,
skills : [
"Wireframing" ,
"Interactive Prototypes" ,
"Paper Prototyping" ,
"Digital Mockups" ,
"Flow Diagrams" ,
] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "User Interface (UI) Design" ,
2025-07-21 15:57:34 +05:30
description :
"Designing aesthetic and consistent visual elements, including typography, color palettes, iconography, and layouts" ,
skills : [
"Visual Design" ,
"Typography" ,
"Color Theory" ,
"Iconography" ,
"Layout Design" ,
"Brand Consistency" ,
] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "User Experience (UX) Design" ,
2025-07-21 15:57:34 +05:30
description :
"Focusing on the entire user journey, ensuring efficiency, satisfaction, and accessibility" ,
skills : [
"Journey Mapping" ,
"Interaction Design" ,
"Accessibility (WCAG)" ,
"User Psychology" ,
"Experience Strategy" ,
] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "Design Systems" ,
2025-07-21 15:57:34 +05:30
description :
"Developing scalable design systems for consistency across products" ,
skills : [
"Component Libraries" ,
"Style Guides" ,
"Design Tokens" ,
"Pattern Libraries" ,
"Brand Guidelines" ,
] ,
} ,
2025-07-11 16:54:37 +05:30
] ;
2025-08-08 19:23:45 +05:30
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
}
} ,
]
2025-07-11 16:54:37 +05:30
const deliverables = [
{
icon : Users ,
title : "User-Centric Designs" ,
2025-07-21 15:57:34 +05:30
description :
"Solutions tailored to your target audience's needs and behaviors." ,
2025-07-11 16:54:37 +05:30
} ,
{
icon : Target ,
title : "Enhanced User Satisfaction" ,
2025-07-21 15:57:34 +05:30
description :
"Intuitive interfaces that make products easy and enjoyable to use." ,
2025-07-11 16:54:37 +05:30
} ,
{
icon : Eye ,
title : "Increased Engagement & Conversion" ,
2025-07-21 15:57:34 +05:30
description : "Designs optimized to achieve your business goals." ,
2025-07-11 16:54:37 +05:30
} ,
{
icon : Palette ,
title : "Brand Consistency" ,
2025-07-21 15:57:34 +05:30
description : "Visuals that align with your brand identity." ,
2025-07-11 16:54:37 +05:30
} ,
{
icon : CheckCircle ,
title : "Accessibility Compliance" ,
2025-07-21 15:57:34 +05:30
description :
"Designs that are inclusive and usable by individuals with diverse abilities." ,
} ,
2025-07-11 16:54:37 +05:30
] ;
const projectTypes = [
"New Product Design & Development" ,
"Website & Mobile App Redesigns" ,
"SaaS Platforms & Enterprise Solutions" ,
"Interactive Dashboards" ,
2025-07-21 15:57:34 +05:30
"E-commerce User Journeys" ,
2025-07-11 16:54:37 +05:30
] ;
const designTools = [
{
category : "Design Tools" ,
2025-07-21 15:57:34 +05:30
tools : [
"Figma" ,
"Sketch" ,
"Adobe XD" ,
"Adobe Creative Suite" ,
"InVision" ,
] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "Prototyping" ,
2025-07-21 15:57:34 +05:30
tools : [ "Principle" , "Framer" , "ProtoPie" , "Marvel" , "Axure RP" ] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "Research Tools" ,
2025-07-21 15:57:34 +05:30
tools : [ "Miro" , "Hotjar" , "UserTesting" , "Optimal Workshop" , "Maze" ] ,
2025-07-11 16:54:37 +05:30
} ,
{
category : "Collaboration" ,
2025-07-21 15:57:34 +05:30
tools : [ "Slack" , "Notion" , "Confluence" , "Zeplin" , "Abstract" ] ,
} ,
2025-07-11 16:54:37 +05:30
] ;
const testimonials = [
{
2025-07-21 15:57:34 +05:30
quote :
"Our UI/UX designer from WDI completely transformed our user experience. User engagement increased by 150% and our conversion rates doubled after the redesign." ,
2025-07-11 16:54:37 +05:30
author : "Rachel Green" ,
role : "Product Manager, InnovateTech" ,
2025-07-21 15:57:34 +05:30
rating : 5 ,
2025-07-11 16:54:37 +05:30
} ,
{
2025-07-21 15:57:34 +05:30
quote :
"The design system they created streamlined our entire design process. Now our whole team can work efficiently with consistent, beautiful designs." ,
2025-07-11 16:54:37 +05:30
author : "Mark Davis" ,
role : "Design Director, CreativeFlow" ,
2025-07-21 15:57:34 +05:30
rating : 5 ,
} ,
2025-07-11 16:54:37 +05:30
] ;
return (
< div className = "dark min-h-screen bg-background" >
2025-09-23 20:13:31 +05:30
{ /* <Navigation /> */ }
2025-07-21 15:57:34 +05:30
2025-08-08 19:23:45 +05:30
< Helmet >
2025-07-23 18:53:54 +05:30
{ /* Page Title and Meta Description */ }
< title > Hire UI / UX Designers for Your Project | WDI < / title >
< meta
name = "description"
content = "Engage top UI/UX designers from WDI for stunning, user-centric web and app interfaces. Elevate your digital products with award-winning design expertise."
/ >
{ /* Canonical Link */ }
2025-07-23 19:52:24 +05:30
< link rel = "canonical" href = "https://www.wdipl.com/hire-talent/ui-ux-designers" / >
2025-07-23 18:53:54 +05:30
{ /* Open Graph Tags (for Facebook, LinkedIn) */ }
< meta property = "og:title" content = "Hire UI/UX Designers for Your Project | WDI" / >
< meta
property = "og:description"
content = "Engage top UI/UX designers from WDI for stunning, user-centric web and app interfaces. Elevate your digital products with award-winning design expertise."
/ >
< 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 = "Hire UI/UX Designers for Your Project | WDI" / >
< meta
name = "twitter:description"
content = "Engage top UI/UX designers from WDI for stunning, user-centric web and app interfaces. Elevate your digital products with award-winning design expertise."
/ >
< 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 >
2025-07-21 15:57:34 +05:30
2025-08-08 19:23:45 +05:30
{ /* Hero Section */ }
< HireTalentHeroBanner
vectorComponent = { UIUXVector }
category = { heroBanner [ 0 ] . category }
title = { heroBanner [ 0 ] . title }
description = { heroBanner [ 0 ] . description }
primaryCTA = { heroBanner [ 0 ] . primaryCTA }
secondaryCTA = { heroBanner [ 0 ] . secondaryCTA }
/ >
2025-07-11 16:54:37 +05:30
{ /* Introduction */ }
< section className = "py-16 bg-card/50" >
< div className = "container mx-auto px-6 lg:px-8" >
< div className = "max-w-4xl mx-auto text-center" >
< p className = "text-lg text-muted-foreground leading-relaxed" >
2025-07-21 15:57:34 +05:30
Our designers deliver interfaces that are not only visually
stunning but also highly intuitive , accessible , and enjoyable to
use . We create experiences that users love and that drive business
success .
2025-07-11 16:54:37 +05:30
< / p >
< / div >
< / div >
< / section >
{ /* Design Tools & Technologies */ }
< section className = "py-16 bg-background" >
< 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" >
Design Tools & Technologies
< / h2 >
< p className = "text-muted-foreground max-w-2xl mx-auto" >
2025-07-21 15:57:34 +05:30
Our designers are proficient in the latest design tools and
methodologies
2025-07-11 16:54:37 +05:30
< / p >
< / div >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "grid md:grid-cols-2 lg:grid-cols-4 gap-8" >
{ designTools . map ( ( category , index ) = > (
2025-07-21 15:57:34 +05:30
< Card
key = { index }
className = "bg-card/50 border-white/10 hover:border-[#E5195E]/30 transition-all duration-300 group"
>
2025-07-11 16:54:37 +05:30
< CardContent className = "p-6" >
< h3 className = "text-lg font-semibold text-white mb-4 group-hover:text-[#E5195E] transition-colors duration-300" >
{ category . category }
< / h3 >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "space-y-2" >
{ category . tools . map ( ( tool , toolIndex ) = > (
< div key = { toolIndex } className = "flex items-center gap-2" >
< div className = "w-2 h-2 rounded-full bg-[#E5195E]" / >
2025-07-21 15:57:34 +05:30
< span className = "text-muted-foreground text-sm" >
{ tool }
< / span >
2025-07-11 16:54:37 +05:30
< / div >
) ) }
< / div >
< / CardContent >
< / Card >
) ) }
< / div >
< / div >
< / section >
{ /* UI/UX Design Expertise */ }
< 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" >
Our UI / UX Design Expertise
< / h2 >
< p className = "text-muted-foreground max-w-2xl mx-auto" >
2025-07-21 15:57:34 +05:30
Comprehensive design skills for creating exceptional user
experiences
2025-07-11 16:54:37 +05:30
< / p >
< / div >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "grid md:grid-cols-2 lg:grid-cols-3 gap-8" >
{ expertise . map ( ( area , index ) = > (
2025-07-21 15:57:34 +05:30
< Card
key = { index }
className = "bg-background/50 border-white/10 hover:border-[#E5195E]/30 transition-all duration-300 group"
>
2025-07-11 16:54:37 +05:30
< CardContent className = "p-6" >
< h3 className = "text-lg font-semibold text-white mb-3 group-hover:text-[#E5195E] transition-colors duration-300" >
{ area . category }
< / h3 >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< p className = "text-muted-foreground text-sm mb-4 leading-relaxed" >
{ area . description }
< / p >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "space-y-1" >
{ area . skills . map ( ( skill , skillIndex ) = > (
< div key = { skillIndex } className = "flex items-center gap-2" >
< div className = "w-1.5 h-1.5 rounded-full bg-[#E5195E]" / >
2025-07-21 15:57:34 +05:30
< span className = "text-muted-foreground text-xs" >
{ skill }
< / span >
2025-07-11 16:54:37 +05:30
< / div >
) ) }
< / div >
< / CardContent >
< / Card >
) ) }
< / div >
< / div >
< / section >
{ /* What Our Designers Deliver */ }
< section className = "py-16 bg-background" >
< 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" >
What Our UI / UX Designers Deliver
< / h2 >
< p className = "text-muted-foreground max-w-2xl mx-auto" >
Design solutions that drive engagement and business success
< / p >
< / div >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "grid md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto" >
{ deliverables . map ( ( item , index ) = > (
2025-07-21 15:57:34 +05:30
< Card
key = { index }
className = "bg-card/50 border-white/10 hover:border-[#E5195E]/30 transition-all duration-300 group"
>
2025-07-11 16:54:37 +05:30
< CardContent className = "p-6 text-center" >
< item.icon className = "w-8 h-8 text-[#E5195E] mb-4 mx-auto group-hover:scale-110 transition-transform duration-300" / >
< h3 className = "text-lg font-semibold text-white mb-3 group-hover:text-[#E5195E] transition-colors duration-300" >
{ item . title }
< / h3 >
< p className = "text-muted-foreground text-sm leading-relaxed" >
{ item . description }
< / p >
< / CardContent >
< / Card >
) ) }
< / div >
< / div >
< / section >
{ /* Ideal Projects */ }
< 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" >
Ideal for Projects Requiring
< / h2 >
< p className = "text-muted-foreground max-w-2xl mx-auto" >
Design expertise that transforms user experiences
< / p >
< / div >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "grid md:grid-cols-2 gap-6 max-w-3xl mx-auto" >
{ projectTypes . map ( ( project , index ) = > (
2025-07-21 15:57:34 +05:30
< div
key = { index }
className = "flex items-center gap-3 p-4 rounded-lg bg-background/50 border border-white/10 hover:border-[#E5195E]/30 transition-all duration-300"
>
2025-07-11 16:54:37 +05:30
< CheckCircle className = "w-5 h-5 text-[#E5195E] flex-shrink-0" / >
< span className = "text-white" > { project } < / span >
< / div >
) ) }
< / div >
< / div >
< / section >
{ /* Testimonials */ }
2025-07-21 20:16:17 +05:30
{ / * < s e c t i o n c l a s s N a m e = " p y - 1 6 b g - b a c k g r o u n d " >
2025-07-11 16:54:37 +05:30
< 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" >
Client Success Stories
< / h2 >
< p className = "text-muted-foreground max-w-2xl mx-auto" >
Real results from satisfied clients
< / p >
< / div >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "grid md:grid-cols-2 gap-8 max-w-4xl mx-auto" >
{ testimonials . map ( ( testimonial , index ) = > (
< Card key = { index } className = "bg-card/50 border-white/10" >
< CardContent className = "p-8" >
< div className = "flex gap-1 mb-4" >
{ [ . . . Array ( testimonial . rating ) ] . map ( ( _ , i ) = > (
2025-07-21 15:57:34 +05:30
< Star
key = { i }
className = "w-5 h-5 text-yellow-400 fill-current"
/ >
2025-07-11 16:54:37 +05:30
) ) }
< / div >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< p className = "text-muted-foreground mb-6 leading-relaxed italic" >
"{testimonial.quote}"
< / p >
2025-07-21 15:57:34 +05:30
2025-07-11 16:54:37 +05:30
< div className = "border-t border-white/10 pt-6" >
2025-07-21 15:57:34 +05:30
< h4 className = "text-white font-semibold" >
{ testimonial . author }
< / h4 >
2025-07-11 16:54:37 +05:30
< p className = "text-[#E5195E] text-sm" > { testimonial . role } < / p >
< / div >
< / CardContent >
< / Card >
) ) }
< / div >
< / div >
2025-07-21 20:16:17 +05:30
< / section > * / }
2025-07-11 16:54:37 +05:30
{ /* CTA Section */ }
< section className = "py-16 bg-card/50" >
< div className = "container mx-auto px-6 lg:px-8" >
< div className = "max-w-4xl mx-auto text-center" >
< h2 className = "text-3xl md:text-4xl font-bold mb-6 text-white" >
Ready to Create Exceptional User Experiences ?
< / h2 >
< p className = "text-lg text-muted-foreground mb-8 max-w-2xl mx-auto" >
2025-07-21 15:57:34 +05:30
Connect with our UI / UX designers and transform your digital
products into engaging user experiences .
2025-07-11 16:54:37 +05:30
< / p >
< div className = "flex flex-col sm:flex-row gap-4 justify-center" >
2025-07-21 15:57:34 +05:30
< Button
size = "lg"
className = "bg-[#E5195E] hover:bg-[#E5195E]/90 text-white"
2025-09-23 20:13:31 +05:30
onClick = { ( ) = > navigate ( "/start-a-project" ) }
2025-07-21 15:57:34 +05:30
>
2025-07-11 16:54:37 +05:30
Start Your Design Journey
< ArrowRight className = "ml-2 w-4 h-4" / >
< / Button >
2025-07-21 15:57:34 +05:30
< Button
size = "lg"
variant = "outline"
className = "border-white/20 text-white hover:bg-white/10"
>
2025-07-11 16:54:37 +05:30
Portfolio Review
< / Button >
< / div >
< / div >
< / div >
< / section >
2025-09-23 20:13:31 +05:30
{ /* <Footer /> */ }
2025-07-11 16:54:37 +05:30
< / div >
) ;
2025-07-21 15:57:34 +05:30
} ;