export interface ContactHeroData {
  subtitle: string;
  title: string;
}

export const contactHeroData: ContactHeroData = {
  subtitle: "Contact Us",
  title: "Get in touch — we’d love to hear from you"
};
