import { motion } from "framer-motion";
import { ImageWithFallback } from "../components/figma/ImageWithFallback";
import { Footer } from "../components/Footer";
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 "../assets/images/ranoutof.webp";
import seezunImage from "../assets/images/seezun.webp";
import wokaImage from "../assets/images/woka.webp";
// High-quality iOS development images
const swiftImage =
"https://images.unsplash.com/photo-1517077304055-6e89abbf09b0?w=400&h=300&fit=crop&auto=format";
const swiftuiImage =
"https://images.unsplash.com/photo-1551650975-87deedd944c3?w=400&h=300&fit=crop&auto=format";
import {
Apple,
ArrowRight,
Brush,
Bug,
CheckCircle,
Code,
DollarSign,
Eye,
Globe,
Heart,
Layers,
Layout,
Lightbulb,
MessageSquare,
Network,
Palette,
RefreshCcw,
Rocket,
Shield,
ShoppingCart,
Smartphone,
Star,
Tablet,
TrendingUp,
Users,
Watch,
Zap,
} from "lucide-react";
import { Button } from "@/components/ui/button";
import { navigateTo } from "@/App";
// iOS Hero Section with iPhone/iPad mockups
const IOSHeroWithCTA = () => {
return (
{/* iOS Development Label */}
iOS App Development
{/* Main Heading */}
Expert iOS App Development Services
Crafting intuitive, high-performance iPhone and iPad applications that define user experience and drive engagement.
{/* CTAs */}
Get a Free Consultation
See Our iOS Work
{/* Right side with iOS device mockups */}
{/* iOS Device Mockups */}
{/* iPhone and iPad mockup representation */}
{/* iOS Technology Badges */}
Swift
SwiftUI
Xcode
);
};
// iOS Case Studies - Matching Main Case Studies Design
const IOSCaseStudies = () => {
const caseStudies = [
{
id: 1,
title: "RanOutOf",
client: "Global Ease Solutions",
description:
"WDI developed a smart grocery planning app with barcode scanning, voice commands, reminders, and a web-based admin CMS for Global Ease Solutions.",
keyAchievement: {
number: "75%",
metric: "Shopping Efficiency",
icon: ShoppingCart,
},
visual: ranoutofImage,
tags: ["iOS App", "Barcode Scanning", "Voice AI", "Grocery Tech"],
gradient: "from-green-500/20 to-emerald-500/20",
accentColor: "green",
featured: false,
},
{
id: 2,
title: "Seezun",
client: "Seezun",
description:
"Seezun is a trend-driven P2P fashion marketplace enabling users to rent, buy, sell, or lend South Asian ethnicwear via mobile and web platforms.",
keyAchievement: {
number: "85%",
metric: "Brand Recognition",
icon: TrendingUp,
},
visual: seezunImage,
tags: ["iOS App", "P2P Marketplace", "Fashion", "E-commerce"],
gradient: "from-purple-500/20 to-pink-500/20",
accentColor: "purple",
featured: false,
},
{
id: 3,
title: "WOKA",
client: "WOKA Creations Pvt. Ltd",
description:
"WDI transformed WOKA's hybrid app into a high-performance native iOS platform featuring seamless streaming, deep analytics, and robust monthly support.",
keyAchievement: {
number: "300%",
metric: "User Retention",
icon: Users,
},
visual: wokaImage,
tags: ["Native iOS", "Streaming", "Analytics", "Entertainment"],
gradient: "from-green-500/20 to-emerald-500/20",
accentColor: "green",
featured: false,
},
];
return (
{/* Section Header */}
iOS Success Stories
iOS Apps That Drive Results
Discover how we've helped businesses succeed with exceptional iOS
applications that leverage native capabilities and deliver
outstanding user experiences.
{/* Case Studies Grid - Matching Main Case Studies Layout */}
We leverage cutting-edge iOS frameworks and tools to create
exceptional mobile experiences.
{technologies.map((tech, index) => (
{tech.name}
))}
);
};
// Key Benefits of iOS Development
const IOSKeyBenefits = () => {
const benefits = [
{
icon: Zap,
title: "Unmatched Performance",
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."
},
{
icon: Heart,
title: "Premium User Experience",
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."
},
{
icon: DollarSign,
title: "Strong Monetization Potential",
description: "High-value user base with effective in-app purchase mechanisms and premium positioning."
}
];
return (
Why Choose Native iOS for Your App?
iOS development offers unparalleled advantages for businesses looking to create premium mobile experiences.