import { motion } from "framer-motion";
import {
ArrowLeftRight,
ArrowRight,
Banknote,
BarChart,
Building,
ShoppingCart as CartIcon,
Code,
CreditCard,
Database,
Eye,
FileText,
Layers,
Link,
MessageSquare,
Network,
PackageCheck,
Paintbrush2,
Rocket,
RotateCcw,
Scan,
Search,
Shield,
ShoppingBag,
ShoppingCart,
Smartphone,
Store,
Target,
TrendingUp,
Truck,
Users,
Wrench,
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 { 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";
import { useNavigate } from "react-router-dom";
import { Helmet } from "react-helmet-async";
// eCommerce Platforms Hero Section
const EcommerceHeroWithCTA = () => {
const navigate = useNavigate();
return (
{/* Page Title and Meta Description */}
eCommerce Platform Development by WDI| Build Powerful Online Stores
{/* Canonical Link */}
{/* Open Graph Tags (for Facebook, LinkedIn) */}
{/* Twitter Card Tags */}
{/* Social Profiles (using JSON-LD Schema) */}
{/* eCommerce Label */}
Web & Cloud Solutions
{/* Main Heading */}
Bespoke eCommerce Platform Development
Building high-converting, scalable AI mobile app stores with AI-powered features for iOS mobile app development, secure marketplaces that drive sales through expertise and enhanced customer experiences.
{/* CTAs */}
navigate("/start-a-project")}
>
Launch Your Online Store
View Our Portfolio
{/* Right side with eCommerce visualization */}
{/* eCommerce Store Interface */}
);
};
// Key Benefits of eCommerce Solutions
const EcommerceBenefits = () => {
const benefits = [
{
icon: Target,
title: "Conversion-Optimized Design",
description: "Intuitive UX to maximize sales.",
},
{
icon: TrendingUp,
title: "Scalability & Performance",
description: "Handles high traffic and large product catalogs.",
},
{
icon: Shield,
title: "Robust Security",
description: "Protecting customer data and payment information.",
},
{
icon: Network,
title: "Seamless Integrations",
description: "Connecting with payment, shipping, CRM, and ERP systems.",
},
{
icon: Layers,
title: "Omnichannel Capabilities",
description:
"Consistent experience across web, mobile, and physical stores.",
},
];
return (
Why Choose WDI for Your eCommerce Platform?
{/* End-to-end solutions for every stage of your product lifecycle. */}
WDI delivers bespoke AI mobile app solutions that ensure scalability, security, and superior customer experiences for high-converting online stores.
);
})}
{/* Second row with 2 cards centered */}
{benefits.slice(3).map((benefit, index) => {
const IconComponent = benefit.icon;
return (
{benefit.title}
{benefit.description}
);
})}
);
};
// eCommerce Development Process
const EcommerceProcess = () => {
const steps = [
{
title: "Strategy & User Research",
description:
"Deep market analysis, competitor research, and user behavior studies to define your eCommerce strategy and target audience.",
icon: Search,
},
{
title: "Platform Selection & Design",
description:
"Choosing the optimal platform and creating conversion-focused designs with intuitive user experience and brand alignment.",
icon: Paintbrush2,
},
{
title: "Development & Customization",
description:
"Building custom features, integrating payment systems, and developing responsive interfaces optimized for all devices.",
icon: Code,
},
{
title: "Integration & Testing",
description:
"Connecting with third-party services, implementing security measures, and conducting thorough testing across all systems.",
icon: Link,
},
{
title: "Launch & Marketing Support",
description:
"Successful deployment with SEO optimization, analytics setup, and ongoing marketing support to drive initial sales.",
icon: Rocket,
},
];
return (
Our Streamlined Process for Your eCommerce Success
{/* End-to-end solutions for every stage of your product lifecycle. */}
WDI's proven steps. from discovery and design to AI mobile app integration and launch, ensure your platform scales effortlessly and converts at peak performance.
{/* End-to-end solutions for every stage of your product lifecycle. */}
WDI offers end-to-end solutions including custom platforms, AI mobile app integration, secure payments, and scalable marketplaces for seamless online success.
);
};
// eCommerce Case Studies
const EcommerceCaseStudies = () => {
const caseStudies = [
{
title: "Luxury Fashion Marketplace",
client: "StyleVault",
description:
"High-end fashion platform with advanced filtering, AR try-on features, and seamless checkout experience for luxury brands and customers",
image:
"https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=400&h=300&fit=crop&auto=format",
results: "300% increase in conversion rate",
gradient: "from-purple-500/20 to-pink-500/20",
features: "AR Try-on, Luxury UX, Advanced Search",
},
{
title: "B2B Industrial Supply Platform",
client: "IndustrialHub",
description:
"Comprehensive B2B marketplace with bulk pricing, quote management, and custom catalog solutions for industrial suppliers and buyers",
image:
"https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=400&h=300&fit=crop&auto=format",
results: "150% growth in B2B sales",
gradient: "from-blue-500/20 to-cyan-500/20",
features: "Bulk Pricing, Quote System, Custom Catalogs",
},
{
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: multiVendorImage,
results: "500+ vendors onboarded",
gradient: "from-green-500/20 to-emerald-500/20",
features: "Real-time Tracking, Multi-vendor, Vendor Management",
},
];
return (
eCommerce Solutions That Drive Sales
{/* End-to-end solutions for every stage of your product lifecycle. */}
WDI crafts high-converting platforms powered by AI mobile app technology to boost revenue and deliver seamless customer experiences.
);
};
// eCommerce FAQs
const EcommerceFAQs = () => {
const faqs = [
{
question: "Should I choose a platform or custom eCommerce development?",
answer:
"The choice depends on your specific needs, budget, and scalability requirements. Platforms like Shopify or Magento offer faster deployment and built-in features, while custom development provides unlimited flexibility and unique functionality. We help you evaluate factors like expected traffic, product complexity, integration needs, and long-term growth plans to make the best decision.",
},
{
question: "How do you handle payment gateway integrations?",
answer:
"We integrate multiple payment gateways including Stripe, PayPal, Square, and regional payment providers to maximize conversion rates. Our integration process includes security compliance (PCI DSS), fraud protection, multi-currency support, and seamless checkout experiences. We also implement backup payment methods and handle all technical certifications required for secure transactions.",
},
{
question: "What is headless commerce and its benefits?",
answer:
"Headless commerce decouples the frontend presentation layer from the backend commerce functionality, allowing greater flexibility and performance. Benefits include faster page loads, omnichannel experiences, easier third-party integrations, and the ability to use modern frontend frameworks. This approach is ideal for businesses needing custom user experiences or planning to sell across multiple channels.",
},
{
question: "Do you offer ongoing support for my online store?",
answer:
"Yes, we provide comprehensive ongoing support including security updates, performance monitoring, feature enhancements, backup management, and technical troubleshooting. Our support packages range from basic maintenance to full-service management, including marketing optimization, inventory management assistance, and regular performance audits to ensure your store continues to grow and succeed.",
},
];
return (
Build a High-Converting{" "}
eCommerce Platform with WDI
Partner with WDI's AI mobile app experts to create an online presence that attracts, engages, and converts customers effectively.
navigate("/start-a-project")}
>
Start Your eCommerce Project
Custom Development • Platform Selection • Performance Optimization