302 Found indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: spktm.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en" data-platformversion="7"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <title>Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</title> <meta name="description" content="Solid Performance KTM is a liscenced KTM dealership in Downingtown, PA. We offer a variety of racing, touring, sport and dirt bikes from KTM, as well as expert service to keep your bike running in top condition. Our family-owned dealership is located conviently near West Chester, Wilmington DE, Brooklyn, NY, and Philadelphia." /> <meta name="keywords" content="Solid Performance KTM, solid-performance, KTM, sales, service, parts, racing, touring, sport, off road, dirt, new, used, motocross, four-stroke, bike repair, bikes for sale" /> <meta name="copyright" content="Solid Performance KTM Downingtown, Pennsylvania. All Rights Reserved" /> <meta name="author" content="Dealer Spike, http://www.dealerspike.com" /> <meta name="city" content="Downingtown" /> <meta name="country" content="US" /> <meta name="distribution" content="Global" /> <meta name="rating" content="General" /> <meta name="robots" content="INDEX,FOLLOW" /> <!-- Harley-Davidson Fonts --> <!-- Check if hours-editor page, then check for editing mode or if config var is False and redirect to admin --> <!-- <link rel="publisher" href="" /> --> <link rel="shortcut icon" href="/favicon.ico" /> <!-- Site CSS & Fonts --> <link rel="stylesheet" href="https://cdn.dealerspike.com/tp/iconmonstr-iconic-font/1.3.0/iconmonstr-iconic-font.min.css"> <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet"> <link id="responsiveStyles" rel="stylesheet" type="text/css" href="/styles/styles.css?v=2.048" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> <!-- Site Scripts --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script> <script src="https://cdn.dealerspike.com/imglib/jquery/migrate/1.2.1/jquery-migrate.min.js" type="text/javascript"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> <script> function isBreakpoint( alias ) { return $('.device-' + alias).is(':visible'); } $(document).ready(function(){ //beta aria-expanded fix 1/30/18 //toggles aria-expanded in mobile views using built-in bootstrap function $(".dropdown").on("show.bs.dropdown", function(event){ $(this).find('.dropdown-toggle').attr('aria-expanded', 'true'); }); $(".dropdown").on("hide.bs.dropdown", function(event){ $(this).find('.dropdown-toggle').attr('aria-expanded', 'false'); }); if( isBreakpoint('md') || isBreakpoint('lg') || isBreakpoint('xl') ) { //toggles aria-expanded in desktop views when we hack it to open on hover $('.dropdown').hover(function() { $(this).addClass('open'); $(this).find('.dropdown-toggle').attr('aria-expanded', 'true'); }, function() { $(this).removeClass('open'); $(this).find('.dropdown-toggle').attr('aria-expanded', 'false'); }); $("[data-toggle='dropdown']").on("click", function(e){ if((e.which == "1") && $(this).is(":hover") && !$(this).parents(".dropdown").hasClass("open")){ e.stopImmediatePropagation(); if ($(this).attr('target') !== "_blank" ) { document.location=$(this).attr("href"); } } }); } // makes href="tel:#"s valid for browsers $('a[href^="tel"]').each( function(){ $(this).attr('href', 'tel:' + $(this).attr('href').replace(/\D+/g,"")); }); // hide link titles on hover var ttext; $(".navbar-nav a").hover(function(){ ttext = $(this).attr('title'); $(this).removeAttr('title'); }, function(){ $(this).attr('title', ttext); }); // prevents footer collapse animation on viewports when the // collapse element is already forced open $('footer [data-toggle="collapse"]').on('click', function(e){ if ($('footer .collapse:not(.in)').is(':visible')) { e.preventDefault(); e.stopPropagation(); } else { return true; } }); }); </script> <!-- IE8/9 stylesheet to fix max selector issue --> <!--[if lt IE 10]> <link rel="stylesheet" type="text/css" href="/styles/styles-ie-old.css" /> <![endif]--> <!-- HTML5 shim and Respond.js - IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" type="text/javascript"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js" type="text/javascript"></script> <![endif]--> <script type="text/javascript" src="/src/js/stdlib.js"></script> <script type="text/javascript" src="/src/V6/js/DS-Carousel.js"></script> <script type="text/javascript"> $(document).ready(function(){ if( $('.carousel-promo').length ) { $('.carousel-promo').DSCarousel(); } }); </script> <!-- Google Analytics added 5/22/2018 by FED-AH2552 | Source: ARI Live Site --> <script> (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments); }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m); })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-55171530-1', 'auto', { 'allowLinker': true }); ga('require', 'displayfeatures'); ga('require', 'ecommerce', 'ecommerce.js'); ga('require', 'linker'); ga('linker:autoLink', ['https:', 'www.solid-performance.com']); ga('send', 'pageview'); </script> <!-- JSON-LD Schema --> <script type="application/ld+json"> { "@context": "http://www.schema.org", "@type": "AutomotiveBusiness", "url": "http://www.solid-performance.com/", "name": "Solid Performance KTM", "description": "Solid Performance KTM is a liscenced KTM dealership in Downingtown, PA. We offer a variety of racing, touring, sport and dirt bikes from KTM, as well as expert service to keep your bike running in top condition. Our family-owned dealership is located conviently near West Chester, Wilmington DE, Brooklyn, NY, and Philadelphia.", "logo": "http://www.solid-performance.com//images/solidperformance-logo.png", "email": "[email protected],[email protected]", "telephone": "+1 484-593-0095", "faxNumber": "484-593-0096", "address": { "@type" : "PostalAddress", "streetAddress" : "106 Robbins Road", "addressLocality" : "Downingtown", "addressRegion" : "PA", "postalCode" : "19335", "addressCountry": "US" }, "sameAs" : [ "https://www.facebook.com/solidperformance", "https://twitter.com/SolidKTM", "https://www.youtube.com/channel/UCb_lWA1Lppm8vSu5np7Bd7g", "http://instagram.com/solid_performance", "", "" ], "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Tuesday", "Wednesday", ], "opens": "10:00", "closes": "18:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Thursday" ], "opens": "10:00", "closes": "19:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Friday" ], "opens": "10:00", "closes": "17:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Saturday" ], "opens": "09:00", "closes": "15:00" } ] // ,"location": [ // { // 1st Location: leave this with default variables // "@type":"AutomotiveBusiness", // "name": "Solid Performance KTM", // "telephone": "+1 484-593-0095", // "faxNumber": "484-593-0096", // "address": { // "@type" : "PostalAddress", // "streetAddress" : "106 Robbins Road", // "addressLocality" : "Downingtown", // "addressRegion" : "PA", // "postalCode" : "19335", // "addressCountry": "US" // }, // "openingHoursSpecification": [ // { // "@type": "OpeningHoursSpecification", // "dayOfWeek": [ // "Monday", // "Tuesday", // "Wednesday", // "Thursday", // "Friday" // ], // "opens": "00:00", // "closes": "00:00" // }, // { // "@type": "OpeningHoursSpecification", // "dayOfWeek": [ // "Saturday" // ], // "opens": "00:00", // "closes": "00:00" // } // ] // }, // { // 2nd Location // "@type":"AutomotiveBusiness", // "name": "Solid Performance KTM", // "telephone": "+1 484-593-0095", // "faxNumber": "484-593-0096", // "address": { // "@type" : "PostalAddress", // "streetAddress" : "106 Robbins Road", // "addressLocality" : "Downingtown", // "addressRegion" : "PA", // "postalCode" : "19335", // "addressCountry": "US" // }, // "openingHoursSpecification": [ // { // "@type": "OpeningHoursSpecification", // "dayOfWeek": [ // "Monday", // "Tuesday", // "Wednesday", // "Thursday", // "Friday" // ], // "opens": "00:00", // "closes": "00:00" // }, // { // "@type": "OpeningHoursSpecification", // "dayOfWeek": [ // "Saturday" // ], // "opens": "00:00", // "closes": "00:00" // } // ] // } // ] } </script> <!-- End JSON-LD Schema --> <!-- APM --> <script src="https://cdn.jsdelivr.net/npm/@elastic/[email protected]/dist/bundles/elastic-apm-rum.umd.min.js"></script> <!-- MICROAPP STYLES --> </head> <body class=""> <div class="device-xs visible-xs"></div> <div class="device-sm visible-sm"></div> <div class="device-md visible-md"></div> <div class="device-lg visible-lg"></div> <div class="device-xl visible-xl"></div> <a class="top-skip-link" href="#vcard">Skip to main content</a> <header id="header"> <div class="header-top"> <div class="header-container"> <!-- flex parent --> <div class="header-social"> <ul class="social-block"> <li> <a href="https://www.facebook.com/solidperformance" target="_blank" class="social-facebook" title="Solid Performance KTM on Facebook"> <i class="fa fa-facebook" aria-hidden="true"></i> <span class="sr-only">Like Solid Performance KTM on Facebook! (opens in new window)</span> </a> </li> <li> <a href="http://instagram.com/solid_performance" target="_blank" class="social-instagram" title="Solid Performance KTM on Instagram"> <i class="fa fa-instagram" aria-hidden="true"></i> <span class="sr-only">Follow Solid Performance KTM on Instagram! (opens in new window)</span> </a> </li> <li> <a href="https://www.youtube.com/channel/UCb_lWA1Lppm8vSu5np7Bd7g" target="_blank" class="social-youtube" title="Solid Performance KTM on YouTube"> <i class="fa fa-youtube-play" aria-hidden="true"></i> <span class="sr-only">Check out the Solid Performance KTM YouTube channel! (opens in new window)</span> </a> </li> <!--<li> <a href="https://www.ebay.com/str/solidperformancektm" target="_blank" class="social-ebay" title="Solid Performance KTM on eBay"> <i class="fab fa-ebay" aria-hidden="true"></i> <span class="sr-only">Check out the Solid Performance KTM on eBay! (opens in new window)</span> </a> </li> <li>--> <!--a href="https://twitter.com/SolidKTM" target="_blank" class="social-twitter" title="Solid Performance KTM on Twitter"> <i class="fa fa-twitter" aria-hidden="true"></i> <span class="sr-only">Follow Solid Performance KTM on Twitter! (opens in new window)</span> </a> </li>--> </ul> </div> <div class="header-contact"> <div class="header-phone"> <a class="header-phone__link" href="tel:484-593-0095" title="Call Solid Performance KTM"> <i class="fa fa-phone" aria-hidden="true"></i> <span>484-593-0095</span> </a> </div> <div class="header-address"> <a class="header-address__link" href="/map-hours-directions-motorcycles-dealership--hours" title="Map, Directions, & Hours for Solid Performance KTM in Downingtown, PA"> <i class="fa fa-map-marker" aria-hidden="true"></i> <span>Map & Hours</span> </a> </div> </div> </div> </div> <div class="header-container"> <!-- flex parent --> <div class="header-brand"> <a href="/" title="Solid Performance KTM is a KTM Bikes dealer in Downingtown, PA"> <img alt="Solid Performance KTM" src="/images/solidperformance-logo-update.png"> </a> <img class="brand-header" alt="WP Suspension" src="/images/solidperformance-brand-ktm-header.png"> <img class="brand-header"alt="WP Suspension" src="/images/solidperformance-brand-husvqarna-header.png"> <img class="brand-header" src="/images/GasGas_logo.png" alt="Gas Gas logo"> <img class="brand-header" alt="WP Suspension" src="/images/solidperformance-wp-suspension-logo.png"> </div> <!--<div class="header-brand__wp-suspension"> <a href="/" title="WP Suspension in Downingtown, PA"> <img alt="WP Suspension" src="/images/solidperformance-wp-suspension-logo.png"> <</a> </div>--> <nav class="navbar" id="main-nav" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="burger-bar"></span> </button> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav" style="display:block;"> <li><a href="/" title="Solid Performance KTM Home">Home</a></li> <li class="dropdown"> <a href="/inventory/v1/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" title="KTM Bikes for sale in Downingtown, PA">Inventory</a> <ul class="dropdown-menu" role="menu"> <li><a href="/inventory/v1/" title="KTM Bikes for sale in Downingtown, PA">Showroom</a></li> <li><a href="/default.asp?page=xAllInventory" title="KTM Bikes for sale in Downingtown, PA">All Inventory</a></li> <li><a href="/default.asp?page=xNewInventory" title="New KTM Bikes for sale in Downingtown, PA">New Inventory</a></li> <li><a href="/default.asp?page=xPreOwnedInventory" title="Used KTM Bikes for sale in Downingtown, PA">Pre-Owned Inventory</a></li> <li><a href="/price-quote-motorcycles-dealership--xget_quote" title="Get a Quote in Downingtown, PA">Get a Quote</a></li> <li><a href="/credit-financing-motorcycles-dealership--financing" title="Financing in Downingtown, PA">Finance</a></li> <li><a href="/trade-in-value-motorcycles-dealership--xtrade_value" title="Trade-In Value in Downingtown, PA">Value Your Trade</a></li> <li><a href="/test-ride-motorcycles-dealership--xsched_ride" title="Test Rides in Downingtown, PA">Schedule a Test Ride</a></li> <li><a href="/promotions-motorcycles-sales-deals-thorndale-concordville-springfield-pennsylvania--promotions" title="KTM Promotions">Promotions</a></li> <li><a href="/contact-email-motorcycles-dealership--xcontact" title="Contact Solid Performance KTM in Downingtown, PA">Contact Us</a></li> </ul> </li> <li> <a href="https://solid-performance.dealerspikeparts.com/" target="_blank" title="Parts in Downingtown, PA">OEM Parts Finder</a> </li> <li class="dropdown"> <a href="/service-repair-motorcycles-dealership--service" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" title="Service in Downingtown, PA">Services</a> <ul class="dropdown-menu" role="menu"> <li><a href="/service-repair-motorcycles-dealership--service" title="Service in Downingtown, PA">Service Department</a></li> <li><a href="/service-request-motorcycles-dealership--xservice_request" title="Service Appointments in Downingtown, PA">Service Appointments</a></li> <!--li><a href="/check-out-our--service-list" title="Check out our Service List">Service List</a></li--> <li><a href="https://www.sp-wp.com/" title="Solid Performance Suspension" target="_blank">Suspension Site</a></li> <li><a href="/fill-out-our-suspension-form--offroad-suspension-service" title="Check out our Service Form">Suspension Service Form</a></li> <!-- <li><a href="/fckimages/backup2018/pdf/SP-Offroad-Suspenion-Form_Updated.pdf" target="_blank" title="Check out our Service Form">Service Form</a></li> --> </ul> </li> <li class="dropdown"> <a href="/service-repair-motorcycles-dealership--service" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" title="Service in Downingtown, PA">Parts</a> <ul class="dropdown-menu" role="menu"> <li><a href="/parts-motorcycles-dealership--parts" title="Parts in Downingtown, PA">Parts Department</a></li> <li><a href="/request-parts-motorcycles-dealership--xparts_request" title="Request Parts in Downingtown, PA">Parts Request</a></li> <li><a href="https://www.ebay.com/str/solidperformancektm" target="_blank" title="Check out the eBay store in Downingtown, PA">eBay Store</a></li> </ul> </li> <!--li> <a href="/check-out-our--race-team" title="About Solid Performance KTM in Downingtown, PA">Race Team</a> </li--> <!-- <li><a href="/blog" title="Solid Performance KTM Home">Blog</a></li> --> <li class="dropdown" style="display:inline-block;"> <a href="/about-us-motorcycles-dealership--info" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" title="About Solid Performance KTM in Downingtown, PA">Company Info</a> <ul class="dropdown-menu" role="menu"> <li><a href="/about-us-motorcycles-dealership--info" title="About Solid Performance KTM in Downingtown, PA">About Us</a></li> <li><a href="/map-hours-directions-motorcycles-dealership--hours" title="Map, Directions, & Hours for Solid Performance KTM in Downingtown, PA">Map & Hours</a></li> <li><a href="/staff-employees-motorcycles-dealership--xstaff" title="Our Team at Solid Performance KTM in Downingtown, PA">Meet Our Staff</a></li> <!--<li><a href="/careers-jobs-employment-motorcycles-dealership--xcareers" title="Careers at Solid Performance KTM in Downingtown, PA">Employment</a></li>--> <!-- <li><a href="/events-calendar-motorcycles-dealership--xcalendar" title="Events Calendar for Solid Performance KTM in Downingtown, PA">Event Calendar</a></li> --> <!-- <li><a href="/events-calendar-motorcycles-dealership--xlistevents" title="Events Calendar for Solid Performance KTM in Downingtown, PA">Event Calendar List</a></li> --> <li><a href="/newsletter-mailing-list-motorcycles-dealership--xnewsletter" title="Join Our Mailing List in Downingtown, PA">Newsletter Signup</a></li> <li><a href="/reviews-testimonials-motorcycles-dealership--xtestimonials" title="Customer Reviews in Downingtown, PA">Read Testimonials</a></li> <li><a href="/submit-reviews-testimonials-motorcycles-dealership--xsurvey" title="Submit a Review in Downingtown, PA">Submit a Testimonial</a></li> <li><a href="https://www.instagram.com/solid_performance/?hl=en" target="_blank" title="Check Out Our Photos (opens in new window)">Photos</a></li> <li><a href="/contact-email-motorcycles-dealership--xcontact" title="Contact Solid Performance KTM in Downingtown, PA">Contact Us</a></li> </ul> </li> </ul> </div> </nav> </div> <div class="vcard" id="vcard"> <div class="fn org">Solid Performance KTM</div> <div class="adr"> <div class="street-address">106 Robbins Road</div> <div> <span class="locality">Downingtown</span>, <span class="region"><abbr class="region" title="Pennsylvania">PA</abbr></span> <span class="postal-code">19335</span></div> <div class="country-name">US</div> </div> <div>Phone: <span class="tel">484-593-0095</span></div> <div>Email: <span class="email">[email protected],[email protected]</span></div> <div> <span class="tel"><span class="type">Fax</span>: <span class="value">484-593-0096</span></span> </div> </div><!-- !.vcard --> </header> <div class="content-home top"> <!-- WELCOME --> <div class="home-row"> <div class="welcome-wrapper"> <div> <h1>Solid Performance</h1> <div class="welcome-text"><em>Our philosophy is to continually be the most progressive and inclusive KTM/Husqvarna/Gas Gas/WP Suspension shop while inspiring the next generation to be involved in riding and racing their motorcycle and e-mobility products. Solid Performance offers the full line of KTM/Husqvarna/Gas Gas motorcycles and e-mobility products as well as being an authorized WP Suspension Sales and Service Center with top of the line service and technical support, and a fully stocked Parts department. We feature the Full Line of KTM/Husqvarna/Gas Gas PowerParts, SpareParts, and PowerWear as well as all the essentials you need for your riding or racing needs. <br><br> Next time you’re in the area stop in and talk with us about the newest in model offerings from KTM, Husqvarna, and Gas Gas!</em></div> <div class="link-container" style="display: flex; gap: 10px;"> <!-- Flexbox container --> <a class="welcome-link" title="Dealership Solid Performance KTM in Downingtown, PA" href="/inventory/v1/">Dealership</a> <a class="welcome-link" title="About Suspensions in Downingtown, PA" href="https://www.sp-wp.com/">Suspension</a> </div> </div> </div> </div> </div> <main class="main-home"> <div class="content-home"> <!-- CTAS --> <div class="cta-row"> <div class="index-ctas"> <ul> <li> <a href="/default.asp?page=xNewInventory" title="New KTM Bikes in Downingtown, PA"> <div> <h3>New</h3> <h4>Inventory</h4> </div> </a> </li> <li> <a href="/default.asp?page=xPreOwnedInventory" title="Pre-Owned KTM Bikes in Downingtown, PA"> <div> <h3>Pre-Owned</h3> <h4>Inventory</h4> </div> </a> </li> <li> <a href="/service-repair-motorcycles-dealership--service" title="KTM Service and Parts in Downingtown, PA"> <div> <h3>Service</h3> <h4>Schedule Here</h4> </div> </a> </li> </ul> </div> </div> <div class="slideshow-main"> <div id="Main-SlideShow" class="carousel carousel-slideshow slide" data-pause="click" data-interval="5000" data-ride="carousel"> <div class="carousel-inner"> <div class='item active' data-slide-number=0 style="background-image:url(/images/slideshow/Main-SlideShow/527482%5FMY24%20KTM%20890%20ADVENTURE%20R%20RALLY%20-%20Action%20-%20Cat%20B%5FEU%5F%20Global%5F01%5FIMAGES.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="527482%5FMY24%20KTM%20890%20ADVENTURE%20R%20RALLY%20-%20Action%20-%20Cat%20B%5FEU%5F%20Global%5F01%5FIMAGES.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=1 style="background-image:url(/images/slideshow/Main-SlideShow/152222%5FFC%20450%202025.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="152222%5FFC%20450%202025.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=2 style="background-image:url(/images/slideshow/Main-SlideShow/588976%5FMY25%20KTM%20XC%5FACTION%5F01%5FACTION.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="588976%5FMY25%20KTM%20XC%5FACTION%5F01%5FACTION.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=3 style="background-image:url(/images/slideshow/Main-SlideShow/127666%5FNorden%20901%20Expedition%202023.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="127666%5FNorden%20901%20Expedition%202023.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=4 style="background-image:url(/images/slideshow/Main-SlideShow/579871%5FMY25%20KTM%20300%20SX%20-%20Action%5FEUROPE%20GLOBAL%5F01%5FACTION.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="579871%5FMY25%20KTM%20300%20SX%20-%20Action%5FEUROPE%20GLOBAL%5F01%5FACTION.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=5 style="background-image:url(/images/slideshow/Main-SlideShow/79698%5FMotocross%20%5F%20Mix%20Models%20%5F%202025%20%5F%20Action.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="79698%5FMotocross%20%5F%20Mix%20Models%20%5F%202025%20%5F%20Action.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=6 style="background-image:url(/images/slideshow/Main-SlideShow/149632%5FSvartpilen%20801%202024.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="149632%5FSvartpilen%20801%202024.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=7 style="background-image:url(/images/slideshow/Main-SlideShow/554177%5FMY24%20KTM%20990%20DUKE%5FAction%20%5FAction%5FACTION%5F01%5FACTION.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="554177%5FMY24%20KTM%20990%20DUKE%5FAction%20%5FAction%5FACTION%5F01%5FACTION.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=8 style="background-image:url(/images/slideshow/Main-SlideShow/77191%5FTrial%20%5F%20TXT%20GP%20%5F%202025%20%5F%20Action%20.jpg);"><a class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="" s_img="77191%5FTrial%20%5F%20TXT%20GP%20%5F%202025%20%5F%20Action%20.jpg" s_asset="" s_alt="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" title="Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA" ><span class="sr-only">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</span></a><div class="carousel-caption">Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA</div></div> <div class='item ' data-slide-number=9 style="background-image:url(/images/slideshow/Main-SlideShow/KTM-1900x707.jpg);"><a href="/regional-promotions/promotion/19084" class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="5/31/2025" s_img="KTM-1900x707.jpg" s_asset="" s_alt="THE FUTURE IS ORANGE. RATES AS LOW AS 2.99% APR ON SELECT OFFROAD MODELS* CALL OR VISIT US TODAY." title="THE FUTURE IS ORANGE. RATES AS LOW AS 2.99% APR ON SELECT OFFROAD MODELS* CALL OR VISIT US TODAY." ><span class="sr-only">THE FUTURE IS ORANGE. RATES AS LOW AS 2.99% APR ON SELECT OFFROAD MODELS* CALL OR VISIT US TODAY.</span></a><div class="carousel-caption">THE FUTURE IS ORANGE. RATES AS LOW AS 2.99% APR ON SELECT OFFROAD MODELS* CALL OR VISIT US TODAY.</div></div> <div class='item ' data-slide-number=10 style="background-image:url(/images/slideshow/Main-SlideShow/GasGas-1900x707.jpg);"><a href="/regional-promotions/promotion/19161" class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="6/1/2025" s_img="GasGas-1900x707.jpg" s_asset="" s_alt="Gas Gas $2000 Off Get Off Your Ass Get On The Gas. Learn More." title="Gas Gas $2000 Off Get Off Your Ass Get On The Gas. Learn More." ><span class="sr-only">Gas Gas $2000 Off Get Off Your Ass Get On The Gas. Learn More.</span></a><div class="carousel-caption">Gas Gas $2000 Off Get Off Your Ass Get On The Gas. Learn More.</div></div> <div class='item ' data-slide-number=11 style="background-image:url(/images/slideshow/Main-SlideShow/Husqvarna-motorcycle-1900x707.jpg);"><a href="/regional-promotions/promotion/19320" class="ds-slide" s_base="slideshow" s_show="Main-SlideShow" s_show_startdate="" s_show_enddate="6/1/2025" s_img="Husqvarna-motorcycle-1900x707.jpg" s_asset="" s_alt="Chase the horizon. *Restrictions apply. See website for full promotion details. RATES AS LOW AS 2.99% APR ON SELECT STREET MODELS* FOR PIONEERS. See more. " title="Chase the horizon. *Restrictions apply. See website for full promotion details. RATES AS LOW AS 2.99% APR ON SELECT STREET MODELS* FOR PIONEERS. See more. " ><span class="sr-only">Chase the horizon. *Restrictions apply. See website for full promotion details. RATES AS LOW AS 2.99% APR ON SELECT STREET MODELS* FOR PIONEERS. See more. </span></a><div class="carousel-caption">Chase the horizon. *Restrictions apply. See website for full promotion details. RATES AS LOW AS 2.99% APR ON SELECT STREET MODELS* FOR PIONEERS. See more. </div></div> </div> <ul class="carousel-indicators carousel-indicators-buttons"> <li class='itemButton active' data-target='#Main-SlideShow' data-slide-to='0'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='1'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='2'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='3'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='4'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='5'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='6'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='7'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='8'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='9'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='10'></li><li class='itemButton' data-target='#Main-SlideShow' data-slide-to='11'></li> </ul> <div class="carousel-nav"> <!-- Controls --> <a class="left carousel-control" href="#Main-SlideShow" role="button" data-slide="prev"> <span class="fa fa-caret-left"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control pause" href="#Main-SlideShow" role="button"> <span class="fa fa-pause"></span> <span class="sr-only">Pause</span> </a> <a class="right carousel-control" href="#Main-SlideShow" role="button" data-slide="next"> <span class="fa fa-caret-right"></span> <span class="sr-only">Next</span> </a> </div> </div> </div> <!-- TYPES --> <div class="types-row"> <div class="index-types"> <ul> <li> <a href="/default.asp?page=xAllInventory&pg=1&subcategory=motocross&subcategory=off-road" title="KTM Dirt Bikes in Downingtown, PA"> <div> <img src="/images/solidperformance-types-dirt-v1.png" alt="Buy New & Used KTM Dirt Bikes in Downingtown, PA" /> <h3>Dirt Bikes</h3> <h4>Shop Inventory</h4> </div> </a> </li> <li> <a href="/default.asp?page=xallinventory&pg=1&subcategory=adventure&subcategory=dual%20sport&subcategory=street" title="KTM Street and Touring Bikes in Downingtown, PA"> <div> <img src="/images/solidperformance-types-street-v1.png" alt="Buy New & Used KTM Street and Touring Bikes in Downingtown, PA" /> <h3>Street Bikes</h3> <h4>Shop Inventory</h4> </div> </a> </li> <!--<li> <a href="/default.asp?page=xallinventory&cat=electric" title="KTM Street and Touring Bikes in Downingtown, PA"> <div> <img src="/images/solidperformance-types-ebike.png" alt="Buy New & Used KTM Street and Touring Bikes in Downingtown, PA" /> <h3>E-Mobility</h3> <h4>Shop Inventory</h4> </div> </a> </li>--> </ul> </div> </div> <!-- FINV --> <div class="finv-row"> <!-- FINV #11 --> <div class="index-finv"> <div class="index-finv__content"> <h2 class="index-finv__heading">Featured Inventory</h2> <div id='invFeaturedElement' class='carousel slide carousel-promo ' data-interval='5000' > <div class='carousel-inner'> <div class='item active' data-slide-number='0'> <ul> <li class='featuredVehicle thumb-0 fb-1 cb-0 cl-False ownerimage' data-unitid='14641211' data-istrim='1' data-msrp='20499'> <a class='featured-content' href='--xInventoryDetail?id=14641211'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/5C/24/5C24FCED-6725-49C9-BAA3-C46EBA673461.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/5C/24/5C24FCED-6725-49C9-BAA3-C46EBA673461.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$16,999.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2024</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>1290 Super Duke GT</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Street</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-24-1290SD-GT</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Comes with a FREE SET of KTM PowerParts side cases! Special Financing Offer good through June 1st, 2025: 3.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>REDUCED PRICE!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2024</span><span class='manuf'>KTM</span><span class='model'>1290 Super Duke GT</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='1'> <ul> <li class='featuredVehicle thumb-1 fb-1 cb-0 cl-False ownerimage' data-unitid='16351587' data-istrim='1' data-msrp='13499'> <a class='featured-content' href='--xInventoryDetail?id=16351587'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/CA/49/CA49CB71-B035-46FA-902D-556D0333AB4B.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/CA/49/CA49CB71-B035-46FA-902D-556D0333AB4B.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$12,499.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>TE 300 Pro</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Off-Road</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-25-TE300-PRO</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 3.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>REDUCED PRICE!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>Husqvarna®</span><span class='model'>TE 300 Pro</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='2'> <ul> <li class='featuredVehicle thumb-2 fb-1 cb-0 cl-False ownerimage' data-unitid='16317062' data-istrim='0' data-msrp='13149'> <a class='featured-content' href='--xInventoryDetail?id=16317062'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/6C/00/6C00E1F2-C356-4984-810A-202F28324C7D.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/6C/00/6C00E1F2-C356-4984-810A-202F28324C7D.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$12,499.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>350 XC-F Factory Edition</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Cross Country</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-25-350XC-F-FE</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 3.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>REDUCED PRICE!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>KTM</span><span class='model'>350 XC-F Factory Edition</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='3'> <ul> <li class='featuredVehicle thumb-3 fb-1 cb-0 cl-False ownerimage' data-unitid='16719335' data-istrim='0' data-msrp='6999'> <a class='featured-content' href='--xInventoryDetail?id=16719335'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/34/7E/347EC267-F04B-41C2-A06C-B21D0FEB56CF.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/34/7E/347EC267-F04B-41C2-A06C-B21D0FEB56CF.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$6,999.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>390 Adventure R</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Adventure</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-25-390ADV-R</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'></span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>LIMITED AVAILABILITY</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>KTM</span><span class='model'>390 Adventure R</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='4'> <ul> <li class='featuredVehicle thumb-4 fb-1 cb-0 cl-False ownerimage' data-unitid='16421317' data-istrim='0' data-msrp='10499'> <a class='featured-content' href='--xInventoryDetail?id=16421317'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/FE/03/FE03416F-D1A2-4862-8A5B-A11A63CD26CC.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/FE/03/FE03416F-D1A2-4862-8A5B-A11A63CD26CC.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$10,499.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>Svartpilen 801</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Street</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-25-801SVART</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 2.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>plus $750 ACCESSORIES!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>Husqvarna®</span><span class='model'>Svartpilen 801</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='5'> <ul> <li class='featuredVehicle thumb-5 fb-1 cb-0 cl-False ownerimage' data-unitid='14641174' data-istrim='0' data-msrp='15799'> <a class='featured-content' href='--xInventoryDetail?id=14641174'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/C1/A3/C1A39F6E-D101-4D99-B8D2-30A2A0672A86.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/C1/A3/C1A39F6E-D101-4D99-B8D2-30A2A0672A86.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$13,599.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2024</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>890 Adventure R</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Adventure</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-24-890ADV-R</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 2.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>REDUCED PRICE!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2024</span><span class='manuf'>KTM</span><span class='model'>890 Adventure R</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='6'> <ul> <li class='featuredVehicle thumb-6 fb-1 cb-0 cl-False ownerimage' data-unitid='15017055' data-istrim='0' data-msrp='5899'> <a class='featured-content' href='--xInventoryDetail?id=15017055'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/D0/77/D077593D-2646-474B-B428-664B65240A3C.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/D0/77/D077593D-2646-474B-B428-664B65240A3C.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$4,899.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2024</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>Svartpilen 401</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Street</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-24-SVART-401</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 2.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>REDUCED PRICE!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2024</span><span class='manuf'>Husqvarna®</span><span class='model'>Svartpilen 401</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='7'> <ul> <li class='featuredVehicle thumb-7 fb-1 cb-0 cl-False ownerimage' data-unitid='16499951' data-istrim='0' data-msrp='12799'> <a class='featured-content' href='--xInventoryDetail?id=16499951'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/E6/9E/E69ED02C-DD04-4F97-B590-71906D3A4045.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/E6/9E/E69ED02C-DD04-4F97-B590-71906D3A4045.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$12,799.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>FC 450 Factory Edition</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Motocross</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-25-FC450FE</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'></span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>COMING SOON</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>Husqvarna®</span><span class='model'>FC 450 Factory Edition</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='8'> <ul> <li class='featuredVehicle thumb-8 fb-1 cb-0 cl-False ownerimage' data-unitid='16734437' data-istrim='1' data-msrp='4599'> <a class='featured-content' href='--xInventoryDetail?id=16734437'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/EC/45/EC458A04-7664-40B9-8199-99AE0F7DA814.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/EC/45/EC458A04-7664-40B9-8199-99AE0F7DA814.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$3,899.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2024</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>250 Duke</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Street</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-24-250Duke-W</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 2.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>REDUCED PRICE!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2024</span><span class='manuf'>KTM</span><span class='model'>250 Duke</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='9'> <ul> <li class='featuredVehicle thumb-9 fb-1 cb-0 cl-False ownerimage' data-unitid='16758320' data-istrim='0' data-msrp='5499'> <a class='featured-content' href='--xInventoryDetail?id=16758320'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/6F/3A/6F3A48F9-16ED-4264-8956-685DA7985876.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/6F/3A/6F3A48F9-16ED-4264-8956-685DA7985876.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$5,499.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>390 Enduro R</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Adventure</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-25-390END-R</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'></span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>LIMITED AVAILABILITY</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>KTM</span><span class='model'>390 Enduro R</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='10'> <ul> <li class='featuredVehicle thumb-10 fb-1 cb-0 cl-False ownerimage' data-unitid='16500015' data-istrim='0' data-msrp='11699'> <a class='featured-content' href='--xInventoryDetail?id=16500015'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/B7/AF/B7AF2DDB-AD79-40FE-AF88-A97FEC3D1F42.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/B7/AF/B7AF2DDB-AD79-40FE-AF88-A97FEC3D1F42.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$11,699.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>FC 250 Factory Edition</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Motocross</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-25-FC250-FE</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'></span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>COMING SOON</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>Husqvarna®</span><span class='model'>FC 250 Factory Edition</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='11'> <ul> <li class='featuredVehicle thumb-11 fb-1 cb-0 cl-False ownerimage' data-unitid='16719365' data-istrim='1' data-msrp='5499'> <a class='featured-content' href='--xInventoryDetail?id=16719365'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/BC/05/BC057143-8054-4106-8D70-0FDBF18EE463.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/BC/05/BC057143-8054-4106-8D70-0FDBF18EE463.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$5,499.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>390 SMC R</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Street</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-25-390SMC-R</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'></span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>LIMITED AVAILABILITY</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>KTM</span><span class='model'>390 SMC R</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='12'> <ul> <li class='featuredVehicle thumb-12 fb-1 cb-0 cl-False ownerimage' data-unitid='16610295' data-istrim='1' data-msrp='16499'> <a class='featured-content' href='--xInventoryDetail?id=16610295'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/E0/16/E016F217-7DAB-4279-BCE8-E726B3165C86.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/E0/16/E016F217-7DAB-4279-BCE8-E726B3165C86.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$16,499.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>Norden 901 Expedition</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Adventure</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-25-NORD901-EXP</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 2.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>plus $750 ACCESSORIES!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>Husqvarna®</span><span class='model'>Norden 901 Expedition</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='13'> <ul> <li class='featuredVehicle thumb-13 fb-1 cb-0 cl-False ownerimage' data-unitid='16696531' data-istrim='1' data-msrp='10999'> <a class='featured-content' href='--xInventoryDetail?id=16696531'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/6D/5D/6D5D3207-BFF9-4415-8FF7-86722180AAED.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/6D/5D/6D5D3207-BFF9-4415-8FF7-86722180AAED.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$10,999.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>Husqvarna®</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>TX 300</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Off-Road</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>HUS-25-TX300-SPRE</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Solid Performance Race Edition comes with following accessories: - Enduro Engineering Skid Plate, Rear Rotor Guard, Hand Guards w/Deflectors, Linkage Guard, and Bar End Inserts - Husqvarna Power Parts Front Rotor Guard - Akrapovic Slip-On Muffler This is over $750 in savings on the already installed accessories! Special Financing Offer good through June 1st, 2025: 3.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>SP RACE EDITION!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>Husqvarna®</span><span class='model'>TX 300</span></h3></div> </a> </li> </ul> </div> <div class='item' data-slide-number='14'> <ul> <li class='featuredVehicle thumb-14 fb-1 cb-0 cl-False ownerimage' data-unitid='16610060' data-istrim='0' data-msrp='15799'> <a class='featured-content' href='--xInventoryDetail?id=16610060'> <div class='vehicle-container'> <div class='image-container'><div role='img' class='image-container-image' style="background-image:url(https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/3C/52/3C52E26B-F057-4A0C-AC33-F077E5D5F894.jpg);"></div> <!--[if lt IE 9]> <img class='image-container-image' src='https://cdn.dealerspike.com/imglib/v1/300x225/imglib/Assets/Inventory/3C/52/3C52E26B-F057-4A0C-AC33-F077E5D5F894.jpg'> <![endif]--></div> <div class='data'><ul> <li class='featuredVehicleAttr price'><label>Price</label><span class='value'>$15,799.00</span></li> <li class='featuredVehicleAttr condition'><label>Condition</label><span class='value'>New</span></li> <li class='featuredVehicleAttr year'><label>Year</label><span class='value'>2025</span></li> <li class='featuredVehicleAttr manuf'><label>Make</label><span class='value'>KTM</span></li> <li class='featuredVehicleAttr model'><label>Model</label><span class='value'>890 Adventure R</span></li> <li class='featuredVehicleAttr vehtypename'><label>Type</label><span class='value'>Motorcycle / Scooter</span></li> <li class='featuredVehicleAttr bodysubtype'><label>Class</label><span class='value'>Adventure</span></li> <li class='featuredVehicleAttr stockno'><label>Stock #</label><span class='value'>KTM-25-890ADV-R</span></li> <li class='featuredVehicleAttr notes'><label>Notes</label><span class='value'>Special Financing Offer good through June 1st, 2025: 2.99% APR for up to 60 months!</span></li> <li class='featuredVehicleAttr overlaytext'><label>Overlay Text</label><span class='value'>PLUS $500 ACCESSORIES!</span></li> <li class='featuredVehicleAttr mileage'><label>Mileage</label><span class='value'>0</span></li> </ul><!-- .data ul --></div> </div> <div class='vehicle-title'><h3><span class='year'>2025</span><span class='manuf'>KTM</span><span class='model'>890 Adventure R</span></h3></div> </a> </li> </ul> </div> </div> <div class='carousel-nav'><a href='#invFeaturedElement' class='left carousel-control' data-slide='prev' aria-label='Previous' role='button'><span class='fa fa-caret-left'></span></a><a href='#invFeaturedElement' class='right carousel-control' data-slide='next' aria-label='Next' role='button'><span class='fa fa-caret-right'></span></a> </div> </div> <script type='text/javascript' src='/src/V6/js/DS-Carousel.js'></script> <script type='text/javascript'> $(document).ready(function(){ if( $('.carousel-promo').length ) { $('.carousel-promo').DSCarousel(); } }); </script> </div> </div> <!-- End FINV #11 --> </div> <!-- MAP --> <div class="index__map"> <!--<div id="map"></div>--> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6112.870445270809!2d-75.700541!3d39.998725!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6f5ef5051037d%3A0xcd1860fe81ae3ac6!2sSolid%20Performance%20KTM!5e0!3m2!1sen!2sus!4v1709663067993!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> <!-- INSTAGRAM --> <div class="instagram-row"> <div class="instagram-wrapper"> <a href="http://instagram.com/solid_performance" title="Follow Solid Performance KTM's Instagram" target="_blank" class="instagram-link"> <h3>@Solid_Performance</h3> <h4><i class="fa fa-instagram" aria-hidden="true"></i> Instagram</h4> </a> <!-- SnapWidget --> <iframe src="https://snapwidget.com/embed/576001" class="snapwidget-widget" allowtransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:100%; "></iframe> </div> </div> </div> </main><!-- !.main-home --> <style> .content-home.top { padding-bottom: 40px; background-color: #fff; } </style> <footer id="footer"> <div class="footer-container footer-container--top"> <div class="footer-row footer-row--top"> <div class="footer-column footer-column--contact"> <h4 class="footer-column__header">Come See Us</h4> <ul class="footer-column__list"> <li class="footer-address-l1">106 Robbins Road <span class="pipe">|</span> Downingtown, <abbr title="Pennsylvania" aria-label="Pennsylvania">PA</abbr> 19335</li> <li class="footer-phone footer-phone--toll-free"><a class="footer-phone__link" href="tel:484-593-0095" title="Call Solid Performance KTM">484-593-0095</a></li> <li class="footer-map"><a href="/map-hours-directions-motorcycles-dealership--hours" title="Directions to Solid Performance KTM in Downingtown, PA">Map & Directions</a></li> <li class="footer-ktm"><a href="/inventory/v1/Current/KTM" title="Buy New KTM Bikes in Downingtown, PA"><img src="/images/solidperformance-icons-ktm.png" alt="KTM Bikes in Downingtown, PA" /></a></li> </ul> </div> <div class="footer-column footer-column--links"> <h4 class="footer-column__header">Quick Links</h4> <ul class="footer-column__list"> <li><a href="/default.asp?page=xNewInventory" title="New KTM Bikes for sale in Downingtown, PA">New Bikes</a></li> <li><a href="/default.asp?page=xPreOwnedInventory" title="Used KTM Bikes for sale in Downingtown, PA">Pre-Owned Bikes</a></li> <!--li><a href="/default.asp?page=xcomingsoon" title="Bike Riding Lessons in Downingtown, PA">Learn to Ride</a></li--> <li><a href="/service-repair-motorcycles-dealership--service" title="Service in Downingtown, PA">Service</a></li> <li><a href="/events-calendar-motorcycles-dealership--xcalendar" title="Motocross Events in Downingtown, PA">Events Calendar</a></li> <li><a href="/trade-in-value-motorcycles-dealership--xtrade_value" title="Trade-In Value in Downingtown, PA">Value Your Trade</a></li> <li><a href="/about-us-motorcycles-dealership--info" title="About Solid Performance KTM in Downingtown, PA">About Us</a></li> </ul> </div> <div class="footer-column footer-column--hours"> <h4 class="footer-column__header">Hours</h4> <ul class="footer-column__list"> <li><span>Tues - Thur</span> 10am - 6pm</li> <!--<li><span>Thurday</span> 10am - 6pm</li>--> <li><span>Friday</span> 10am - 5pm</li> <li><span>Saturday</span> 9am - 3pm</li> <li><span>Sun. - Mon.</span> Closed</li> </ul> <ul class="social-block"> <li> <a href="https://www.facebook.com/solidperformance" target="_blank" class="social-facebook" title="Solid Performance KTM on Facebook"> <i class="fa fa-facebook" aria-hidden="true"></i> <span class="sr-only">Like Solid Performance KTM on Facebook! (opens in new window)</span> </a> </li> <li> <a href="http://instagram.com/solid_performance" target="_blank" class="social-instagram" title="Solid Performance KTM on Instagram"> <i class="fa fa-instagram" aria-hidden="true"></i> <span class="sr-only">Follow Solid Performance KTM on Instagram! (opens in new window)</span> </a> </li> <li> <a href="https://www.youtube.com/channel/UCb_lWA1Lppm8vSu5np7Bd7g" target="_blank" class="social-youtube" title="Solid Performance KTM on YouTube"> <i class="fa fa-youtube-play" aria-hidden="true"></i> <span class="sr-only">Check out the Solid Performance KTM YouTube channel! (opens in new window)</span> </a> </li> <li> <a href="https://www.ebay.com/str/solidperformancektm" target="_blank" class="social-ebay" title="Solid Performance KTM on eBay"> <i class="fab fa-ebay" aria-hidden="true"></i> <span class="sr-only">Check out the Solid Performance KTM on eBay! (opens in new window)</span> </a> </li> <li> <!--a href="https://twitter.com/SolidKTM" target="_blank" class="social-twitter" title="Solid Performance KTM on Twitter"> <i class="fa fa-twitter" aria-hidden="true"></i> <span class="sr-only">Follow Solid Performance KTM on Twitter! (opens in new window)</span> </a> </li> </ul--> <div class="footer-newsletter"> <a href="/sign-up-for-our--xnewsletter" title="Subscribe to our Newsletter"> <span>Sign-Up for Our</span> <h6>E-Newsletters</h6> </a> </div> </div> </div> </div> <div class="footer-bottom"> <div class="footer-container footer-container--bottom"> <div class="footer-row footer-row--bottom"> <div class="footer-bottom__elem footer-bottom__elem--links"> <span><a href="/read-our-policy-statement--xpolicy">Policy</a></span> <span><a href="/read-our-privacy-statement--xprivacy">Privacy</a></span> <span><a href="/read-our-terms-and-conditions--xterms">Terms</a></span> <span><a href="/default.asp?page=xinventorymap">Site Map</a></span> </div> <div class="footer-bottom__elem footer-bottom__elem--copyright"> <span>Copyright© 2025 Dealer Spike </span> <span>All Rights Reserved</span> </div> <div class="footer-bottom__elem footer-bottom__elem--ds-logo"> <a href="https://www.dealerspike.com" target="_blank" title="Dealer Spike"> <img src="https://cdn.dealerspike.com/imglib/template/v5/ds-logo-light.png" width="124" height="43" alt="Dealer Spike" /> <span class="sr-only">Dealer Spike (opens in new window)</span> </a> </div> </div> </div> </div> </footer> <script src="/imglib/support/v7/plugins.js"></script> <script type="text/javascript"> function DataLayerGA4ID(){ if(window.utag_data) window.utag_data['ga4_id'] = 'G-198RS162DC'; } DataLayerGA4ID(); $(window).on("load",function(){ DataLayerGA4ID(); }); </script> <script type="text/javascript"> !function(){var t=function(){var t=document.createElement("script");t.src="https://ws.audioeye.com/ae.js",t.type="text/javascript",t.setAttribute("async",""),document.getElementsByTagName("body")[0].appendChild(t)};"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",t):window.attachEvent&&window.attachEvent("onload",t):t()}() </script> <!-- Added by [GAS] on [02/01/19] --> <script type="text/javascript" src="/src/lib/DataLayer/PageTypes.js"></script> <script type="text/javascript" src="/src/lib/DataLayer/TealiumDataLayer.js"></script> <script type="text/javascript"> window.platformVersion = 7; window.tealiumDataLayer = TealiumDataLayer(); window.dspPageType = 0; window.utag_data = {"page_title":"Solid Performance KTM - Racing and Sport Bike Sales and Service in Downingtown, PA","page_title_count":"82","piwik_id":"undefined","site_company_name":"Solid Performance KTM","site_company_city":"Downingtown","site_company_state":"Pennsylvania","site_company_zip_code":"19335","site_id":"5763","site_internal_id":"5763","site_phone_main":"484-593-0095","site_platform":"Dealer Spike","site_section":"home","podium_chatbox_active":false,"digital_retailing_active":false,"reserve_a_unit_active":false,"ga4_id":"G-198RS162DC","tealium_event":"standard_view","did_active":false}; window.utag_data.lv_cm_enabled = false; </script> <script type="text/javascript"> (function(a,b,c,d){ a='//tags.tiqcdn.com/utag/dtms/dealerspike-eas/prod/utag.js'; b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); })(); </script> <script> window.addEventListener('load', function() { // setup modal form datalayer events $('#modalBox').on('shown.bs.modal', function(event, el) { var form = $('form', event.target).first(); if (form && form.length) { window.tealiumDataLayer.TriggerFormLoad(form); window.utag_event_data = {}; form.find(":input:not([type=submit])").on("input.datalayerFormInteraction",function(){ window.utag_event_data["tealium_event"] = "form_interaction"; window.tealiumDataLayer.TriggerUserActionEvent(); form.find(":input:not([type=submit])").off("input.datalayerFormInteraction"); }); } }); window.tealiumDataLayer.TriggerPageView(); }); $(document).ready(function(){ $('.carousel-slideshow a.ds-slide').click(function(){ window.utag_event_data = {}; window.utag_event_data["tealium_event"] = 'carousel_click'; window.utag_event_data["carousel_asset_name"] = $(this).siblings('.carousel-caption').text() + ''; window.utag_event_data["carousel_asset_index"] = $(this).parents('.item').attr('data-slide-number'); window.tealiumDataLayer.TriggerUserActionEvent(); }); }); </script> <script> if(window.elasticApm){ var apm = window.elasticApm.init({ serviceName: 'ds-platform-client-side', serverUrl: 'https://pdxelk.dealerspike.com:8201', environment: 'Production', transactionSampleRate: 0.2, }); apm.addLabels( { site: window.location.host } ); } </script> <div><link href="https://modal-widget.services.dealerspike.net/static/css/2.5e5e66c8.chunk.css" rel="stylesheet"><link href="https://modal-widget.services.dealerspike.net/static/css/main.f46b45b2.chunk.css" rel="stylesheet"></div><link rel="manifest" href="https://modal-widget.services.dealerspike.net/manifest.json"/><div id="ds-modal-widget"></div><script>!function(e){function t(t){for(var n,i,a=t[0],c=t[1],l=t[2],f=0,p=[];f<a.length;f++)i=a[f],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&p.push(o[i][0]),o[i]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(s&&s(t);p.length;)p.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,a=1;a<r.length;a++){var c=r[a];0!==o[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},u=[];function i(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.e=function(e){var t=[],r=o[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=o[e]=[t,n]}));t.push(r[2]=n);var u,a=document.createElement("script");a.charset="utf-8",a.timeout=120,i.nc&&a.setAttribute("nonce",i.nc),a.src=function(e){return i.p+"static/js/"+({}[e]||e)+"."+{3:"876babc3"}[e]+".chunk.js"}(e);var c=new Error;u=function(t){a.onerror=a.onload=null,clearTimeout(l);var r=o[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),u=t&&t.target&&t.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,r[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:a})}),12e4);a.onerror=a.onload=u,document.head.appendChild(a)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="https://modal-widget.services.dealerspike.net/",i.oe=function(e){throw console.error(e),e};var a=this["webpackJsonpmodal-widget"]=this["webpackJsonpmodal-widget"]||[],c=a.push.bind(a);a.push=t,a=a.slice();for(var l=0;l<a.length;l++)t(a[l]);var s=c;r()}([])</script><script src="https://modal-widget.services.dealerspike.net/static/js/2.64bce9f8.chunk.js"></script><script src="https://modal-widget.services.dealerspike.net/static/js/main.669de00e.chunk.js"></script> <!-- Google Map Script --> <!--<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAG5S95hV6YtxA8tNus3KlTo1DaGwwUgiw&callback=initMap" type="text/javascript"></script>--> <!-- End Google Map Script --> <script> function initialize() { var styles = [ // ]; var mapOptions = { // zoom: 10, // center: {lat: 36.759984, lng: -95.936100}, mapTypeId: 'roadmap', styles: styles, scrollwheel: false }; var map = new google.maps.Map(document.getElementById('map'), mapOptions); // Add markers & set bounds to fit all var bounds = new google.maps.LatLngBounds(); var markers = [ { title: 'Solid Performance KTM', infoDesc: '106 Robbins Road<br/>Downingtown, PA 19335', lat: 39.997926, lng: -75.697209 } ]; // List for marker info windows var infoWindowList = []; // Loop through markers & place each on the map for( i = 0; i < markers.length; i++ ) { var position = new google.maps.LatLng(markers[i].lat, markers[i].lng); bounds.extend(position); marker = new google.maps.Marker({ position: position, map: map, // icon: 'images/domainname-map-marker.png', title: markers[i].title }); // Automatically center the map fitting all markers map.fitBounds(bounds); // Create info window content for current marker & save to list var infoWindow = new google.maps.InfoWindow(), marker, i; var $infoContent = $('<div>', { "class": "map__info-content" }); var $infoTitle = $('<h3>', { "class": "map__info-title", html: markers[i].title }); var $infoDescription = $('<p>', { "class": "map__info-description", html: markers[i].infoDesc }); $infoContent.append($infoTitle).append($infoDescription); infoWindowList.push($infoContent); // Set info window for current marker google.maps.event.addListener(marker, 'click', (function(marker, i) { return function() { infoWindow.setContent(infoWindowList[i].prop('outerHTML')); infoWindow.open(map, marker); } })(marker, i)); } // Override map zoom level once fitBounds function runs (Should only run once) var boundsListener = google.maps.event.addListener((map), 'idle', function(event) { this.setZoom(15); google.maps.event.removeListener(boundsListener); }); } google.maps.event.addDomListener(window, 'load', initialize); </script> <!-- End Google Map Script --> <!-- SnapWidget Script --> <script src="https://snapwidget.com/js/snapwidget.js"></script> <script type="text/javascript"> // add "Click for Quote!" price text to finv units if none exist $(document).ready(function() { var priceText = '<li class="featuredVehicleAttr price_text"><label>Price</label><span class="value">Click for Quote!</span></li>'; $('.featuredVehicle').each(function(){ if(($(this).find('.featuredVehicleAttr.price').length === 0) && ($(this).find('.featuredVehicleAttr.price_text').length === 0)) { $(this).find('.data ul').prepend(priceText); } }); }); </script> </body> </html>