Nissan France made its new Qashqai model bungee jump with the driver inside. In this crazy experiment, the vehicle broke the world record by being thrown from 65 meters down.
Automobile giants can advertise their vehicles in very interesting ways. Nissan is one of them, which is experimenting in a way that you would not think of. The company’s branch in France, He made his Qashqai model bungee jump. Yes, you read it right.
The company has roped in the Qashqai e-Power model and From a height of 65 meters threw it down. Moreover, performed with a person insideThe experiment was a success and the company was awarded the title of “highest car bungee jump” He also broke the world record. At least 65 meters were needed for this. In the experiment, the vehicle and the person inside were thrown from this height.
The moment when Nissan Qashqai bungee jumps
From above you can see the Nissan Qashqai e-Power doing a bungee jump. The vehicle, Fixed to the platform with 8 sturdy ropes. In the driver’s seat is a racing driver and a stuntman Laurent Lesko sitting.
After launching, the Qashqai plummets downwards, stopping when it reaches the length of the rope securing it to the platform. Fortunately, no accidents occurred in this dangerous experiment.
The caged platform on which the Qashqai is placed is built to withstand its weight at a 45-degree angle. The planning of the experiment took around a month. To reduce the weight of the vehicle Everything has been removed except the driver’s seat and the screen.. So there is only the section where Lesko sat. After everything was completed, the jump took place on August 12.
Nissan has previously used themes such as surfing and skateboarding in its ads for the Qashqai. However, no one would have thought of making this car bungee jump. The company’s Marketing Director Jerome Biguet described this crazy experiment as “The kind of crazy challenge Nissan lovesHe described it with the following expressions.
RELATED NEWS
2024 Nissan Qashqai Launched for Sale in Turkey with Its Ambitious Design: Here is the Price
Source :
https://www.guinnessworldrecords.com/news/commercial/2024/9/nissan-qashqai-dives-head-first-into-record-books-with-gravity-defying-bungee-jump
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });