/* OrchEcomm website — shared data: 23 modules, categories, testimonials, faqs. */
const WEB_MODULES = [
  { name: "Payment Orchestration", icon: "Repeat", cat: "Payments & Finance", desc: "Route payments, refunds and revenue across every platform." },
  { name: "Subscriptions & Billing", icon: "Calendar", cat: "Payments & Finance", desc: "Manage subscription products, billing cycles and retries." },
  { name: "Financial Reports", icon: "FileText", cat: "Payments & Finance", desc: "Consolidated revenue, tax and payout reports — export-ready." },
  { name: "Stock Management", icon: "Package", cat: "Inventory & Supply", desc: "Real-time inventory with low-stock and reorder alerts." },
  { name: "Multi-Store Sync", icon: "Repeat", cat: "Inventory & Supply", desc: "Keep inventory in lock-step across every storefront." },
  { name: "Supplier Directory", icon: "Factory", cat: "Inventory & Supply", desc: "Find and compare vetted suppliers by category and region." },
  { name: "Supplier Contact & RFQ", icon: "Message", cat: "Inventory & Supply", desc: "Send quote requests and track supplier conversations." },
  { name: "Purchase Orders", icon: "Clipboard", cat: "Inventory & Supply", desc: "Create and track POs; auto-update stock on fulfilment." },
  { name: "Automated Visual Content", icon: "Image", cat: "Content & Media", flagship: true, desc: "On-brand banners and images synced to your live catalog." },
  { name: "AI Product Copywriter", icon: "Pen", cat: "Content & Media", desc: "Generate and A/B test SEO-ready product copy." },
  { name: "Social Media Scheduler", icon: "Megaphone", cat: "Content & Media", desc: "Schedule platform-ready posts tied to launches and sales." },
  { name: "Video Clip Generator", icon: "Video", cat: "Content & Media", desc: "Short-form product videos for Reels and TikTok." },
  { name: "Email Automation", icon: "Mail", cat: "Marketing", desc: "Trigger flows for cart recovery, post-purchase and restock." },
  { name: "Promotion Manager", icon: "Percent", cat: "Marketing", desc: "Create and schedule discount codes across all platforms." },
  { name: "Review Aggregator", icon: "Star", cat: "Marketing", desc: "Collect reviews everywhere; flag negatives fast." },
  { name: "Affiliate & Referral", icon: "Link", cat: "Marketing", desc: "Track referral links, partners and commissions." },
  { name: "Unified Analytics", icon: "Chart", cat: "Analytics", desc: "Sales, traffic and conversion across platforms in one view." },
  { name: "Performance Tracker", icon: "Trending", cat: "Analytics", desc: "Spot best-sellers, slow-movers and seasonal trends." },
  { name: "Competitor Price Monitor", icon: "Target", cat: "Analytics", desc: "Track rival pricing with out-of-range alerts." },
  { name: "Demand Forecasting", icon: "Forecast", cat: "Analytics", desc: "Predict stock needs from sales history and seasonality." },
  { name: "Order Management Hub", icon: "Cart", cat: "Operations", desc: "Fulfill every platform's orders from one queue." },
  { name: "Shipping & Carriers", icon: "Truck", cat: "Operations", desc: "Compare carrier rates and print labels in-dashboard." },
  { name: "Returns & Refunds", icon: "Return", cat: "Operations", desc: "Automate returns with two-sided status tracking." },
];

const WEB_CATEGORIES = ["All", "Payments & Finance", "Inventory & Supply", "Content & Media", "Marketing", "Analytics", "Operations"];

const WEB_INTEGRATIONS = [
  { name: "Shopify", slug: "shopify" },
  { name: "WooCommerce", slug: "woocommerce" },
  { name: "Stripe", slug: "stripe" },
  { name: "PayPal", slug: "paypal" },
  { name: "DHL", slug: "dhl" },
  { name: "Klaviyo", slug: "klaviyo" },
  { name: "Google Sheets", slug: "googlesheets" },
  { name: "QuickBooks", slug: "quickbooks" },
  { name: "Twilio", slug: "twilio" },
  { name: "Mailchimp", slug: "mailchimp" },
  { name: "Xero", slug: "xero" },
  { name: "FedEx", slug: "fedex" },
];

const WEB_TESTIMONIALS = [
  { quote: "I replaced four different subscriptions with OrchEcomm. The stock sync alone saves me two hours a week.", name: "Marta D.", role: "WooCommerce store owner" },
  { quote: "The visual content module is the one I didn't know I needed. My store images are always up to date now.", name: "James R.", role: "Shopify merchant" },
  { quote: "Finally a dashboard that shows me everything in one place. Orders, inventory, payments, content — all connected.", name: "Alina V.", role: "Multi-platform seller" },
];

const WEB_FAQS = [
  { q: "What counts as a transaction?", a: "Any payment processed through a platform connected to OrchEcomm — a one-time order or a subscription charge. Refunds and failed payments are never charged." },
  { q: "Can I use OrchEcomm with my existing Shopify or WooCommerce store?", a: "Yes. OrchEcomm connects to your existing storefronts via native plugins and the platform APIs — no migration, no rebuild. Keep your store exactly where it is." },
  { q: "Do I pay for modules I don't use?", a: "No. Every module is opt-in and included in the single plan. You only ever pay the per-transaction fee on payments processed through OrchEcomm." },
  { q: "Is there a free trial?", a: "Better — there's a free plan. Connect your platforms and switch on modules at no cost. You only pay once you start processing transactions through OrchEcomm." },
  { q: "What happens if I exceed a certain transaction volume?", a: "Nothing changes — pricing scales linearly with volume. High-volume stores can talk to us about custom rates, but there are no tiers or surprise caps." },
  { q: "Can I invite team members?", a: "Yes. Add teammates with role-based access — owner, admin or editor — so your whole team can work from the same connected dashboard." },
];

window.OcWeb = { WEB_MODULES, WEB_CATEGORIES, WEB_INTEGRATIONS, WEB_TESTIMONIALS, WEB_FAQS };
