export interface IntegrationSectionData {
  subTitle: string;
  title: string;
  lightImage: string;
  darkImage: string;
  imageAlt: string;
  contentTitle: string;
  contentDescription: string;
  buttonText: string;
  buttonHref: string;
}

export const integrationSectionData: IntegrationSectionData = {
  subTitle: "Integration & Tools",
  title: "Intelligent Tools & Seamless Integrations",
  lightImage: "/assets/images/event/inte1-1.webp",
  darkImage: "/assets/images/event/inte1-1-dark.webp",
  imageAlt: "Business integrations and tools dashboard illustration",
  contentTitle: "100+ All-in-One Integrations & Tools",
  contentDescription:
    "Our integrations and tools are designed to work seamlessly with your existing systems, enabling smooth data flow and enhanced functionality across platforms.",
  buttonText: "View All Integrationas",
  buttonHref: "#",
};
