- 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.
- 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 */}
- 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 (
- 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.
- 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 = () => {
>
- Comprehensive web development and cloud solutions designed for scalability and performance.
+ Comprehensive web development and cloud solutions designed for
+ scalability and performance.
- 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.
- 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.
- 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 */}
{
-
+
{/* 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.