diff --git a/web/app/assets/images/web/button_cta_jamblaster.png b/web/app/assets/images/web/button_cta_jamblaster.png index 8650fe322..aed1fab4a 100644 Binary files a/web/app/assets/images/web/button_cta_jamblaster.png and b/web/app/assets/images/web/button_cta_jamblaster.png differ diff --git a/web/app/assets/images/web/button_cta_jamtrack.png b/web/app/assets/images/web/button_cta_jamtrack.png index 998d89b75..d8dd6e40c 100644 Binary files a/web/app/assets/images/web/button_cta_jamtrack.png and b/web/app/assets/images/web/button_cta_jamtrack.png differ diff --git a/web/app/assets/images/web/button_cta_platform.png b/web/app/assets/images/web/button_cta_platform.png index dba8d499b..a2ddf74ef 100644 Binary files a/web/app/assets/images/web/button_cta_platform.png and b/web/app/assets/images/web/button_cta_platform.png differ diff --git a/web/app/views/landings/product_jamblaster.html.slim b/web/app/views/landings/product_jamblaster.html.slim index 8fd33fd5d..7c2cebe37 100644 --- a/web/app/views/landings/product_jamblaster.html.slim +++ b/web/app/views/landings/product_jamblaster.html.slim @@ -7,27 +7,23 @@ h1.product-headline | The JamBlaster by JamKazam p.product-description - | The JamBlaster is a device designed from the ground up to meet the unique requirements of real-time, online, distributed music performance. This device vastly extends the range/distance over which musicians can play together across the Internet. + | With your smartphone and a JamBlaster, you can: ul - li Radically reduces audio processing latency compared to today's industry standard computers and audio interfaces. - li Delivers plug-and-play ease of use, with no worries about hardware and software incompatibilities, driver problems, and arcane configurations. - li Combines both a computer and an audio interface into a single elegant device. - li Works with computers (even old crappy ones), tablets or smartphones. - li Works with your favorite recording software applications like Garage Band, Reaper, Pro Tools, etc. + li Play live in sync with other musicians from different locations over the Internet – great for rehearsals without travel or space, co-writing, or joining open jams for fun + li Make pro quality audio (and optionally video) recordings of yourself and others – both master mix and fully isolated stems + li Learn and play along with 4,000+ of your favorite songs – with the ability to solo or mute any part, slow down playback for practice, change pitch/key, and more + li Teach or take online music lessons that really work – unlike Skype and Google Hangouts, which suffer from very high latency and poor audio quality + li Broadcast live video performances with pro quality audio through YouTube to family, friends, and fans – either yourself or your band playing in one location, or your online distributed JamKazam sessions .column h1 See What You Can Do With The JamBlaster .video-wrapper .video-container - iframe src="//www.youtube.com/embed/YHZQHfKDdMc" frameborder="0" allowfullscreen="allowfullscreen" + iframe src="//www.youtube.com/embed/iteR0ciRhtw" frameborder="0" allowfullscreen="allowfullscreen" br clear="all" .row .column - h1 - | Want a JamBlaster? Need One? - p If you are a registered member of the JamKazam community, and if you "know" you will buy a JamBlaster for $199 as soon as they become available, then click the button below to add yourself to our wait list. When we get enough "virtual orders", we'll reach back out to all signups to take real orders. - .cta-big-button - a.white-bordered-button href="#" SIGN UP TO BUY A JAMBLASTER + a.white-bordered-button href="https://www.kickstarter.com/projects/1091884999/jamblaster-the-ultimate-smartphone-accessory-for-m" Get JamBlaster On Kickstarter .column h1 Want To Know More About Latency? p @@ -74,51 +70,6 @@ javascript: promptConfirmed(data.app) } - $('.product_jamblaster a.white-bordered-button').on('click', function () { - var rest = window.JK.Rest(); - if (window.JK.currentUserId) { - window.JK.Banner.showYesNo({ - title: "please confirm", - html: "Are you sure you want to make a virtual order for a JamBlaster?", - yes: function () { - confirmOrder(data.app) - }, - no: function () { - window.JK.Banner.hide(); - } - }) - } - else { - window.JK.Banner.showAlert({ - buttons: [ - { - name: 'CANCEL', click: function () { - - } - }, - { - name: 'SIGN IN', buttonStyle: 'button-orange', click: function () { - var redirectPath = '?redirect-to=' + encodeURIComponent('/products/jamblaster?want_jamblaster=true'); - window.location.href = '/signin' + redirectPath; - } - }, - { - name: 'SIGN UP', click: function () { - rest.createSignupHint({redirect_location: '/products/jamblaster', want_jamblaster:true}) - .done(function() { - window.location.href = '/signup' - }) - .fail(function() { - data.app.layout.notify("Unable to take your virtual order at this time. Please try again later.") - }) - } - } - ], - title: 'please sign in or sign up', - html: "
In order to place a virtual order for a JamBlaster, you must be a registered JamKazam user. Please sign in or sign up to place your order.
" - }) - } - return false; }) }) \ No newline at end of file diff --git a/web/app/views/users/home.html.slim b/web/app/views/users/home.html.slim index a7fd408cf..6a73a6cd6 100644 --- a/web/app/views/users/home.html.slim +++ b/web/app/views/users/home.html.slim @@ -41,7 +41,7 @@ strong JamBlaster | is a device designed from the ground up to meet the requirements of online music play, vastly extending the range over which musicians can play together across the Internet. - = link_to image_tag("web/button_cta_jamblaster.png", width: 234, height: 57), '/products/jamblaster', class: 'cta-button jamblaster' + = link_to image_tag("web/button_cta_jamblaster.png", width: 234, height: 57), 'https://www.kickstarter.com/projects/1091884999/jamblaster-the-ultimate-smartphone-accessory-for-m', class: 'cta-button jamblaster' .extra-links .learn-more a.learn-more-jamblaster href='/products/jamblaster' learn more