export const whoWeAreData = {
  subTitle: "Who we are",
  title:
    "We're a creative startup agency built for bold thinks and early visionaries.",
  tabs: [
    {
      id: "home",
      title: "Our Mission",
      content:
        "Our mission is to empower startups with innovative design, smart strategy, and scalable solutions. We aim to bridge the gap between vision and execution—helping founders bring bold ideas to life",
      features: [
        "Transforming Complexity Into Clarity",
        "Unlock Efficiency, Scale Faster, and Work Smarter",
        "Real Results, Real Growth — Backed by Powerful Automation",
      ],
    },
    {
      id: "profile",
      title: "Our Vision",
      content:
        "To create a world where startups thrive through seamless design, intelligent technology, and sustainable growth. We envision an ecosystem where bold innovation turns into lasting impact.",
      features: [
        "Designing the Future with Purpose",
        "Building Sustainable Success Through Innovation",
        "Lasting Impact — Driven by Creativity and Technology",
      ],
    },
    {
      id: "contact",
      title: "Our Goals",
      content:
        "We strive to support founders at every stage with clear direction, agile solutions, and measurable growth. Our goal is to turn ambition into achievement—building startups that last.",
      features: [
        "Guiding Startups from Idea to Impact",
        "Driving Sustainable Growth with Smart Execution",
        "From Vision to Value — Every Step of the Journey",
      ],
    },
  ],
  mainImage: {
    src: "/assets/images/event/we1-1.png",
    alt: "who we are image",
  },
  counters: [
    { target: 380, label: "Global happy Users" },
    { target: 68, label: "Expert Team Member" },
    { target: 238, label: "Globally Awarded" },
    { target: 863, label: "Project Complete" },
  ],
};
