/** Global reach block — crm-html/index.html main-sec2 / global-reach. */

export interface HomeGlobalReachContent {
  subTitle: string;
  title: string;
  description: string;
  ctaLabel: string;
  ctaHref: string;
  imageLight: string;
  imageDark: string;
  imageLightAlt: string;
  imageDarkAlt: string;
}

export const homeGlobalReachContent: HomeGlobalReachContent = {
  subTitle: "Global Reach Made Easy",
  title: "Engage the World in 25+ Languages",
  description:
    "Expand your business without borders. Our platform is built to support 25+ languages with cultural accuracy, helping you connect with customers around the world effortlessly.",
  ctaLabel: "Get Started",
  ctaHref: "/contact",
  imageLight: "/assets/images/event/global.png",
  imageDark: "/assets/images/event/global-dark.png",
  imageLightAlt: "Global Reach Light Image",
  imageDarkAlt: "Global Reach Dark Image",
};
