export const approachData = {
  subTitle: "Working Approach",
  title: "A Strategic approach to every project Our method your momentum",
  image: {
    src: "/assets/images/event/approach1-1.png",
    alt: "working approach image",
  },
  accordionItems: [
    {
      id: "headingOne",
      target: "collapseOne",
      number: "(01)",
      title: "Problem Discover & Define",
      content:
        "We start by understanding your vision, market, and users. Through research and strategy sessions define clear goals, pain points, and opportunities",
      isExpanded: true,
    },
    {
      id: "headingTwo",
      target: "collapseTwo",
      number: "(02)",
      title: "Design system & develop",
      content:
        "We start by understanding your vision, market, and users. Through research and strategy sessions define clear goals, pain points, and opportunities",
      isExpanded: false,
    },
    {
      id: "headingThree",
      target: "collapseThree",
      number: "(03)",
      title: "Design implementation",
      content:
        "We start by understanding your vision, market, and users. Through research and strategy sessions define clear goals, pain points, and opportunities",
      isExpanded: false,
    },
    {
      id: "headingFour",
      target: "collapseFour",
      number: "(04)",
      title: "Design implementation",
      content:
        "We start by understanding your vision, market, and users. Through research and strategy sessions define clear goals, pain points, and opportunities",
      isExpanded: false,
    },
  ],
};
