/** Platform CTA — crm-html/index.html platform-sec inside main-sec3. */

export interface HomePlatformContent {
  subTitle: string;
  title: string;
  description: string;
  ctaLabel: string;
  ctaHref: string;
  imageSrc: string;
  imageAlt: string;
}

export const homePlatformContent: HomePlatformContent = {
  subTitle: "Easy to Get Sasico",
  title: "One Platform. Every Customer.",
  description:
    "Ready to Take Your Business to the Next Level? Start Your CRM Journey Now,It’s Time to Work Smarter, Not Harder",
  ctaLabel: "Get Started With Sasico",
  ctaHref: "/contact",
  imageSrc: "/assets/images/event/platform1-1.png",
  imageAlt: "Platform dashboard preview image",
};
