export const homeSolution2Data = {
  images: {
    mainLight: "/assets/images/feature/feature4-1.png",
    mainDark: "/assets/images/feature/feature4-1-dark.png",
    secondary: "/assets/images/feature/feature3-2.png",
  },
  content: {
    subtitle: "Analytics Results",
    title: "Create Yearly Sales & Analytics Results",
    description:
      "Visualize performance trends, identify key revenue drivers, a make data-driven decisions to scale faster and smarter. No spreadsheets, no guesswork—just real insights that fuel real results.",
    features: [
      {
        id: 1,
        text: "Transforming Complexity Into Clarity",
        icon: "/assets/images/icon/check1-1.svg",
      },
      {
        id: 2,
        text: "Unlock Efficiency, Scale Faster, and Work Smarter",
        icon: "/assets/images/icon/check1-1.svg",
      },
      {
        id: 3,
        text: "Real Results, Real Growth — Backed by Powerful Automation",
        icon: "/assets/images/icon/check1-1.svg",
      },
    ],
    button: {
      text: "Explore more Features",
      link: "#",
      icon: "/assets/images/icon/arrow.svg",
    },
  },
} as const;
