import React, { useState } from "react"; import { Navigation } from "../components/Navigation"; import { Footer } from "../components/Footer"; import { Button } from "../components/ui/button"; import { Badge } from "../components/ui/badge"; import { Card, CardContent } from "../components/ui/card"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "../components/ui/select"; import { Star, Quote, Play, ArrowRight, Building2, Heart, ShoppingCart, GraduationCap, Users, Award } from "lucide-react"; import { navigateTo } from "../App"; export const ClientTestimonials = () => { const [selectedIndustry, setSelectedIndustry] = useState("all"); const [selectedService, setSelectedService] = useState("all"); const industries = [ "All Industries", "Healthcare", "FinTech", "E-commerce", "Education", "Manufacturing", "Real Estate", "Logistics" ]; const services = [ "All Services", "Web Development", "Mobile Development", "AI/ML", "Cloud Solutions", "UI/UX Design", "DevOps", "Consulting" ]; const featuredTestimonials = [ { id: 1, quote: "WDI brought SimpliTend to life with precision. A complex MVP, flawlessly executed and beautifully designed.", client: "Sayeed Saachi", title: "Founder", company: "Simply Tend", industry: "FinTech", service: "Web Development", rating: 5, projectType: "SimpliTend", hasVideo: false }, { id: 2, quote: "WDI turned a complex, multi-layered vision into a streamlined digital product. A highly capable and responsive team.", client: "Aimee Zoho", title: "Founder", company: "Aimee Zhao", industry: "Education", service: "Web Development", rating: 5, projectType: "Lean In World", hasVideo: false }, { id: 3, quote: "WDI guided us from hybrid frustration to native transformation. Rock-solid delivery, scalable systems, and impressive uptime.", client: "Akarsh K Hebbar", title: "Founder", company: "WOKA Creations Pvt. Ltd", industry: "E-commerce", service: "Mobile Development", rating: 5, projectType: "WOKA", hasVideo: false }, { id: 4, quote: "WDI executed our vision perfectly. The design, user flow, and admin controls are just what we needed.", client: "Al Yusuf-Humaira", title: "Founder", company: "Safwan Yusuf Shaikh", industry: "Healthcare", service: "Web Development", rating: 5, projectType: "SSA", hasVideo: false }, { id: 5, quote: "WDI delivered exactly what we needed—a scalable, secure, and smart RFQ engine.", client: "Amol Kasar", title: "Manager", company: "Dorf Ketal", industry: "Manufacturing", service: "Web Development", rating: 5, projectType: "Dorf Ketal", hasVideo: false }, { id: 6, quote: "WDI helped us modernize our digital presence quickly—professional, responsive, and pixel-perfect.", client: "Anesh Kavle", title: "Founder", company: "Dayal Tours & Travel", industry: "Real Estate", service: "Web Development", rating: 5, projectType: "Dayal Tours & Travel", hasVideo: false }, { id: 7, quote: "WDI delivered beyond expectations. Their speed, structure, and collaborative energy made this complex platform a reality.", client: "Edward", title: "Founder", company: "ReGroup Application Development", industry: "E-commerce", service: "Web Development", rating: 5, projectType: "ReGroup", hasVideo: false }, { id: 8, quote: "WDI translated a complex financial vision into a user-friendly app. Their execution was on point.", client: "Faisal", title: "Founder", company: "Tanami Capital", industry: "FinTech", service: "Mobile Development", rating: 5, projectType: "Tanami Capital", hasVideo: false } ]; const testimonials = [ { id: 9, quote: "WDI's CRM gave us an exhibition edge—OCR scanning changed the game.", client: "Hiten Dedhia", title: "Director", company: "Trixie Impex Pvt Ltd", industry: "Manufacturing", service: "Web Development", rating: 5, projectType: "Exhibition CRM System", hasVideo: false }, { id: 10, quote: "WDI made fintech frictionless. From onboarding to investment, it flows like a smart conversation.", client: "Rakesh Bunathar", title: "Founder", company: "SuperMoney Advisor Pvt Ltd", industry: "FinTech", service: "Mobile Development", rating: 5, projectType: "SuperMoney Advisor App", hasVideo: false }, { id: 11, quote: "WDI helped us turn complex property cycles into an intuitive digital experience.", client: "Team Prosperty", title: "Team", company: "Prosperty Infra & Reality Pvt. Ltd", industry: "Real Estate", service: "Web Development", rating: 5, projectType: "Prosperty Platform", hasVideo: false }, { id: 12, quote: "WDI executed my multi-phase platform with confidence and clarity. They turned ideas into an integrated system faster than expected.", client: "Mr. Oja Paul", title: "Founder", company: "Ojo Paul Enterprises", industry: "E-commerce", service: "Web Development", rating: 5, projectType: "Angel-Driven Marketplace Platform", hasVideo: false }, { id: 13, quote: "WDI helped bring Moving Cargo to life—from vision to delivery, the process was smooth and professional.", client: "Mr Nicholas Shaak", title: "Founder", company: "Moving Cargo", industry: "Logistics", service: "Web Development", rating: 5, projectType: "Moving Cargo", hasVideo: false }, { id: 14, quote: "WDI transformed our leadership vision into a smart, scalable platform our teams love.", client: "KLC", title: "Team", company: "KLC", industry: "Education", service: "Web Development", rating: 5, projectType: "KLC Learning and Content Management Platform", hasVideo: false }, { id: 15, quote: "WDI delivered a full-stack health-tech solution with precision and transparency.", client: "Priyank Mehta", title: "Founder", company: "Get Set Fit", industry: "Healthcare", service: "Mobile Development", rating: 5, projectType: "GSF Mobie App", hasVideo: false }, { id: 16, quote: "WDI built more than an app—they engineered a habit-forming digital solution with beautiful UX and great scalability.", client: "Rishabh Jain", title: "Founder", company: "RanOutOf", industry: "E-commerce", service: "Mobile Development", rating: 5, projectType: "Grocery List Mobile Application", hasVideo: false }, { id: 17, quote: "WDI built more than an app—they digitized our entire feed ecosystem.", client: "Kevin", title: "Founder", company: "Farm Feeder", industry: "Manufacturing", service: "Mobile Development", rating: 5, projectType: "Farm Feeder App", hasVideo: false }, { id: 18, quote: "WDI didn't just deliver code—they delivered a digital transformation. Scalable, stable, and beautifully engineered.", client: "Jay Ruparel", title: "Founder", company: "CityCards Global Pvt. Ltd", industry: "E-commerce", service: "Web Development", rating: 5, projectType: "Melbourne City Card", hasVideo: false, featured: false }, { id: 19, quote: "WDI turned our idea into a highly usable mobile platform—sleek, stable, and scalable.", client: "Shannon", title: "Founder", company: "Cheers to the Season LLC", industry: "E-commerce", service: "Mobile Development", rating: 5, projectType: "Cheers to the Season Mobile App Redesign", hasVideo: false, featured: false }, { id: 20, quote: "WDI gave us a high-performance platform to blend financial learning with fun. Seamless and smart.", client: "Ravi Sharma", title: "Founder", company: "Bulls Bears Edusys Pvt. Ltd", industry: "FinTech", service: "Mobile Development", rating: 5, projectType: "Nifty Eleven Fantasy Trading App", hasVideo: false, featured: false }, { id: 21, quote: "The new Amble App makes heritage immersive, intuitive, and scalable—exactly what we envisioned.", client: "RPG Foundation", title: "Team", company: "RPG Foundation", industry: "Education", service: "Mobile Development", rating: 5, projectType: "Amble App - New Version", hasVideo: false, featured: false }, { id: 22, quote: "WDI delivered a deeply integrated, future-ready system that cut our admin overheads drastically.", client: "Ravi Bajaj", title: "Manager", company: "Cnergyis Infotech India Pvt. Ltd. (ZingHR) - Ravi Bajaj", industry: "Manufacturing", service: "Web Development", rating: 5, projectType: "Travel Portal", hasVideo: false, featured: false }, { id: 23, quote: "WDI executed my multi-phase platform with confidence and clarity. They turned ideas into an integrated system faster than expected.", client: "Matt Weightman", title: "Founder", company: "MOT & Vehicle Management Portal", industry: "Logistics", service: "Web Development", rating: 5, projectType: "MOT & Vehicle Management Portal", hasVideo: false, featured: false } ]; const allTestimonials = [...featuredTestimonials, ...testimonials]; const filteredTestimonials = allTestimonials.filter(testimonial => { const matchesIndustry = selectedIndustry === "all" || testimonial.industry === selectedIndustry; const matchesService = selectedService === "all" || testimonial.service === selectedService; return matchesIndustry && matchesService; }); const getIndustryIcon = (industry: string) => { const icons = { "Healthcare": Heart, "FinTech": Building2, "E-commerce": ShoppingCart, "Education": GraduationCap, "Manufacturing": Building2, "Real Estate": Building2, "Logistics": Building2 }; return icons[industry as keyof typeof icons] || Building2; }; return (
Nothing speaks louder than the words of our satisfied clients. At WDI, we're dedicated to building strong partnerships and delivering exceptional results. Read what our clients have to say about their experiences working with our dedicated teams and innovative solutions.
"{testimonial.quote}"
{testimonial.title}
{testimonial.company}
"{testimonial.quote}"
{testimonial.title}
{testimonial.company}
No testimonials found matching your criteria.
Become our next success story. Let's discuss how we can help you achieve exceptional results for your business.