import UIUXDesignAnimation from "@/components/UIUXDesignAnimation"; import { motion } from "framer-motion"; import { Calendar, Eye, Heart, Layers, Layout, Lightbulb, MousePointer, Palette, PenTool, Rocket, TrendingUp, UserPlus, Users } from "lucide-react"; import { FAQSection } from "../components/FAQSection"; import { Footer } from "../components/Footer"; import { Navigation } from "../components/Navigation"; import { ProcessSection } from "../components/ProcessSection"; import { Badge } from "../components/ui/badge"; import { Button } from "../components/ui/button"; import { Card, CardContent } from "../components/ui/card"; import { ShimmerButton } from "../components/ui/shimmer-button"; import { Helmet } from "react-helmet-async"; import { useNavigate } from "react-router-dom"; // Enhanced Hero Section const HeroWithCTA = () => { const navigate = useNavigate(); return (
{/* Page Title and Meta Description */} Design & User Experience Solutions | Expert Services by WDI {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} {/* Twitter Card Tags */} {/* Social Profiles (using JSON-LD Schema) */}
{/* Design & Experience Label */}
Design & Experience
{/* Main Heading */}

Exceptional Design & User Experience Solutions

Create engaging, intuitive experiences with AI-powered design that drive conversions and delight users through research-driven, modern design thinking.

{/* BULLET POINTS REMOVED - Content flows directly to CTAs */} {/* CTAs - STANDARDIZED BUTTON HEIGHTS WITH IMPROVED SPACING */} navigate('/start-a-project')} >
Design Consultation
{/* Right side with Custom UI/UX Design Animation - METRICS REMOVED, EXPANDED CONTAINER */} {/* Design Animation Container - EXPANDED TO FILL SPACE PREVIOUSLY OCCUPIED BY METRICS */}
{/* Animated Background Elements */}
{/* Custom UI/UX Design Animation - CENTERED AND EXPANDED */}
); }; // Enhanced Horizontal Tag Scroller with Design Specialties const HorizontalTagScroller = () => { const specialties = [ { name: "UI/UX Design", icon: PenTool, color: "text-pink-400" }, { name: "User Research", icon: Users, color: "text-blue-400" }, { name: "Prototyping", icon: MousePointer, color: "text-green-400" }, { name: "Design Systems", icon: Layers, color: "text-purple-400" }, { name: "Usability Testing", icon: Eye, color: "text-cyan-400" }, { name: "Brand Design", icon: Palette, color: "text-orange-400" } ]; return (

Our Design Specialties & Expertise

Comprehensive iOS mobile app development design services that craft meaningful user experiences, boost engagement, and deliver measurable business results.

{/* First set */} {specialties.map((specialty, index) => { const IconComponent = specialty.icon; return (
{specialty.name}
); })} {/* Second and third sets for seamless loop */} {[...specialties, ...specialties].map((specialty, index) => { const IconComponent = specialty.icon; return (
{specialty.name}
); })}
); }; // Why Choose WDI Section const SideBySideContentWithIcons = () => { const advantages = [ { id: "research", title: "Research-Driven Design", icon: Users }, { id: "conversion", title: "Conversion Optimization", icon: TrendingUp }, { id: "accessibility", title: "Accessibility Focus", icon: Heart }, { id: "testing", title: "Usability Testing", icon: Eye }, { id: "systems", title: "Design Systems", icon: Layers } ]; return (

Why Choose WDI for Design

User-centered web development design that drives higher engagement, intuitive experiences, and measurable business results through proven UX methodologies.

{advantages.map((advantage, index) => { const IconComponent = advantage.icon; return (

{advantage.title}

); })}
); }; // Service Categories Grid const TabbedServiceDisplay = () => { const navigate = useNavigate(); const services = [ { title: "UI/UX Design", icon: PenTool, description: "Beautiful, intuitive interfaces that enhance user experience.", link: "/services/ui-ux-design" }, { title: "Clickable Prototypes", icon: MousePointer, description: "Interactive prototypes to validate concepts before development.", link: "/services/clickable-prototypes" }, { title: "Design Thinking Workshops", icon: Lightbulb, description: "Collaborative workshops to solve complex design challenges.", link: "/services/design-thinking-workshops" }, { title: "User Research & Testing", icon: Users, description: "Data-driven insights to inform design decisions.", link: "/services/user-research-testing" }, { title: "Design Systems", icon: Layers, description: "Scalable design systems for consistent user experiences.", link: "/services/ui-ux-design" }, { title: "Brand & Visual Identity", icon: Palette, description: "Compelling brand identities that resonate with your audience.", link: "/services/ui-ux-design" } ]; return (

Design & Experience Services

Comprehensive AI mobile app design services that create meaningful connections between users and digital products through intuitive, conversion-focused experiences.

{services.map((service, index) => { const IconComponent = service.icon; return ( navigate(service.link)} >

{service.title}

{service.description}

); })}
); }; // Updated CTA Section with new design const InlineCTA = () => { const navigate = useNavigate(); return (
{/* Ready to Launch Badge */}
Ready to Launch?
{/* Main Heading */}

Create Exceptional User Experiences with Research-Driven Design

{/* Subtitle */}

Design solutions that not only look great but also drive conversion and user engagement through AI-powered design.

{/* CTA Button */}
navigate('/contact/schedule-a-discovery-call')} onClick={() => navigate("/start-a-project")} >
Start Your Design Project
{/* Small benefit text */}

Design audit • User research • Prototype development

); }; // Design Specialists Section const HireDevelopersSection = () => { const navigate = useNavigate(); const specialists = [ { title: "UI/UX Designers", icon: PenTool, skills: ["Figma", "Adobe XD", "User Research", "Prototyping"], iconBg: "bg-pink-500", iconColor: "text-white", link: "/hire-talent/ui-ux-designers" }, { title: "Product Designers", icon: Layout, skills: ["Product Strategy", "Design Systems", "User Journey"], iconBg: "bg-blue-500", iconColor: "text-white", link: "/hire-talent/ui-ux-designers" }, { title: "Visual Designers", icon: Palette, skills: ["Brand Identity", "Graphics", "Illustrations"], iconBg: "bg-purple-500", iconColor: "text-white", link: "/hire-talent/ui-ux-designers" }, { title: "UX Researchers", icon: Users, skills: ["User Testing", "Analytics", "Behavioral Research"], iconBg: "bg-green-500", iconColor: "text-white", link: "/hire-talent/ui-ux-designers" } ]; return (

Hire Our Design Experts

Get access to talented AI mobile application developers who create beautiful, functional user experiences that drive engagement and conversions.

{specialists.map((specialist, index) => { const IconComponent = specialist.icon; return ( {/* Header */}
Design & Experience

{specialist.title}

{/* Skills */}
{specialist.skills.map((skill) => ( {skill} ))}
{/* CTA */}
navigate(specialist.link)} >
Hire Now
); })}
); }; // FAQ data for Design & Experience const designExperienceFAQs = [ { question: "What is your design process?", answer: "Our design process includes discovery, user research, wireframing, prototyping, visual design, usability testing, and iterative refinement. We involve clients at every stage with AI mobile app insights to ensure alignment with business goals." }, { question: "How do you ensure designs convert users?", answer: "We use data-driven design principles, conduct user research, A/B test design elements, analyze user behavior, and optimize based on conversion metrics. AI-powered features help predict user actions to maximize business results." }, { question: "Do you create design systems?", answer: "Yes, we create comprehensive design systems including component libraries, style guides, pattern libraries, and documentation. These ensure consistency across all touchpoints with web development scalability" }, { question: "Can you redesign our existing product?", answer: "Absolutely! We conduct design audits, user research, and competitive analysis to identify improvement opportunities. Then we redesign using iOS mobile app development standards to enhance user experience and performance." }, { question: "How do you handle accessibility in design?", answer: "We follow WCAG guidelines and design for accessibility from the start, ensuring inclusivity for all abilities. This covers color contrast, typography, navigation, and interaction design with AI iOS development support." } ]; export function DesignExperience() { return (
{/* */} {/*
); }