export const solutionsChooseUs = [
  {
    id: 1,
    icon: "assets/images/icon/choose2-1.svg",
    title: "Intuitive, User-Friendly Interface",
    description:
      "Our CRM is built with a clean, intuitive interface that’s easy for anyone to navigate—no technical background required.",
    delay: 300,
  },
  {
    id: 2,
    icon: "assets/images/icon/choose2-2.svg",
    title: "Real-Time <br />Collaboration",
    description:
      "Stay connected and productive with our CRM’s real-time collaboration tools, and support teams can share updates.",
    delay: 500,
  },
  {
    id: 3,
    icon: "assets/images/icon/choose2-3.svg",
    title: "Powerful Analytics & Reporting",
    description:
      "Unlock valuable insights with powerful analytics and reporting tools. Track sales performance, monitor customer behavior.",
    delay: 700,
  },
  {
    id: 4,
    icon: "assets/images/icon/choose2-4.svg",
    title: "Seamless <br />Integrations",
    description:
      "Effortlessly connect your CRM with the tools your team already uses. Our platform supports seamless integrations with popular platforms.",
    delay: 900,
  },
  {
    id: 5,
    icon: "assets/images/icon/choose2-5.svg",
    title: "Enterprise-Grade Security",
    description:
      "Protect your valuable customer data with enterprise-grade security features built into our CRM, from advanced encryption to security audits.",
    delay: 1100,
  },
  {
    id: 6,
    icon: "assets/images/icon/choose2-6.svg",
    title: "Dedicated Customer Support",
    description:
      "We provide fast, friendly, and personalized support to ensure you get the most out of your CRM experience.",
    delay: 1300,
  },
];

export const solutionsFunfacts = [
  {
    id: 1,
    icon: "assets/images/icon/funfact1-1.svg",
    title: "80+ Templates",
    description: "Over 80+ template ready to regular globally use.",
    delay: 300,
  },
  {
    id: 2,
    icon: "assets/images/icon/funfact1-2.svg",
    title: "10X Power Faster",
    description: "Our productivity skyrocketed. 10X power, faster results",
    delay: 500,
  },
  {
    id: 3,
    icon: "assets/images/icon/funfact1-3.svg",
    title: "99% AI Automation",
    description: "Our CRM solutions harness the power of AI to handle",
    delay: 700,
  },
  {
    id: 4,
    icon: "assets/images/icon/funfact1-4.svg",
    title: "13% Reduce Cost",
    description: "AI-driven CRM solutions have an 13% cost reduction",
    delay: 900,
  },
];
