export const serviceData = {
  subTitle: "Services and solutions",
  title: "Empowering you through expert services",
  image: {
    src: "/assets/images/event/ser1-1.png",
    alt: "services illustration",
  },
  services: [
    {
      icon: "/assets/images/icon/ser1-1.svg",
      alt: "data insights icon",
      title: "Data-Driven Insights",
      description: "Gain a deeper understanding of your business insights.",
    },
    {
      icon: "/assets/images/icon/ser1-2.svg",
      alt: "scalable approach icon",
      title: "Scalable Approach",
      description:
        "Scalable approach ensures the your solutions grow business.",
    },
    {
      icon: "/assets/images/icon/ser1-3.svg",
      alt: "custom services icon",
      title: "Custom Services",
      description: "We offer custom services that designed specifically",
    },
    {
      icon: "/assets/images/icon/ser1-4.svg",
      alt: "sustainability icon",
      title: "Sustainability quality",
      description: "commitment to sustainability means deliver solutions",
    },
  ],
};
