28 lines
808 B
Plaintext
28 lines
808 B
Plaintext
- provide(:page_name, 'landing_page full individual_jamtrack')
|
|
- provide(:description, @description)
|
|
- provide(:title, @title)
|
|
|
|
= react_component 'GiftCardLandingPage', @page_data.to_json
|
|
|
|
- content_for :after_black_bar do
|
|
.row.cta-row
|
|
h2 GET YOUR GIFT CARD NOW!
|
|
p
|
|
| And join
|
|
= APP_CONFIG.musician_count
|
|
| other musicians who love our JamTracks.
|
|
p.cta-text Not sure if JamTracks are for you? Scroll down to learn more.
|
|
|
|
- content_for :white_bar do
|
|
= react_component 'JamTrackLandingBottomPage', @page_data.to_json
|
|
|
|
- content_for :red_bar do
|
|
.full-row
|
|
| Get your free JamTrack and start playing today!
|
|
|
|
javascript:
|
|
$(document).on('JAMKAZAM_READY', function(e, data) {
|
|
var song = new JK.IndividualJamTrack(data.app, true);
|
|
song.initialize();
|
|
})
|