import React, { useState } from "react"; import { motion } from "framer-motion"; import { Navigation } from "../components/Navigation"; import { Footer } from "../components/Footer"; import { Card, CardContent } from "../components/ui/card"; import { Button } from "../components/ui/button"; import { Badge } from "../components/ui/badge"; import { Input } from "../components/ui/input"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "../components/ui/select"; import { Search, Filter, ArrowRight, ExternalLink, Clock, Users, TrendingUp, Star, Award, Building2, Smartphone, Heart, ShoppingCart, GraduationCap, FileText, ArrowUpRight } from "lucide-react"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { navigateTo } from "../App"; import ranoutofLocalImage from '../src/images/ranoutof.webp'; import regroupLocalImage from '../src/images/regroup.webp'; import seezunLocalImage from '../src/images/seezun.webp'; import tanamiLocalImage from '../src/images/tanami.webp'; import wokasideawardLocalImage from '../src/images/woka-side-award.webp'; import traderCircuitLocalImage from '../src/images/traders-circuit.webp'; import goodTimesLocalImage from '../src/images/goodtimes.webp'; import prospertyLocalImage from '../src/images/prosperty.webp'; // High-quality project images const ranOutOfImage = ranoutofLocalImage; const seezunImage = seezunLocalImage; const wokaImage = wokasideawardLocalImage; const regroupImage = regroupLocalImage; const tanamiImage = tanamiLocalImage; const tradersCircuitImage = traderCircuitLocalImage; const goodTimesImage = goodTimesLocalImage; const prospertyImage = prospertyLocalImage; const caseStudies = [ { id: 1, title: "RanOutOf", subtitle: "Household Management Revolution", description: "Smart inventory management app that helps households track supplies, create shopping lists, and reduce waste through intelligent notifications.", image: ranOutOfImage, category: "Lifestyle", industry: "Consumer", client: "RanOutOf Technologies", duration: "6 months", teamSize: "8 developers", technologies: ["React Native", "Node.js", "MongoDB", "AI/ML", "Push Notifications"], results: [ { metric: "Food Waste Reduction", value: "-45%" }, { metric: "Shopping Efficiency", value: "+60%" }, { metric: "User Satisfaction", value: "4.7/5" } ], awards: ["Best Lifestyle App 2023"], featured: true, link: "/projects/ranoutof", icon: Heart }, { id: 2, title: "Seezun", subtitle: "E-commerce Platform Innovation", description: "Next-generation e-commerce solution with AI-powered recommendations, seamless checkout, and advanced analytics for modern retailers.", image: seezunImage, category: "E-commerce", industry: "Retail", client: "Seezun Retail Corp", duration: "8 months", teamSize: "12 developers", technologies: ["React", "Python", "PostgreSQL", "Redis", "Stripe", "AWS"], results: [ { metric: "Conversion Rate", value: "+185%" }, { metric: "Page Load Speed", value: "1.8s" }, { metric: "Revenue Growth", value: "+240%" } ], awards: ["E-commerce Excellence Award", "Innovation in Retail"], featured: true, link: "/projects/seezun", icon: ShoppingCart }, { id: 3, title: "Woka", subtitle: "Fitness & Wellness Platform", description: "Comprehensive fitness app with personalized workout plans, nutrition tracking, and community features that won multiple industry awards.", image: wokaImage, category: "Health & Fitness", industry: "Healthcare", client: "Woka Wellness Inc", duration: "10 months", teamSize: "15 developers", technologies: ["Flutter", "Firebase", "TensorFlow", "HealthKit", "Google Fit"], results: [ { metric: "User Retention", value: "+320%" }, { metric: "Workout Completions", value: "2M+" }, { metric: "App Store Rating", value: "4.9/5" } ], awards: ["App of the Year 2023", "Health Innovation Award"], featured: true, link: "/projects/woka", icon: Heart }, { id: 4, title: "Regroup", subtitle: "Social Networking Platform", description: "Revolutionary social platform connecting communities worldwide with advanced messaging, group management, and content sharing capabilities.", image: regroupImage, category: "Social", industry: "Technology", client: "Regroup Technologies", duration: "12 months", teamSize: "18 developers", technologies: ["React Native", "Node.js", "MongoDB", "WebRTC", "Socket.io"], results: [ { metric: "User Engagement", value: "+280%" }, { metric: "Active Communities", value: "75K+" }, { metric: "Daily Messages", value: "5M+" } ], awards: ["Best Social App 2023"], featured: true, link: "/projects/regroup", icon: Users }, { id: 5, title: "Tanami", subtitle: "Agricultural Technology Solution", description: "Smart farming platform that combines IoT sensors, weather data, and machine learning to optimize crop yields and reduce resource usage.", image: tanamiImage, category: "AgriTech", industry: "Agriculture", client: "Tanami Farms Ltd", duration: "9 months", teamSize: "10 developers", technologies: ["React", "Python", "IoT", "TensorFlow", "AWS IoT"], results: [ { metric: "Crop Yield Increase", value: "+35%" }, { metric: "Water Usage Reduction", value: "-40%" }, { metric: "Cost Savings", value: "$2.5M" } ], awards: ["AgriTech Innovation Award"], featured: false, link: "/projects/tanami", icon: Building2 }, { id: 6, title: "Traders Circuit", subtitle: "Financial Trading Platform", description: "Advanced trading platform with real-time market data, algorithmic trading capabilities, and comprehensive portfolio management tools.", image: tradersCircuitImage, category: "FinTech", industry: "Finance", client: "Traders Circuit LLC", duration: "14 months", teamSize: "20 developers", technologies: ["React", "Node.js", "WebSocket", "Redis", "PostgreSQL"], results: [ { metric: "Trading Volume", value: "$500M+" }, { metric: "Platform Uptime", value: "99.9%" }, { metric: "User Growth", value: "+150%" } ], awards: ["FinTech Excellence Award"], featured: false, link: "/projects/traderscircuit", icon: TrendingUp }, { id: 7, title: "Good Times", subtitle: "Event Management Platform", description: "Comprehensive event management solution for organizing, promoting, and managing events of all sizes with integrated ticketing and analytics.", image: goodTimesImage, category: "Events", industry: "Entertainment", client: "Good Times Events", duration: "7 months", teamSize: "9 developers", technologies: ["Vue.js", "Laravel", "MySQL", "Stripe", "SendGrid"], results: [ { metric: "Events Managed", value: "10K+" }, { metric: "Ticket Sales", value: "+200%" }, { metric: "Customer Satisfaction", value: "4.8/5" } ], awards: ["Event Tech Innovation"], featured: false, link: "/projects/goodtimes", icon: Star }, { id: 8, title: "Prosperty", subtitle: "Real Estate Investment Platform", description: "Digital platform for real estate investment with property analysis, portfolio management, and automated investment recommendations.", image: prospertyImage, category: "PropTech", industry: "Real Estate", client: "Prosperty Investments", duration: "11 months", teamSize: "13 developers", technologies: ["React", "Python", "PostgreSQL", "ML", "Blockchain"], results: [ { metric: "Investment Volume", value: "$100M+" }, { metric: "Portfolio Performance", value: "+25%" }, { metric: "User Base Growth", value: "+300%" } ], awards: ["PropTech Innovation Award"], featured: false, link: "/projects/prosperty", icon: Building2 } ]; const industries = ["All Industries", "Consumer", "Retail", "Healthcare", "Technology", "Agriculture", "Finance", "Entertainment", "Real Estate"]; const categories = ["All Categories", "Lifestyle", "E-commerce", "Health & Fitness", "Social", "AgriTech", "FinTech", "Events", "PropTech"]; export const CaseStudies = () => { const [searchTerm, setSearchTerm] = useState(""); const [selectedIndustry, setSelectedIndustry] = useState("All Industries"); const [selectedCategory, setSelectedCategory] = useState("All Categories"); const [showFeaturedOnly, setShowFeaturedOnly] = useState(false); // Filter case studies based on search and filters const filteredCaseStudies = caseStudies.filter(study => { const matchesSearch = study.title.toLowerCase().includes(searchTerm.toLowerCase()) || study.description.toLowerCase().includes(searchTerm.toLowerCase()) || study.technologies.some(tech => tech.toLowerCase().includes(searchTerm.toLowerCase())); const matchesIndustry = selectedIndustry === "All Industries" || study.industry === selectedIndustry; const matchesCategory = selectedCategory === "All Categories" || study.category === selectedCategory; const matchesFeatured = !showFeaturedOnly || study.featured; return matchesSearch && matchesIndustry && matchesCategory && matchesFeatured; }); return (
{/* Hero Section */}
Our Success Stories

Case Studies That Define Excellence

Explore our portfolio of award-winning projects that have transformed businesses and delighted millions of users across diverse industries.

{/* Filters Section */}
{/* Search */}
setSearchTerm(e.target.value)} className="pl-10 bg-card/50 border-white/10" />
{/* Industry Filter */} {/* Category Filter */} {/* Featured Toggle */}
{/* Results Count */}

Showing {filteredCaseStudies.length} of {caseStudies.length} case studies

{/* Case Studies Grid */}
{filteredCaseStudies.map((study, index) => { const IconComponent = study.icon; return ( navigateTo(study.link)} > {/* Image Header */}
{/* Category Badge */}
{study.category}
{/* Featured Badge */} {study.featured && (
Featured
)} {/* Icon Overlay */}
{/* Content */}

{study.title}

{study.subtitle}

{study.description}

{/* Key Results */}
{study.results.slice(0, 2).map((result, idx) => (
{result.value}
{result.metric}
))}
{/* Technologies */}
{study.technologies.slice(0, 3).map((tech) => ( {tech} ))} {study.technologies.length > 3 && ( +{study.technologies.length - 3} )}
{/* Project Info */}
{study.duration}
{study.teamSize}
{/* Awards */} {study.awards.length > 0 && (
{study.awards[0]}
)} {/* CTA Button */}
); })}
{/* CTA Section */}

Ready to Create Your Own Success Story?

Join the ranks of industry leaders who have transformed their businesses with our innovative solutions.

); };