import { motion } from "framer-motion"; import { ArrowLeft, ExternalLink, Scan, Mic, Smartphone, Globe, ShoppingCart, Package, Target, Activity, Star, BarChart3, } from "lucide-react"; import { Navigation } from "../components/Navigation"; import { Footer } from "../components/Footer"; import { Button } from "../components/ui/button"; import { GridPattern } from "../components/GridPattern"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { navigateTo } from "../App"; import ranOutOfImage from "../src/images/ranoutof.webp"; const projectMetrics = [ { icon: , label: "Shopping Efficiency", value: "75%", description: "Improvement in shopping time", }, { icon: , label: "Inventory Accuracy", value: "95%", description: "Accurate product tracking", }, { icon: , label: "User Satisfaction", value: "4.8/5", description: "App store rating", }, ]; const keyFeatures = [ { title: "Smart Barcode Scanning", description: "Advanced barcode recognition technology that instantly identifies products, adds them to shopping lists, and tracks inventory levels in real-time.", }, { title: "Voice Command Integration", description: "Hands-free shopping list management with natural language processing, allowing users to add, remove, or modify items using voice commands.", }, { title: "Intelligent Reminders", description: "AI-powered reminder system that learns user patterns and suggests optimal shopping times, product restocking, and deals based on consumption habits.", }, { title: "Web-based Admin CMS", description: "Comprehensive content management system for Global Ease Solutions to manage product databases, user accounts, and analytics dashboards.", }, { title: "Smart Shopping Lists", description: "Collaborative shopping lists with real-time synchronization across devices, smart categorization, and store layout optimization for efficient shopping.", }, { title: "Pantry Management", description: "Digital inventory tracking with expiration date monitoring, automatic reorder suggestions, and waste reduction recommendations.", }, ]; const processPhases = [ { phase: "Phase 1", title: "Market Research & User Analysis", icon: , description: "Comprehensive analysis of grocery shopping behaviors and pain points identification.", details: "Conducted extensive user research to understand shopping patterns, pain points in traditional grocery management, and opportunities for digital innovation. Analyzed competitor apps, studied barcode scanning technologies, and identified key features that would revolutionize the grocery shopping experience.", }, { phase: "Phase 2", title: "Smart UX Design & Prototyping", icon: , description: "Designed intuitive interfaces optimized for quick grocery management and scanning workflows.", details: "Created user-centric design system focusing on speed and efficiency. Developed prototypes for barcode scanning flows, voice command interfaces, and list management. Emphasized accessibility and ease of use for diverse user demographics including elderly users and busy families.", }, { phase: "Phase 3", title: "App Development & Scanning Integration", icon: , description: "Built native mobile app with advanced barcode scanning and voice recognition capabilities.", details: "Developed cross-platform mobile application with optimized barcode scanning engine, integrated voice recognition APIs, and real-time synchronization. Implemented offline functionality, smart caching, and efficient data processing for smooth user experience even in poor network conditions.", }, { phase: "Phase 4", title: "Web CMS Development", icon: , description: "Created comprehensive web-based admin system for Global Ease Solutions management.", details: "Built robust content management system with role-based access control, analytics dashboards, product database management, and user account administration. Integrated reporting tools, automated backups, and scalable architecture to support growing user base.", }, { phase: "Phase 5", title: "AI & Voice Integration", icon: , description: "Implemented intelligent voice commands and AI-powered shopping assistance features.", details: "Integrated natural language processing for voice commands, developed AI algorithms for shopping pattern recognition, and implemented smart reminder systems. Added predictive analytics for inventory management and personalized shopping recommendations.", }, { phase: "Phase 6", title: "Testing & Launch Optimization", icon: , description: "Comprehensive testing, optimization, and successful app store launch.", details: "Conducted extensive QA testing including barcode accuracy tests, voice recognition validation, and performance optimization. Managed app store submissions, implemented analytics tracking, and established customer support systems for post-launch success.", }, ]; export const RanOutOfProject = () => { return (
{/* Hero Section */}
{/* Back Button */}
{/* Content */}

Grocery Shopping Done{" "} Right

Smart grocery planning with intelligent automation

WDI developed a smart grocery planning app with barcode scanning, voice commands, reminders, and a web-based admin CMS for Global Ease Solutions.

+75% Shopping Efficiency Mobile App Barcode Scanning Voice AI
{/* Project Image */}
{/* Metrics Section */}
{projectMetrics.map((metric, index) => (
{metric.icon}
{metric.value}
{metric.label}
{metric.description}
))}
{/* Main Content Section */}

Revolutionizing Grocery Management with Smart Technology

Built RanOutOf as an intelligent grocery planning solution that combines barcode scanning, voice commands, and AI-powered reminders to transform how families manage their shopping and pantry inventory. The platform empowers users to shop smarter, waste less, and save time through innovative automation.

{/* Key Features */}

Smart Features & Capabilities

{keyFeatures.map((feature, index) => (

{feature.title}

{feature.description}

))}
{/* Project Delivery Process */}

Development Journey & Process

{/* Continuous background line */}
{/* Animated line overlay */}
{processPhases.map((phase, index) => ( {/* Mobile connection line */} {index < processPhases.length - 1 && (
)}
{/* Phase indicator with fixed width container */}
{/* Icon with background to mask the line */}
{phase.icon}
{/* Icon glow effect */}
{/* Connection dot for timeline */}
{index + 1} {phase.phase}
{phase.title}
{/* Content with consistent left alignment */}

{phase.description}

{phase.details}

))}
{/* Technical Innovation Section */}

Technical Innovation & Architecture

Built with cutting-edge barcode recognition technology, advanced voice processing APIs, and intelligent AI algorithms for pattern recognition and predictive shopping recommendations.

Advanced Scanning Engine

High-accuracy barcode recognition with offline capability and instant product identification from comprehensive databases.

Natural Language Processing

Sophisticated voice recognition with context awareness for intuitive hands-free shopping list management.

Predictive Analytics

AI-powered consumption pattern analysis for intelligent restocking suggestions and waste reduction insights.

{/* CTA Section */}

Ready to Build Your Smart Consumer App?

Let's create an innovative consumer application together. From barcode scanning to voice AI integration, we'll help you build an app that transforms everyday experiences through smart technology.

); };