import { ContactSectionProps } from '@/src/sections/contact/v1';

export const contactSectionData: ContactSectionProps = {
  sectionHeading: {
    subtitle: 'Talk to us',
    title: 'Unleash the Power of Technology',
  },
  image: {
    src: '/assets/images/contact/section-half-bg-1.png',
    alt: 'contact section background image',
  },
};
