Description
Product Description:
ICT Billet helps take the guesswork out of LS engine-swap projects. With both individual components and complete vehicle-specific kits, their line of American-made solutions covers everything from mounting brackets and oil pans to valve covers and wiring harnesses, all designed to help make LS and LT engine swaps easier, whether it’s into a classic Bel-Air, a vintage Camaro, or a high-performance pickup truck.
const myParagraph = document.getElementById(“myParagraph”);const toggleButton = document.getElementById(“toggleButton”);const fullText = myParagraph.innerHTML;const truncatedText = fullText.slice(0, 750); // show first 750 characters// set initial textmyParagraph.innerHTML = truncatedText + ‘ …’ + fullText.slice(750) + ”;// add event listener to toggle buttontoggleButton.addEventListener(“click”, function() { const dots = document.getElementById(“dots”); const moreText = document.getElementById(“more”); if (dots.style.display === “none”) { dots.style.display = “inline”; moreText.style.display = “none”; toggleButton.textContent = “Show more”; } else { dots.style.display = “none”; moreText.style.display = “inline”; toggleButton.textContent = “Show less”; }});
Explore more from our collection.

Reviews
There are no reviews yet.