import { HeroProps } from '@/src/sections/hero/v1';

export const heroData: HeroProps = {
  items: [
    {
      image: {
        src: '/assets/images/service/ItsmBanner.png',
        alt: 'hero 1',
      },
      title: 'IT Service management',
      subtitle:
        "From Incident Resolution to Strategic IT Planning - We've Got You Covered",
      button: {
        label: 'Discover More',
        href: '/services/servicenow/itsm',
      },
    },
    {
      image: {
        src: '/assets/images/service/itom.png',
        alt: 'hero 2',
      },
      title: 'IT Operational Management',
      subtitle:
        'Achieve Operational Excellence with Visibility Automation, and Proactive Insights',
      button: {
        label: 'Discover More',
        href: '/services/servicenow/itom',
      },
    },
    {
      image: {
        src: '/assets/images/service/itbm.png',
        alt: 'hero 3',
      },
      title: 'IT Business Management',
      subtitle: 'Let ITBM Take Your Business to the Next Level',
      button: {
        label: 'Discover More',
        href: '/services/servicenow/itbm',
      },
    },
    {
      image: {
        src: '/assets/images/service/ServicePortal.png',
        alt: 'hero 3',
      },
      title: 'Service Portal Management',
      subtitle: 'Your Gateway to Seamless Self-Service',
      button: {
        label: 'Discover More',
        href: '/services/servicenow/portal',
      },
    },
    {
      image: {
        src: '/assets/images/service/integration.png',
        alt: 'hero 3',
      },
      title: 'ServiceNow Integration',
      subtitle:
        'Seamlessly Connect Your Business Ecosystem with ServiceNow Integration',
      button: {
        label: 'Discover More',
        href: '/services/servicenow/integration',
      },
    },
    {
      image: {
        src: '/assets/images/service/itam.png',
        alt: 'hero 3',
      },
      title: 'IT Asset Management',
      subtitle:
        'Leverage Real-Time Insights to Align Your IT Assets with Business Goals',
      button: {
        label: 'Discover More',
        href: '/services/servicenow/ham',
      },
    },
  ],
};
