export interface ProjectHeroItem {
  title: string;
  description: string;
}

export const projectHeroData: ProjectHeroItem[] = [
  {
    title:
      "Our commitment to excellence has led to the creation of award-winning projects",
    description:
      "Over the years, our work has been recognized by industry leaders award platforms, celebrating not only our design and development skills but also the real-world impact of our solutions. These achievements fuel our motivation to push boundaries and continue delivering standout results",
  },
];
