'use client' import { useState } from 'react' import { motion } from 'framer-motion' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' import { Users, Package, Send, CheckCircle, ShoppingCart, Phone, Handshake, CreditCard, Truck, Gift, TrendingUp, Shield, Store, UserCheck, FileText, Star } from 'lucide-react' import PageHero from '@/components/sections/PageHero' import WholesalerRegistrationForm from '@/components/forms/WholesalerRegistrationForm' export default function WholesalerPage() { const [showRegistrationModal, setShowRegistrationModal] = useState(false) const wholesalerProcess = [ { id: 1, icon: UserCheck, title: "Distributor Registration", description: "Join our network as an authorized distributor", details: ["Complete business verification", "Territory assignment", "Documentation setup", "Account activation"], color: "from-blue-500 to-blue-600" }, { id: 2, icon: Phone, title: "Receive Initial Call", description: "Our team contacts you for onboarding", details: ["Partnership discussion", "Product catalog overview", "Pricing structure", "Support process"], color: "from-green-500 to-green-600" }, { id: 3, icon: Package, title: "Sample Products Sent", description: "Free quality samples delivered to your location", details: ["Premium rice samples", "Quality testing", "Customer feedback", "Market evaluation"], color: "from-purple-500 to-purple-600" }, { id: 4, icon: CheckCircle, title: "Quality Approval", description: "Sample approval and order confirmation", details: ["Quality validation", "Product selection", "Order specifications", "Quantity confirmation"], color: "from-orange-500 to-orange-600" }, { id: 5, icon: ShoppingCart, title: "Place Bulk Orders", description: "Order products directly from buyers", details: ["Direct buyer orders", "Bulk quantities", "Competitive pricing", "Fast processing"], color: "from-red-500 to-red-600" }, { id: 6, icon: Phone, title: "Call Buyers at Corporate Office", description: "Connect buyers with our manufacturing unit", details: ["Direct buyer contact", "Corporate office coordination", "Manufacturing visit", "Quality assurance"], color: "from-indigo-500 to-indigo-600" }, { id: 7, icon: Gift, title: "Welcome Demo", description: "Comprehensive product demonstration and agreement", details: ["Product demonstration", "Partnership agreement", "Welcome package", "Support materials"], color: "from-pink-500 to-pink-600" }, { id: 8, icon: FileText, title: "Formal Agreement", description: "Sign official partnership agreement", details: ["Contract terms", "Pricing agreement", "Territory rights", "Support commitments"], color: "from-teal-500 to-teal-600" }, { id: 9, icon: CreditCard, title: "Payment Terms", description: "100% advance payment with refundable deposit", details: ["100% advance payment", "Refundable security", "Flexible terms", "Secure transactions"], color: "from-cyan-500 to-cyan-600" }, { id: 10, icon: Truck, title: "Product Dispatch", description: "100% quality products delivered", details: ["Quality assurance", "Timely dispatch", "Secure packaging", "Tracking support"], color: "from-emerald-500 to-emerald-600" }, { id: 11, icon: TrendingUp, title: "Low Cost Forever", description: "Guaranteed lowest wholesale prices", details: ["Competitive pricing", "Volume discounts", "Long-term benefits", "Price protection"], color: "from-violet-500 to-violet-600" }, { id: 12, icon: Shield, title: "Guaranteed Products", description: "100% quality assurance and satisfaction guarantee", details: ["Quality guarantee", "Product authenticity", "Customer satisfaction", "Support assurance"], color: "from-rose-500 to-rose-600" } ] const benefits = [ { icon: TrendingUp, title: "High Profit Margins", description: "Earn substantial margins with our competitive wholesale pricing" }, { icon: Shield, title: "Quality Guaranteed", description: "100% quality assurance on all products with FSSAI certification" }, { icon: Users, title: "Dedicated Support", description: "Personal account manager for all your business needs" }, { icon: Truck, title: "Reliable Supply", description: "Consistent product availability and timely deliveries" } ] return (
{benefit.description}
{step.description}
Secure your orders with full advance payment and enjoy priority processing
Guaranteed lowest wholesale prices with no hidden charges or price increases
Complete quality assurance and satisfaction guarantee on all products