15 lines
589 B
Plaintext
15 lines
589 B
Plaintext
- provide(:page_name, 'landing_page full individual_jamtrack retailer')
|
|
- provide(:description, @description)
|
|
- provide(:title, @title)
|
|
|
|
= react_component 'JamClassRetailerLandingPage', @page_data.to_json
|
|
|
|
- content_for :after_black_bar do
|
|
.row.cta-row
|
|
h2 SIGN UP YOUR STORE NOW!
|
|
p Start generating more revenues, while helping your customers better engage with their instruments.
|
|
p.cta-text Not sure if our retail partner program is for you? Scroll down to learn more.
|
|
|
|
- content_for :white_bar do
|
|
= react_component 'JamClassRetailerLandingBottomPage', @page_data.to_json
|