export interface AboutHeroData {
  subtitle: string;
  title: string;
  description: string;
  image: string;
  imageAlt: string;
}

export const aboutHeroData: AboutHeroData = {
  subtitle: "About Company",
  title: "Shaping the future of data intelligence",
  description: "At our core, we believe data should empower—not overwhelm. Our mission is to transform complex information into clear, actionable insights that drive smarter decisions and sustainable growth.",
  image: "/assets/images/hero/page1-1.png",
  imageAlt: "Illustration showing data intelligence concept"
};
