export const aboutUsIntroContent = {
  image: {
    src: "/assets/images/hero/page1-1.png",
    alt: "SaaS analytics dashboard illustration",
    width: 800,
    height: 450,
  },
  quote:
    "“We don’t build products build partnerships. Mission is empower businesses with solutions that are agile and ambitious as they are.”",
  author: {
    imageSrc: "/assets/images/author/auther2-1.png",
    imageAlt: "Michael Thompson CEO profile photo",
    width: 80,
    height: 80,
    name: "Michael Thompson",
    designation: "CEO & Founder",
  },
} as const;
