export const callToActionContent = {
  subTitle: " Launch with ease",
  title: "Launch Your Free Trial Today",
  description:
    "Experience the full power of our platform—free for 14 days. No credit card required, no strings attached.",
  buttonText: "Start Your 14-Day Free Trial",
  buttonHref: "#",
  arrowIcon: {
    src: "/assets/images/icon/arrow.svg",
    alt: "Arrow Icon",
    width: 14,
    height: 14,
  },
} as const;
