export const homeSolutionData = {
  content: {
    subtitle: "Simplify Workflow",
    title: "All-in-One Solution to Simplify Your Workflow",
    description:
      "Seamlessly connect your workflow with the industry's leading tools. Whether it's CRM platforms, communication apps, or analytics software, our system is designed to integrate effortlessly—so you can work smarter, not harder.",
    button: {
      text: "Get Started",
      link: "#",
      icon: "/assets/images/icon/arrow.svg",
    },
  },
  images: {
    mainLight: "/assets/images/feature/feature3-1.png",
    mainDark: "/assets/images/feature/feature3-1-dark.png",
    secondary: "/assets/images/feature/feature3-2.png",
  },
} as const;
