UNPKG

@kadconsulting/dry

Version:
58 lines 2.08 kB
import sm1 from '../images/sm-1.jpg'; export const mockCardData = [ { imgSrc: sm1.src, title: 'Future 36ers Class', subTitle: 'Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities.', link: '/', ctaButtonText: 'Book Now', ctaButtonType: 'outline-transparent', overLayColor: '#00256B', }, { imgSrc: sm1.src, title: 'Future 36ers Class', subTitle: 'Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities.', link: '/', ctaButtonText: 'Book Now', ctaButtonType: 'outline-transparent', overLayColor: '#387EFF', }, { imgSrc: sm1.src, title: 'Future 36ers Class', subTitle: 'Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities.', link: '/', ctaButtonText: 'Book Now', ctaButtonType: 'outline-transparent', overLayColor: '#B42318', }, { imgSrc: sm1.src, title: 'Future 36ers Class', subTitle: 'Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities.', link: '/', ctaButtonText: 'Book Now', ctaButtonType: 'outline-transparent', overLayColor: '#00256B', }, { imgSrc: sm1.src, title: 'Future 36ers Class', subTitle: 'Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities.', link: '/', ctaButtonText: 'Book Now', ctaButtonType: 'outline-transparent', overLayColor: '#387EFF', }, { imgSrc: sm1.src, title: 'Future 36ers Class', subTitle: 'Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities.', link: '/', ctaButtonText: 'Book Now', ctaButtonType: 'outline-transparent', overLayColor: '#B42318', }, ]; //# sourceMappingURL=mockCardData.js.map