export const feature1Data = {
  leftImages: [
    {
      id: 1,
      light: "/assets/images/feature/feature1-1.png",
      dark: "/assets/images/feature/feature1-1-dark.png",
      alt: "AI chatbot dashboard interface",
      width: 400,
      height: 400,
    },
    {
      id: 2,
      light: "/assets/images/feature/feature1-2.png",
      dark: "/assets/images/feature/feature1-2-dark.png",
      alt: "AI automation workflow screen",
      width: 400,
      height: 400,
    },
  ],
  centerImage: {
    light: "/assets/images/feature/feature1-3.png",
    dark: "/assets/images/feature/feature1-3-dark.png",
    alt: "AI conversation analytics dashboard",
    width: 600,
    height: 600,
  },
  content: [
    {
      id: 1,
      title: "AI-Powered Conversations",
      description:
        "Deliver human-like, intelligent responses using advanced natural language processing. Engage users 24/7 with personalized support.",
    },
    {
      id: 2,
      title: "Real-Time Analytics",
      description:
        "Track performance, user interactions, and engagement insights to continuously improve your chatbot strategy.",
    },
  ],
  featuresList: [
    {
      id: 1,
      text: "Easy Drag-and-Drop Builder",
      icon: "/assets/images/icon/check1-1.svg",
    },
    {
      id: 2,
      text: "Multi-Channel Support",
      icon: "/assets/images/icon/check1-1.svg",
    },
  ],
  rightImages: [
    {
      id: 3,
      light: "/assets/images/feature/feature1-4.png",
      dark: "/assets/images/feature/feature1-4-dark.png",
      alt: "AI chatbot integration interface",
      width: 400,
      height: 400,
    },
    {
      id: 4,
      light: "/assets/images/feature/feature1-5.png",
      dark: "/assets/images/feature/feature1-5-dark.png",
      alt: "AI customer support automation panel",
      width: 400,
      height: 400,
    },
  ],
} as const;
