102 lines
5.2 KiB
CoffeeScript
102 lines
5.2 KiB
CoffeeScript
context = window
|
||
rest = context.JK.Rest()
|
||
|
||
@JamClassRetailerLandingBottomPage = React.createClass({
|
||
|
||
render: () ->
|
||
`<div className="top-container">
|
||
<div className="row awesome jam-class teachers">
|
||
<h2 className="awesome">How Our Retail Partner Program Can Help Your Store</h2>
|
||
|
||
<p>By simply adding our free countertop display of music lesson and JamTracks gift cards to your store, you can
|
||
instantly be enabled to offer an amazing deal on music lessons to every customer who buys an instrument from
|
||
your store. Students can connect with amazing teachers anywhere in the country, avoid the time and hassle of
|
||
travel to/from lessons, and even record lessons to avoid forgetting what they’ve learned. Even if your store
|
||
offers lessons through in-store teachers, often your customers may live too far away or may not want to deal
|
||
with travel to get back to your store for lessons, and this is a great service you can offer, while earning
|
||
about $100 per year per student for students who stick with their lessons, in addition to 30% on the initial
|
||
gift card sale.</p>
|
||
|
||
<p>And for more advanced musicians who frequently wander into your store just to look around because they have
|
||
“the bug”, JamTracks are a terrific product you can sell to both beginner and advanced musicians. JamTracks
|
||
are full multitrack recordings of more than 4,000 popular songs. Your customers can solo a part they want to
|
||
play to hear all its nuances, mute that part out to play with the rest of the band, slow it down to practice,
|
||
record themselves playing along and share it with their friends on YouTube, and more. You’ll earn 30% margins
|
||
on JamTracks gift cards as well.</p>
|
||
|
||
<p>Watch the videos below that explain and show our JamClass online music lesson service and our JamTracks
|
||
products in more detail.</p>
|
||
|
||
<div className="testimonials jam-class retailer">
|
||
<h3>JamClass Kudos</h3>
|
||
|
||
<div className="testimonial">
|
||
<img src="/assets/landing/Julie Bonk - Jam Class - Speech Bubble.png"
|
||
className="testimonial-speech-bubble"/>
|
||
<img src="/assets/landing/Julie Bonk - Avatar.png" className="testimonial-avatar"/>
|
||
<h4><strong>Julie Bonk</strong></h4>
|
||
|
||
<div className="testiminal-background">
|
||
Oft-recorded pianist, teacher, mentor to Grammy winner Norah Jones and Scott Hoying of Pentatonix
|
||
</div>
|
||
</div>
|
||
<div className="testimonial">
|
||
<img src="/assets/landing/Carl Brown - Jam Class - Speech Bubble.png"
|
||
className="testimonial-speech-bubble"/>
|
||
<img src="/assets/landing/Carl Brown - Avatar.png" className="testimonial-avatar"/>
|
||
<a rel="external" href="https://www.youtube.com/channel/UCvnfBBzEizi1T5unOXNCxdQ"><img
|
||
src="/assets/landing/Carl Brown - YouTube.png" className="testimonial-youtube"/></a>
|
||
<h4><strong>Carl Brown</strong> of GuitarLessions365</h4>
|
||
</div>
|
||
<div className="testimonial">
|
||
<img src="/assets/landing/Justin Pierce - Jam Class - Speech Bubble.png"
|
||
className="testimonial-speech-bubble"/>
|
||
<img src="/assets/landing/Justin Pierce - Avatar.png" className="testimonial-avatar"/>
|
||
<h4><strong>Justin Pierce</strong></h4>
|
||
|
||
<div className="testiminal-background">
|
||
Masters degree in jazz studies, performer in multiple bands, saxophone instructor
|
||
</div>
|
||
</div>
|
||
<div className="testimonial">
|
||
<img src="/assets/landing/Dave Sebree - Jam Class - Speech Bubble.png"
|
||
className="testimonial-speech-bubble"/>
|
||
<img src="/assets/landing/Dave Sebree - Avatar.png" className="testimonial-avatar"/>
|
||
<h4><strong>Dave Sebree</strong></h4>
|
||
|
||
<div className="testiminal-background">
|
||
Founder of Austin School of Music, Gibson-endorsed guitarist, touring musician
|
||
</div>
|
||
</div>
|
||
<div className="testimonial">
|
||
<img src="/assets/landing/Sara Nelson - Jam Class - Speech Bubble.png"
|
||
className="testimonial-speech-bubble"/>
|
||
<img src="/assets/landing/Sara Nelson - Avatar.png" className="testimonial-avatar"/>
|
||
<h4><strong>Sara Nelson</strong></h4>
|
||
|
||
<div className="testiminal-background">
|
||
Cellist for Austin Lyric Opera, frequently recorded with major artists
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div className="video-section">
|
||
<div className="video-wrapper">
|
||
<div className="video-container">
|
||
<iframe src="https://www.youtube.com/v/Y9m16G_86oU" frameborder="0" allowfullscreen="allowfullscreen"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div className="video-section second">
|
||
<div className="video-wrapper">
|
||
<div className="video-container">
|
||
<iframe src="https://www.youtube.com/v/-rHfJggbgqk" frameborder="0" allowfullscreen="allowfullscreen"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<br className="clearall"/>
|
||
</div>`
|
||
}) |