diff --git a/components/UIUXDesignAnimation.tsx b/components/UIUXDesignAnimation.tsx new file mode 100644 index 0000000..f3f829d --- /dev/null +++ b/components/UIUXDesignAnimation.tsx @@ -0,0 +1,223 @@ +import React from 'react'; +import { + PenTool, + Users, + Figma, + MousePointer, + Palette, + Layers, + Eye, + Heart, + Lightbulb, + Target, + Monitor, + Smartphone, + Tablet, + RefreshCcw, + CheckCircle2, + Star, + TrendingUp, + Zap +} from 'lucide-react'; + +// UI/UX Design Animation Component +export const UIUXDesignAnimation = () => { + return ( +
+
+ + {/* Main Design Hub Visualization */} +
+ + {/* Central Design Hub - Similar to Cloud Hub */} +
+ {/* Main Design Container */} +
+ {/* Primary Design Shape */} +
+
+
+ +
+
+
+
+ + {/* Orbiting Design Elements */} +
+ {/* User Research Node */} +
+ +
+ + {/* Prototyping Node */} +
+ +
+ + {/* Design Systems Node */} +
+ +
+ + {/* User Testing Node */} +
+ +
+
+
+ + {/* Design Process Flow Lines */} +
+ {/* Animated Connection Lines for Design Flow */} + + + + + + + + + + + + + + + + + {/* Dynamic user journey flow lines */} + + + + {/* Additional design process flow lines */} + + +
+ + {/* Floating Design Elements & Wireframe Components */} +
+ {/* Design element particles */} + {Array.from({ length: 6 }).map((_, i) => ( +
+ ))} + + {/* Additional floating UI elements */} +
+
+
+
+ + {/* Design Performance Metrics */} +
+
+ + 85% Conversion +
+
+ + 4.9/5 Rating +
+
+ + {/* Accessibility & User Experience Badge */} +
+ + Accessible Design +
+ + {/* UI/UX Design Badge */} +
+ + UI/UX Design +
+ + {/* User Satisfaction Indicator */} +
+
+ Users Engaged +
+ + {/* Additional Design Elements */} +
+
+ + Web +
+
+ +
+
+ + Mobile +
+
+ + {/* Design System Component */} +
+
+ + Branding +
+
+ + {/* User Research Insight */} +
+
+ + Insights +
+
+ + {/* A/B Testing Component */} +
+
+ + A/B Test +
+
+ + {/* Device Responsive Indicators */} +
+
+ + Tablet +
+
+
+
+ ); +}; + +export default UIUXDesignAnimation; \ No newline at end of file diff --git a/index.html b/index.html index ab597e0..1dcb813 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/APIBackendDevelopment.tsx b/pages/APIBackendDevelopment.tsx index 4df8680..8626fd4 100644 --- a/pages/APIBackendDevelopment.tsx +++ b/pages/APIBackendDevelopment.tsx @@ -39,6 +39,7 @@ 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 iotDeviceImage from "../src/images/iot-device.webp"; // API & Backend Development Hero Section const APIHeroWithCTA = () => { @@ -941,7 +942,7 @@ const APICaseStudies = () => { title: "IoT Device Management Platform", client: "SmartTech Solutions", description: "Backend infrastructure managing 500K+ connected devices with real-time data processing, device monitoring, and predictive analytics capabilities", - image: "https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=400&h=300&fit=crop&auto=format", + image: iotDeviceImage, results: "500K+ devices managed seamlessly", gradient: "from-purple-500/20 to-pink-500/20", features: "IoT Integration, Real-time Data, Device Management" diff --git a/pages/AdminPanelsDashboards.tsx b/pages/AdminPanelsDashboards.tsx index dff9666..b4ebcd9 100644 --- a/pages/AdminPanelsDashboards.tsx +++ b/pages/AdminPanelsDashboards.tsx @@ -39,6 +39,7 @@ 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 healthcareImage from "../src/images/healthcare.webp"; // Admin Panels & Dashboards Hero Section const AdminHeroWithCTA = () => { @@ -803,7 +804,7 @@ const AdminCaseStudies = () => { title: "Healthcare Practice Management Dashboard", client: "MedCare Solutions", description: "Comprehensive admin panel for managing patient records, appointments, billing, and compliance reporting with HIPAA-compliant security features", - image: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format", + image: healthcareImage, results: "75% reduction in admin time", gradient: "from-blue-500/20 to-cyan-500/20", features: "Patient Management, Appointment Scheduling, Billing Integration" diff --git a/pages/CustomWebAppDevelopment.tsx b/pages/CustomWebAppDevelopment.tsx index 134f5fe..1d55976 100644 --- a/pages/CustomWebAppDevelopment.tsx +++ b/pages/CustomWebAppDevelopment.tsx @@ -38,6 +38,8 @@ 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 patientManagementPortal from "../src/images/patient-management-portal.webp"; +import awsLogo from "../src/images/aws-logo.png"; // Custom Web App Development Hero Section const CustomWebAppHeroWithCTA = () => { @@ -559,7 +561,7 @@ const WebAppTechStack = () => { { name: "Node.js", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nodejs/nodejs-original.svg", category: "Backend" }, { name: "Python", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg", category: "Backend" }, { name: "Java", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/java/java-original.svg", category: "Backend" }, - { name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud" }, + { name: "AWS", logo: awsLogo, category: "Cloud" }, { name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud" }, { name: "PostgreSQL", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg", category: "Database" }, { name: "MongoDB", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original.svg", category: "Database" } @@ -675,7 +677,7 @@ const WebAppCaseStudies = () => { title: "Patient Management Portal", client: "HealthFirst Clinics", description: "Secure web application for patient records management, appointment scheduling, and telemedicine integration with HIPAA compliance", - image: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format", + image: patientManagementPortal, results: "60% reduction in admin tasks", gradient: "from-green-500/20 to-emerald-500/20", features: "HIPAA compliance, Telemedicine, Automated scheduling" diff --git a/pages/DesignExperience.tsx b/pages/DesignExperience.tsx index 41144be..3f35efc 100644 --- a/pages/DesignExperience.tsx +++ b/pages/DesignExperience.tsx @@ -21,18 +21,19 @@ import { Github, Slack, Chrome, Zap as ZapIcon, Video, MessageCircle, Brain, Cog, Settings, Sparkles, Handshake, Award, UserPlus, MousePointer, Smile } from "lucide-react"; +import UIUXDesignAnimation from "@/components/UIUXDesignAnimation"; // Enhanced Hero Section const HeroWithCTA = () => { return (
-
-
+
+
{/* Design & Experience Label */} { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} > - Design & Experience +
+ + Design & Experience +
{/* Main Heading */} @@ -52,68 +56,62 @@ const HeroWithCTA = () => {

- Create engaging, intuitive user experiences that drive conversion and delight users through research-driven design. + Create engaging, intuitive user experiences that drive conversion and delight users through research-driven design and modern design thinking.

+ + {/* BULLET POINTS REMOVED - Content flows directly to CTAs */} - {/* CTAs */} + {/* CTAs - STANDARDIZED BUTTON HEIGHTS WITH IMPROVED SPACING */} - navigateTo('/contact/schedule-a-discovery-call')}> + navigateTo('/start-a-project')} + >
- + Design Consultation
- {/* Right side with stats */} + {/* Right side with Custom UI/UX Design Animation - METRICS REMOVED, EXPANDED CONTAINER */} - -
-
300+
-
Design Projects
+ {/* Design Animation Container - EXPANDED TO FILL SPACE PREVIOUSLY OCCUPIED BY METRICS */} +
+ {/* Animated Background Elements */} +
+
+
+
-
-
85%
-
Conversion Increase
+ {/* Custom UI/UX Design Animation - CENTERED AND EXPANDED */} +
+
+ +
- -
-
4.9/5
-
User Satisfaction
-
- -
-
70%
-
Faster User Tasks
-
- +
diff --git a/pages/EcommercePlatforms.tsx b/pages/EcommercePlatforms.tsx index 98995d3..8321ce1 100644 --- a/pages/EcommercePlatforms.tsx +++ b/pages/EcommercePlatforms.tsx @@ -41,6 +41,7 @@ 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 multiVendorImage from "../src/images/multifood.webp"; // eCommerce Platforms Hero Section const EcommerceHeroWithCTA = () => { @@ -827,7 +828,7 @@ const EcommerceCaseStudies = () => { title: "Multi-Vendor Food Marketplace", client: "LocalEats", description: "Food delivery platform connecting local restaurants with customers, featuring real-time tracking, multi-payment options, and vendor management", - image: "https://images.unsplash.com/photo-1565299624946-b28f40a0ca4b?w=400&h=300&fit=crop&auto=format", + image: multiVendorImage, results: "500+ vendors onboarded", gradient: "from-green-500/20 to-emerald-500/20", features: "Real-time Tracking, Multi-vendor, Vendor Management" diff --git a/pages/EnterpriseSoftwareSolutions.tsx b/pages/EnterpriseSoftwareSolutions.tsx index 5824265..d0beb1d 100644 --- a/pages/EnterpriseSoftwareSolutions.tsx +++ b/pages/EnterpriseSoftwareSolutions.tsx @@ -40,6 +40,7 @@ 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 awsLogo from "../src/images/aws-logo.png"; // Enterprise Software Solutions Hero Section const EnterpriseHeroWithCTA = () => { @@ -713,7 +714,7 @@ const EnterpriseTechStack = () => { ]; const cloudPlatforms = [ - { name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud" }, + { name: "AWS", logo: awsLogo, category: "Cloud" }, { name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud" }, { name: "Google Cloud", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/googlecloud/googlecloud-original.svg", category: "Cloud" } ]; diff --git a/pages/ProductModernization.tsx b/pages/ProductModernization.tsx index bfcde72..20134e3 100644 --- a/pages/ProductModernization.tsx +++ b/pages/ProductModernization.tsx @@ -37,6 +37,8 @@ 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 awsLogo from "../src/images/aws-logo.png"; + // Product Modernization Hero Section const ModernizationHeroWithCTA = () => { @@ -671,7 +673,7 @@ const ModernizationTechStack = () => { ]; const cloudPlatforms = [ - { name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud Platform" }, + { name: "AWS", logo: awsLogo, category: "Cloud Platform" }, { name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud Platform" }, { name: "Google Cloud", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/googlecloud/googlecloud-original.svg", category: "Cloud Platform" } ]; diff --git a/pages/SystemArchitectureDevOps.tsx b/pages/SystemArchitectureDevOps.tsx index b4e56db..4ce1764 100644 --- a/pages/SystemArchitectureDevOps.tsx +++ b/pages/SystemArchitectureDevOps.tsx @@ -39,6 +39,8 @@ 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 awsLogo from "../src/images/aws-logo.png"; + // System Architecture & DevOps Hero Section const DevOpsHeroWithCTA = () => { @@ -702,7 +704,7 @@ const DevOpsServices = () => { // DevOps Tech Stack const DevOpsTechStack = () => { const cloudPlatforms = [ - { name: "AWS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "Cloud Platform" }, + { name: "AWS", logo: awsLogo, category: "Cloud Platform" }, { name: "Azure", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg", category: "Cloud Platform" }, { name: "Google Cloud", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/googlecloud/googlecloud-original.svg", category: "Cloud Platform" } ]; diff --git a/pages/WearableDeviceDevelopment.tsx b/pages/WearableDeviceDevelopment.tsx index 3cef10a..78f6c82 100644 --- a/pages/WearableDeviceDevelopment.tsx +++ b/pages/WearableDeviceDevelopment.tsx @@ -24,12 +24,17 @@ import { Target, TrendingUp, Watch, - Zap + Zap, } from "lucide-react"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { Footer } from "../components/Footer"; import { Navigation } from "../components/Navigation"; -import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "../components/ui/accordion"; +import { + Accordion, + AccordionContent, + AccordionItem, + AccordionTrigger, +} from "../components/ui/accordion"; import { Badge } from "../components/ui/badge"; import { Button } from "../components/ui/button"; import { Card, CardContent } from "../components/ui/card"; @@ -53,7 +58,9 @@ const WearableHeroWithCTA = () => { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} > - Wearable & IoT Development + + Wearable & IoT Development +
{/* Main Heading */} @@ -61,12 +68,14 @@ const WearableHeroWithCTA = () => {

Wearable & IoT App Development

- +

- Extending your digital presence to smartwatches, fitness trackers, IoT devices, and emerging platforms for unique user experiences. + Extending your digital presence to smartwatches, fitness + trackers, IoT devices, and emerging platforms for unique user + experiences.

- + {/* CTAs */} { - + {/* Right side with connected devices visualization */} {
- + {/* Pulse Animation */}
- + {/* Connected Devices - Arranged in circle */}
{/* Smartwatch */} @@ -126,7 +135,7 @@ const WearableHeroWithCTA = () => { > - + {/* VR Headset */} { > - + {/* Fitness Tracker */} { > - + {/* Smart Home Device */} { > - + {/* Audio Device */} { > - + {/* Connection Lines */} - + {/* Animated connection lines */} - - + + - - + + - - + + - - + + - - + +
- + {/* Device Category Badges */} { transition={{ duration: 0.8, delay: 1.2 }} className="flex justify-center gap-4 flex-wrap" > - + Smartwatches - + Fitness Bands - + Connected Home - + VR Headsets @@ -229,28 +323,29 @@ const WearableBenefits = () => { { icon: Zap, title: "Enhanced User Convenience", - description: "Instant access to information and controls." + description: "Instant access to information and controls.", }, { icon: Activity, title: "Unique Data Collection", - description: "Leveraging device sensors for health, environment data." + description: "Leveraging device sensors for health, environment data.", }, { icon: Glasses, title: "Immersive Experiences", - description: "Expanding possibilities with AR/VR, smart home integration." + description: + "Expanding possibilities with AR/VR, smart home integration.", }, { icon: TrendingUp, title: "New Revenue Streams", - description: "Tapping into emerging device ecosystems." + description: "Tapping into emerging device ecosystems.", }, { icon: Award, title: "Competitive Edge", - description: "Differentiating your brand with innovative solutions." - } + description: "Differentiating your brand with innovative solutions.", + }, ]; return ( @@ -267,7 +362,7 @@ const WearableBenefits = () => { Why Invest in Device-Specific App Development? - + { title: "Smartwatch App Development", description: "Wear OS (Android Wear), watchOS (Apple Watch).", icon: Watch, - technologies: ["watchOS", "Wear OS", "SwiftUI", "WatchKit", "Compose for Wear OS", "Health APIs"] + technologies: [ + "watchOS", + "Wear OS", + "SwiftUI", + "WatchKit", + "Compose for Wear OS", + "Health APIs", + ], }, { title: "Fitness & Health Wearables", description: "Integration with health platforms, custom fitness apps.", icon: HeartPulse, - technologies: ["HealthKit", "Google Fit", "Heart Rate Sensors", "Step Tracking", "Sleep Monitoring", "Workout APIs"] + technologies: [ + "HealthKit", + "Google Fit", + "Heart Rate Sensors", + "Step Tracking", + "Sleep Monitoring", + "Workout APIs", + ], }, { title: "IoT Device Integration", description: "Building apps to control and monitor smart devices.", icon: Network, - technologies: ["MQTT", "CoAP", "Zigbee", "Matter", "AWS IoT", "Azure IoT Hub"] + technologies: [ + "MQTT", + "CoAP", + "Zigbee", + "Matter", + "AWS IoT", + "Azure IoT Hub", + ], }, { title: "AR/VR Application Development", - description: "Immersive experiences for augmented and virtual reality devices.", + description: + "Immersive experiences for augmented and virtual reality devices.", icon: Glasses, - technologies: ["ARKit", "ARCore", "Unity", "Unreal Engine", "WebXR", "OpenXR"] + technologies: [ + "ARKit", + "ARCore", + "Unity", + "Unreal Engine", + "WebXR", + "OpenXR", + ], }, { title: "Custom Device Connectivity", description: "Bluetooth, NFC, Wi-Fi Direct integration.", icon: Bluetooth, - technologies: ["Bluetooth LE", "NFC", "Wi-Fi Direct", "Zigbee", "Thread", "Ultra Wideband"] + technologies: [ + "Bluetooth LE", + "NFC", + "Wi-Fi Direct", + "Zigbee", + "Thread", + "Ultra Wideband", + ], }, { title: "Data Synchronization & Security", description: "Ensuring seamless and secure data flow.", icon: Shield, - technologies: ["End-to-End Encryption", "Secure Boot", "Device Authentication", "Cloud Sync", "Edge Computing", "Privacy by Design"] - } + technologies: [ + "End-to-End Encryption", + "Secure Boot", + "Device Authentication", + "Cloud Sync", + "Edge Computing", + "Privacy by Design", + ], + }, ]; return ( @@ -402,7 +540,7 @@ const WearableCapabilities = () => { Expertise Across Diverse Device Ecosystems - + {

{capability.technologies.map((tech) => ( - + {tech} ))} @@ -456,29 +598,34 @@ const WearableProcess = () => { const steps = [ { title: "Concept & Device Strategy", - description: "Comprehensive analysis of target devices and user contexts to define optimal interaction paradigms.", - icon: Target + description: + "Comprehensive analysis of target devices and user contexts to define optimal interaction paradigms.", + icon: Target, }, { title: "UI/UX Design (Context-specific)", - description: "Creating interfaces optimized for small screens, voice commands, gestures, and ambient interactions.", - icon: Palette + description: + "Creating interfaces optimized for small screens, voice commands, gestures, and ambient interactions.", + icon: Palette, }, { title: "Development & Hardware Integration", - description: "Building applications with deep hardware integration and platform-specific optimizations.", - icon: Code + description: + "Building applications with deep hardware integration and platform-specific optimizations.", + icon: Code, }, { title: "Rigorous Device Testing", - description: "Comprehensive testing across device variations, sensor accuracy, and real-world usage scenarios.", - icon: Bug + description: + "Comprehensive testing across device variations, sensor accuracy, and real-world usage scenarios.", + icon: Bug, }, { title: "Deployment & Ongoing Support", - description: "Platform deployment with continuous monitoring, updates, and emerging device compatibility.", - icon: Rocket - } + description: + "Platform deployment with continuous monitoring, updates, and emerging device compatibility.", + icon: Rocket, + }, ]; return ( @@ -499,12 +646,12 @@ const WearableProcess = () => {
{/* Timeline line */}
- +
{steps.map((step, index) => { const IconComponent = step.icon; const isEven = index % 2 === 0; - + return ( { 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`} > -
+
-
0{index + 1}
+
+ 0{index + 1} +

{step.title} @@ -530,10 +685,10 @@ const WearableProcess = () => {

- + {/* Timeline dot */}
- +
); @@ -552,32 +707,57 @@ const WearableUseCases = () => { title: "HealthTech & Wellness", description: "Remote patient monitoring, fitness tracking.", icon: Stethoscope, - examples: ["Patient Monitoring", "Fitness Tracking", "Medication Reminders", "Health Analytics"] + examples: [ + "Patient Monitoring", + "Fitness Tracking", + "Medication Reminders", + "Health Analytics", + ], }, { title: "Smart Home Automation", description: "Controlling lighting, security, appliances.", icon: Home, - examples: ["Lighting Control", "Security Systems", "Climate Control", "Appliance Management"] + examples: [ + "Lighting Control", + "Security Systems", + "Climate Control", + "Appliance Management", + ], }, { title: "Industrial IoT", description: "Monitoring equipment, predictive maintenance.", icon: Building, - examples: ["Equipment Monitoring", "Predictive Maintenance", "Safety Systems", "Asset Tracking"] + examples: [ + "Equipment Monitoring", + "Predictive Maintenance", + "Safety Systems", + "Asset Tracking", + ], }, { title: "Gaming & Entertainment", description: "Immersive VR/AR games, interactive experiences.", icon: Gamepad2, - examples: ["VR Gaming", "AR Experiences", "Interactive Media", "Spatial Computing"] + examples: [ + "VR Gaming", + "AR Experiences", + "Interactive Media", + "Spatial Computing", + ], }, { title: "Retail & Payments", description: "Contactless payments, smart shopping assistants.", icon: CreditCard, - examples: ["Contactless Pay", "Shopping Assistance", "Loyalty Programs", "Inventory Tracking"] - } + examples: [ + "Contactless Pay", + "Shopping Assistance", + "Loyalty Programs", + "Inventory Tracking", + ], + }, ]; return ( @@ -594,7 +774,7 @@ const WearableUseCases = () => { Industries & Scenarios Benefiting from Device Apps - + { {useCase.description}

-

Key Examples:

+

+ Key Examples: +

{useCase.examples.map((example) => ( - + {example} ))} @@ -674,10 +860,16 @@ const WearableUseCases = () => { {useCase.description}

-

Key Examples:

+

+ Key Examples: +

{useCase.examples.map((example) => ( - + {example} ))} @@ -697,19 +889,59 @@ const WearableUseCases = () => { // Wearable/Device Tech Stack const WearableTechStack = () => { const technologies = [ - { name: "Wear OS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/android/android-original.svg", category: "Wearable Platform" }, - { name: "watchOS", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/apple/apple-original.svg", category: "Wearable Platform" }, - { name: "Swift", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swift/swift-original.svg", category: "iOS Development" }, - { name: "Kotlin", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kotlin/kotlin-original.svg", category: "Android Development" }, - { name: "Unity", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/unity/unity-original.svg", category: "AR/VR Development" }, - { name: "AWS IoT", logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", category: "IoT Platform" } + { + name: "Wear OS", + logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/android/android-original.svg", + category: "Wearable Platform", + }, + { + name: "watchOS", + logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/apple/apple-original.svg", + category: "Wearable Platform", + }, + { + name: "Swift", + logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swift/swift-original.svg", + category: "iOS Development", + }, + { + name: "Kotlin", + logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kotlin/kotlin-original.svg", + category: "Android Development", + }, + { + name: "Unity", + logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/unity/unity-original.svg", + category: "AR/VR Development", + }, + { + name: "AWS IoT", + logo: "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg", + category: "IoT Platform", + }, ]; const specializedTech = [ - { name: "Bluetooth LE", icon: Bluetooth, description: "Low-energy device connectivity" }, - { name: "MQTT", icon: MessageSquare, description: "Lightweight messaging protocol for IoT" }, - { name: "Google Fit API", icon: HeartPulse, description: "Health and fitness data integration" }, - { name: "HealthKit API", icon: Stethoscope, description: "Apple health platform integration" } + { + name: "Bluetooth LE", + icon: Bluetooth, + description: "Low-energy device connectivity", + }, + { + name: "MQTT", + icon: MessageSquare, + description: "Lightweight messaging protocol for IoT", + }, + { + name: "Google Fit API", + icon: HeartPulse, + description: "Health and fitness data integration", + }, + { + name: "HealthKit API", + icon: Stethoscope, + description: "Apple health platform integration", + }, ]; return ( @@ -743,19 +975,32 @@ const WearableTechStack = () => { whileInView={{ opacity: 1, y: 0 }} transition={{ duration: 0.5, delay: index * 0.1 }} viewport={{ once: true }} - whileHover={{ y: -5, scale: 1.05 }} + whileHover={{ + y: -5, + scale: 1.05, + transition: { + type: "spring", + damping: 10, + stiffness: 300, + mass: 0.5, + }, + }} className="group" > - +
-

{tech.name}

-

{tech.category}

+

+ {tech.name} +

+

+ {tech.category} +

))} @@ -786,8 +1031,12 @@ const WearableTechStack = () => {
-

{tech.name}

-

{tech.description}

+

+ {tech.name} +

+

+ {tech.description} +

); @@ -805,30 +1054,36 @@ const WearableCaseStudies = () => { { title: "HealthTech Wearable Platform", client: "VitalCare", - description: "Comprehensive health monitoring system with smartwatch integration for real-time patient data collection and emergency alerts", - image: "https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=400&h=300&fit=crop&auto=format", + description: + "Comprehensive health monitoring system with smartwatch integration for real-time patient data collection and emergency alerts", + image: + "https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=400&h=300&fit=crop&auto=format", results: "50% improved patient compliance", gradient: "from-green-500/20 to-teal-500/20", - features: "Real-time monitoring, Emergency alerts, Health analytics" + features: "Real-time monitoring, Emergency alerts, Health analytics", }, { title: "Smart Home Control Hub", client: "HomeConnect", - description: "IoT platform controlling lighting, security, and climate systems through voice and wearable interfaces for seamless automation", - image: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&h=300&fit=crop&auto=format", + description: + "IoT platform controlling lighting, security, and climate systems through voice and wearable interfaces for seamless automation", + image: + "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&h=300&fit=crop&auto=format", results: "30% energy savings", gradient: "from-blue-500/20 to-purple-500/20", - features: "Voice control, Automated scheduling, Energy optimization" + features: "Voice control, Automated scheduling, Energy optimization", }, { title: "Industrial AR Maintenance", client: "ManufactureTech", - description: "AR application for equipment maintenance and training with hands-free operation and real-time guidance for technical staff", - image: "https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=400&h=300&fit=crop&auto=format", + description: + "AR application for equipment maintenance and training with hands-free operation and real-time guidance for technical staff", + image: + "https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=400&h=300&fit=crop&auto=format", results: "40% faster repairs", gradient: "from-orange-500/20 to-red-500/20", - features: "AR overlays, Step-by-step guidance, Remote assistance" - } + features: "AR overlays, Step-by-step guidance, Remote assistance", + }, ]; return ( @@ -845,7 +1100,7 @@ const WearableCaseStudies = () => { Innovative Device Applications by WDI - + {
{study.client}
- + {study.results}
- +

{study.title}

- +
-
+
{ />
- +

{study.description}

-

Key Features:

-

- {study.features} -

+

+ Key Features: +

+

{study.features}

- +
-
@@ -949,19 +1211,22 @@ const WearableInlineCTA = () => {
- Innovation Edge + + Innovation Edge +
- +

Ready to Innovate on the{" "} Edge of Technology?

- +

- Explore the possibilities of extending your brand to new device ecosystems. + Explore the possibilities of extending your brand to new device + ecosystems.

- +
@@ -980,20 +1245,24 @@ const WearableFAQs = () => { const faqs = [ { question: "What types of wearable devices do you develop for?", - answer: "We develop for a wide range of wearable devices including smartwatches (Apple Watch, Wear OS), fitness trackers, smart glasses, AR/VR headsets, health monitoring devices, and emerging wearable technologies. Our expertise covers both consumer and enterprise-grade wearable platforms." + answer: + "We develop for a wide range of wearable devices including smartwatches (Apple Watch, Wear OS), fitness trackers, smart glasses, AR/VR headsets, health monitoring devices, and emerging wearable technologies. Our expertise covers both consumer and enterprise-grade wearable platforms.", }, { question: "How do you ensure data security on IoT devices?", - answer: "We implement multi-layered security including end-to-end encryption, secure device authentication, regular security updates, and privacy-by-design principles. We follow industry standards like OAuth 2.0, TLS encryption, and implement secure boot processes for IoT devices to prevent unauthorized access." + answer: + "We implement multi-layered security including end-to-end encryption, secure device authentication, regular security updates, and privacy-by-design principles. We follow industry standards like OAuth 2.0, TLS encryption, and implement secure boot processes for IoT devices to prevent unauthorized access.", }, { question: "Can you integrate with existing mobile or web apps?", - answer: "Absolutely! We specialize in creating seamless integrations between wearable/IoT apps and existing mobile or web applications. This includes data synchronization, shared user accounts, consistent UI/UX across platforms, and unified notification systems to provide a cohesive user experience." + answer: + "Absolutely! We specialize in creating seamless integrations between wearable/IoT apps and existing mobile or web applications. This includes data synchronization, shared user accounts, consistent UI/UX across platforms, and unified notification systems to provide a cohesive user experience.", }, { question: "What is the typical development timeline for a wearable app?", - answer: "Development timelines vary based on complexity: Simple wearable apps (8-12 weeks), Medium complexity with sensor integration (12-20 weeks), Complex IoT ecosystems (20+ weeks). Factors affecting timeline include device compatibility requirements, custom hardware integration, and testing across multiple device types." - } + answer: + "Development timelines vary based on complexity: Simple wearable apps (8-12 weeks), Medium complexity with sensor integration (12-20 weeks), Complex IoT ecosystems (20+ weeks). Factors affecting timeline include device compatibility requirements, custom hardware integration, and testing across multiple device types.", + }, ]; return ( @@ -1010,7 +1279,7 @@ const WearableFAQs = () => { Frequently Asked Questions - + { > {faqs.map((faq, index) => ( - - {faq.question} + + {faq.question} + {faq.answer} @@ -1062,7 +1333,9 @@ const WearableFinalCTA = () => {
- Connected Future + + Connected Future +
@@ -1071,7 +1344,7 @@ const WearableFinalCTA = () => { Pioneer New Experiences with{" "} WDI's Device App Expertise - + { viewport={{ once: true }} className="text-xl text-muted-foreground mb-12 max-w-2xl mx-auto leading-relaxed" > - From smartwatches to complex IoT systems, we build connected applications that push the boundaries of digital interaction. + From smartwatches to complex IoT systems, we build connected + applications that push the boundaries of digital interaction. { return (
- + {/* Hero Section */}
- + {/* Benefits */}
- + {/* Capabilities */}
- + {/* Development Process */}
- + {/* Use Cases */}
- + {/* Tech Stack */}
- + {/* Case Studies */}
- + {/* Mid-Page CTA */}
- + {/* FAQs */}
- + {/* Final CTA */}
- + {/* Footer */}
); -}; \ No newline at end of file +}; diff --git a/pages/WebCloudServices.tsx b/pages/WebCloudServices.tsx index aadbc59..2ffa7b0 100644 --- a/pages/WebCloudServices.tsx +++ b/pages/WebCloudServices.tsx @@ -11,16 +11,63 @@ import { Badge } from "../components/ui/badge"; import { Card, CardContent } from "../components/ui/card"; import { GridPattern } from "../components/GridPattern"; import { navigateTo } from "../App"; -import { - Globe, Cloud, Server, Database, Shield, Zap, Users, Star, - ArrowRight, ChevronRight, Clock, TrendingUp, Code, Layers, - Target, Layout, Rocket, Monitor, Lock, RefreshCcw, ShieldCheck, - MessageSquare, Heart, CheckCircle, Lightbulb, Coffee, - Download, Calendar, Camera, Music, Gamepad2, - CreditCard, Bell, Mail, Search, Home, MapPin, - Github, Slack, Figma, Chrome, Zap as ZapIcon, Video, MessageCircle, Brain, - Cog, Settings, Sparkles, Handshake, Eye, Award, UserPlus, Cpu, ShoppingCart +import { + Globe, + Cloud, + Server, + Database, + Shield, + Zap, + Users, + Star, + ArrowRight, + ChevronRight, + Clock, + TrendingUp, + Code, + Layers, + Target, + Layout, + Rocket, + Monitor, + Lock, + RefreshCcw, + ShieldCheck, + MessageSquare, + Heart, + CheckCircle, + Lightbulb, + Coffee, + Download, + Calendar, + Camera, + Music, + Gamepad2, + CreditCard, + Bell, + Mail, + Search, + Home, + MapPin, + Github, + Slack, + Figma, + Chrome, + Zap as ZapIcon, + Video, + MessageCircle, + Brain, + Cog, + Settings, + Sparkles, + Handshake, + Eye, + Award, + UserPlus, + Cpu, + ShoppingCart, } from "lucide-react"; +import heroMockupImage from "../src/images/webandcloud-hero.webp"; // Enhanced Hero Section const HeroWithCTA = () => { @@ -40,7 +87,9 @@ const HeroWithCTA = () => { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} > - Web & Cloud Solutions + + Web & Cloud Solutions +
{/* Main Heading */} @@ -50,12 +99,13 @@ const HeroWithCTA = () => { Cloud Solutions for Modern Business - +

- Build high-performance web applications and robust cloud infrastructure that scales with your business growth. + Build high-performance web applications and robust cloud + infrastructure that scales with your business growth.

- + {/* CTAs */} { transition={{ duration: 0.8, delay: 0.3 }} className="flex flex-col sm:flex-row gap-4" > - navigateTo('/contact/schedule-a-discovery-call')}> + navigateTo("/contact/schedule-a-discovery-call")} + >
Schedule Cloud Consultation @@ -71,49 +124,56 @@ const HeroWithCTA = () => { - + {/* Right side with stats */} - -
-
200+
-
Web Apps Built
-
- -
-
99.9%
-
Uptime Achieved
-
- -
-
15+
-
Cloud Platforms
-
- -
-
50%
-
Cost Reduction
-
-
+ {/* Hero Image with comprehensive CSS styling */} + Mobile App Development Services - Fashion, Social, and Fitness Apps + + {/* Alternative background method for enhanced browser support */} +
+
@@ -129,7 +189,7 @@ const HorizontalTagScroller = () => { { name: "Node.js & Python", icon: Server, color: "text-purple-400" }, { name: "Docker & Kubernetes", icon: Layers, color: "text-cyan-400" }, { name: "MongoDB & PostgreSQL", icon: Database, color: "text-orange-400" }, - { name: "GraphQL & REST APIs", icon: Zap, color: "text-yellow-400" } + { name: "GraphQL & REST APIs", icon: Zap, color: "text-yellow-400" }, ]; return ( @@ -148,10 +208,11 @@ const HorizontalTagScroller = () => { We Master

- Modern web and cloud technologies that power enterprise-grade solutions. + Modern web and cloud technologies that power enterprise-grade + solutions.

- + { >
- +
{/* First set */} {technologies.map((tech, index) => { @@ -177,7 +238,9 @@ const HorizontalTagScroller = () => { >
-
+
@@ -188,7 +251,7 @@ const HorizontalTagScroller = () => { ); })} - + {/* Second and third sets for seamless loop */} {[...technologies, ...technologies].map((tech, index) => { const IconComponent = tech.icon; @@ -197,13 +260,18 @@ const HorizontalTagScroller = () => { key={`loop-${tech.name}-${index}`} initial={{ opacity: 0, scale: 0.8 }} whileInView={{ opacity: 1, scale: 1 }} - transition={{ duration: 0.5, delay: (index + technologies.length) * 0.1 }} + transition={{ + duration: 0.5, + delay: (index + technologies.length) * 0.1, + }} viewport={{ once: true }} className="group flex-shrink-0 mx-3" >
-
+
@@ -227,28 +295,28 @@ const SideBySideContentWithIcons = () => { { id: "scalable", title: "Scalable Architecture", - icon: TrendingUp + icon: TrendingUp, }, { - id: "security", + id: "security", title: "Enterprise Security", - icon: Shield + icon: Shield, }, { id: "performance", title: "High Performance", - icon: Zap + icon: Zap, }, { id: "monitoring", title: "24/7 Monitoring", - icon: Eye + icon: Eye, }, { id: "devops", title: "DevOps Excellence", - icon: Settings - } + icon: Settings, + }, ]; return ( @@ -266,7 +334,7 @@ const SideBySideContentWithIcons = () => { WDI for Web & Cloud - +

Enterprise-grade solutions with proven reliability.

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

{advantage.title}

@@ -318,39 +386,42 @@ const TabbedServiceDisplay = () => { { title: "Custom Web Application Development", icon: Globe, - description: "Build scalable, secure web applications with modern frameworks.", - link: "/services/custom-web-app-development" + description: + "Build scalable, secure web applications with modern frameworks.", + link: "/services/custom-web-app-development", }, { - title: "SaaS Product Engineering", + title: "SaaS Product Engineering", icon: Cloud, - description: "End-to-end SaaS development with multi-tenant architecture.", - link: "/services/saas-product-engineering" + description: + "End-to-end SaaS development with multi-tenant architecture.", + link: "/services/saas-product-engineering", }, { title: "E-commerce Platforms", icon: ShoppingCart, - description: "High-converting online stores with seamless payment integration.", - link: "/services/ecommerce-platforms" + description: + "High-converting online stores with seamless payment integration.", + link: "/services/ecommerce-platforms", }, { title: "Admin Panels & Dashboards", icon: Monitor, description: "Intuitive admin interfaces with real-time analytics.", - link: "/services/admin-panels-dashboards" + link: "/services/admin-panels-dashboards", }, { title: "API & Backend Development", icon: Server, description: "Robust APIs and scalable backend infrastructure.", - link: "/services/api-backend-development" + link: "/services/api-backend-development", }, { title: "System Architecture & DevOps", icon: Layers, description: "Cloud-native architecture with automated deployment.", - link: "/services/system-architecture-devops" - } + link: "/services/system-architecture-devops", + }, ]; return ( @@ -367,10 +438,11 @@ const TabbedServiceDisplay = () => { Web & Cloud Service Areas

- Comprehensive web development and cloud solutions designed for scalability and performance. + Comprehensive web development and cloud solutions designed for + scalability and performance.

- + {
- +

{service.title} @@ -440,37 +512,43 @@ const InlineCTA = () => {
- Ready to Launch? + + Ready to Launch? +

- + {/* Main Heading */}

- Build Scalable Web Solutions with + + Build Scalable Web Solutions with{" "} + Cloud-First Architecture

- + {/* Subtitle */}

- Deploy robust, secure, and high-performance applications that scale with your business growth. + Deploy robust, secure, and high-performance applications that + scale with your business growth.

- + {/* CTA Button */}
- navigateTo('/contact/schedule-a-discovery-call')} + onClick={() => navigateTo("/contact/schedule-a-discovery-call")} >
Start Your Cloud Project
- + {/* Small benefit text */}

- Free architecture review • Scalability assessment • Performance optimization + Free architecture review • Scalability assessment • Performance + optimization

@@ -489,15 +567,15 @@ const HireDevelopersSection = () => { skills: ["React", "Node.js", "Python", "TypeScript"], iconBg: "bg-blue-500", iconColor: "text-white", - link: "/hire-talent/full-stack-developers" + link: "/hire-talent/full-stack-developers", }, { - title: "Cloud Architects", + title: "Cloud Architects", icon: Cloud, skills: ["AWS", "Azure", "GCP", "Kubernetes"], iconBg: "bg-green-500", iconColor: "text-white", - link: "/hire-talent/full-stack-developers" + link: "/hire-talent/full-stack-developers", }, { title: "DevOps Engineers", @@ -505,7 +583,7 @@ const HireDevelopersSection = () => { skills: ["Docker", "Jenkins", "Terraform", "CI/CD"], iconBg: "bg-purple-500", iconColor: "text-white", - link: "/hire-talent/full-stack-developers" + link: "/hire-talent/full-stack-developers", }, { title: "Backend Developers", @@ -513,8 +591,8 @@ const HireDevelopersSection = () => { skills: ["API Design", "Microservices", "Databases"], iconBg: "bg-orange-500", iconColor: "text-white", - link: "/hire-talent/backend-developers" - } + link: "/hire-talent/backend-developers", + }, ]; return ( @@ -532,10 +610,11 @@ const HireDevelopersSection = () => { Cloud Specialists

- Get access to expert developers who specialize in modern web and cloud technologies. + Get access to expert developers who specialize in modern web and + cloud technologies.

- + { {/* Header */}
-
- +
+
@@ -569,26 +652,30 @@ const HireDevelopersSection = () => {
- +

{specialist.title}

- + {/* Skills */}
{specialist.skills.map((skill) => ( - + {skill} ))}
- + {/* CTA */}
- navigateTo(specialist.link)} > @@ -613,24 +700,29 @@ const HireDevelopersSection = () => { const webCloudFAQs = [ { question: "What web technologies do you specialize in?", - answer: "We specialize in modern web technologies including React, Next.js, Node.js, Python, TypeScript, and various cloud platforms like AWS, Azure, and Google Cloud. Our team stays current with the latest frameworks and best practices." + answer: + "We specialize in modern web technologies including React, Next.js, Node.js, Python, TypeScript, and various cloud platforms like AWS, Azure, and Google Cloud. Our team stays current with the latest frameworks and best practices.", }, { question: "How do you ensure web application security?", - answer: "We implement security best practices including secure coding standards, regular security audits, SSL certificates, data encryption, authentication systems, and compliance with industry standards like GDPR and HIPAA." + answer: + "We implement security best practices including secure coding standards, regular security audits, SSL certificates, data encryption, authentication systems, and compliance with industry standards like GDPR and HIPAA.", }, { question: "Can you migrate our existing application to the cloud?", - answer: "Yes, we provide comprehensive cloud migration services. We assess your current infrastructure, create a migration strategy, and execute the transition while minimizing downtime and ensuring data integrity." + answer: + "Yes, we provide comprehensive cloud migration services. We assess your current infrastructure, create a migration strategy, and execute the transition while minimizing downtime and ensuring data integrity.", }, { question: "What is your approach to scalable architecture?", - answer: "We design applications with scalability in mind from the start, using microservices architecture, containerization, load balancing, and auto-scaling features. This ensures your application can handle growth efficiently." + answer: + "We design applications with scalability in mind from the start, using microservices architecture, containerization, load balancing, and auto-scaling features. This ensures your application can handle growth efficiently.", }, { question: "Do you provide ongoing maintenance and support?", - answer: "Yes, we offer comprehensive maintenance packages including regular updates, security patches, performance monitoring, backup management, and 24/7 technical support to keep your applications running smoothly." - } + answer: + "Yes, we offer comprehensive maintenance packages including regular updates, security patches, performance monitoring, backup management, and 24/7 technical support to keep your applications running smoothly.", + }, ]; export function WebCloudServices() { @@ -644,7 +736,7 @@ export function WebCloudServices() { -
); -} \ No newline at end of file +} diff --git a/pages/iOSAppDevelopment.tsx b/pages/iOSAppDevelopment.tsx index fbd950b..f201edf 100644 --- a/pages/iOSAppDevelopment.tsx +++ b/pages/iOSAppDevelopment.tsx @@ -5,7 +5,7 @@ import { Navigation } from "../components/Navigation"; import { Badge } from "../components/ui/badge"; import { Card, CardContent } from "../components/ui/card"; import { ShimmerButton } from "../components/ui/shimmer-button"; -import ranoutofImage from "../src/images/ranoutof.webp"; +import ranoutofImage from "../src/images/ranoutof.webp"; import seezunImage from "../src/images/seezun.webp"; import wokaImage from "../src/images/woka.webp"; @@ -20,6 +20,7 @@ import { ArrowRight, Brush, Bug, + Calendar, CheckCircle, Code, DollarSign, @@ -65,7 +66,9 @@ const IOSHeroWithCTA = () => { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} > - iOS App Development + + iOS App Development + {/* Main Heading */} @@ -73,12 +76,13 @@ const IOSHeroWithCTA = () => {

Expert iOS App Development Services

- +

- Crafting intuitive, high-performance iPhone and iPad applications that define user experience and drive engagement. + Crafting intuitive, high-performance iPhone and iPad + applications that define user experience and drive engagement.

- + {/* CTAs */} { >
- - + + Get a Free Consultation
@@ -103,7 +117,7 @@ const IOSHeroWithCTA = () => {
- + {/* Right side with iOS device mockups */} {
- +
@@ -151,7 +165,7 @@ const IOSHeroWithCTA = () => {
- + {/* iOS Technology Badges */} { transition={{ duration: 0.8, delay: 0.6 }} className="flex justify-center gap-4 flex-wrap" > - + Swift - + SwiftUI - + Xcode @@ -742,28 +765,33 @@ const IOSKeyBenefits = () => { { icon: Zap, title: "Unmatched Performance", - description: "Optimized for Apple hardware, ensuring fluid user experiences and lightning-fast responsiveness." + description: + "Optimized for Apple hardware, ensuring fluid user experiences and lightning-fast responsiveness.", }, { icon: Shield, title: "Superior Security", - description: "Leveraging Apple's robust security features for comprehensive data protection and user privacy." + description: + "Leveraging Apple's robust security features for comprehensive data protection and user privacy.", }, { icon: Heart, title: "Premium User Experience", - description: "Adhering to Human Interface Guidelines for intuitive, delightful, and accessible design." + description: + "Adhering to Human Interface Guidelines for intuitive, delightful, and accessible design.", }, { icon: Network, title: "Apple Ecosystem Integration", - description: "Seamless integration with Apple Watch, Apple Pay, Siri, and other ecosystem features." + description: + "Seamless integration with Apple Watch, Apple Pay, Siri, and other ecosystem features.", }, { icon: DollarSign, title: "Strong Monetization Potential", - description: "High-value user base with effective in-app purchase mechanisms and premium positioning." - } + description: + "High-value user base with effective in-app purchase mechanisms and premium positioning.", + }, ]; return ( @@ -780,7 +808,8 @@ const IOSKeyBenefits = () => { Why Choose Native iOS for Your App?

- iOS development offers unparalleled advantages for businesses looking to create premium mobile experiences. + iOS development offers unparalleled advantages for businesses + looking to create premium mobile experiences.

@@ -1021,6 +1050,43 @@ export const IOSAppDevelopment = () => {
+ {/* CTA Section */} +
+
+ +

+ Ready to Build Your Next iOS App? +

+

+ Partner with us to create exceptional iOS applications that + delight users and drive business success. +

+
+ +
+ + Start Your iOS Project +
+
+ +
+
+
+
+
diff --git a/src/images/aws-logo.png b/src/images/aws-logo.png new file mode 100644 index 0000000..95ab08a Binary files /dev/null and b/src/images/aws-logo.png differ diff --git a/src/images/healthcare.webp b/src/images/healthcare.webp new file mode 100644 index 0000000..7dbf91a Binary files /dev/null and b/src/images/healthcare.webp differ diff --git a/src/images/iot-device.webp b/src/images/iot-device.webp new file mode 100644 index 0000000..6fa3186 Binary files /dev/null and b/src/images/iot-device.webp differ diff --git a/src/images/multifood.webp b/src/images/multifood.webp new file mode 100644 index 0000000..01117c3 Binary files /dev/null and b/src/images/multifood.webp differ diff --git a/src/images/patient-management-portal.webp b/src/images/patient-management-portal.webp new file mode 100644 index 0000000..dd95224 Binary files /dev/null and b/src/images/patient-management-portal.webp differ diff --git a/src/images/webandcloud-hero.webp b/src/images/webandcloud-hero.webp new file mode 100644 index 0000000..13ce04d Binary files /dev/null and b/src/images/webandcloud-hero.webp differ