Website Redesign Launch: Precon Tanks Gets a Modern Upgrade

We’re excited to announce the launch of the brand-new website for Precon Tanks — a leading manufacturer of precast concrete tanks and systems for the wastewater and stormwater industries.

With decades of expertise and a reputation for quality and dependability, Precon needed a website that reflected their technical capabilities and made it easier for contractors, engineers, and municipalities to learn about their solutions. That’s where Livewire came in.


💡 A Digital Foundation That Matches Their Real-World Impact

Precon Tanks has long been known for designing and manufacturing high-performance precast concrete tanks — but their old website didn’t convey the scale, detail, or professionalism of their work.

We collaborated closely with the Precon team to create a website that:

  • Provides a clear overview of products and applications

  • Features technical resources and downloadable specs

  • Is fast, responsive, and mobile-friendly

  • Reflects Precon’s brand and expertise in civil infrastructure


🔧 What We Delivered

✅ Modern, Clean Design

The new site features a bold, industrial-inspired layout that feels strong, reliable, and modern — just like the products Precon delivers.

✅ Product-Focused Navigation

Users can now easily explore Precon’s tank systems by category and application, making it easy for engineers and municipalities to find exactly what they need.

✅ Downloadable Resources

The site includes spec sheets, brochures, and diagrams for industry professionals — making the new PreconTanks.com a true resource hub.

✅ Mobile-Optimized & Lightning Fast

We optimized every page for speed, usability, and mobile devices, so the site performs as well as it looks.


🚀 Built for Growth

The redesigned website is more than just a facelift — it’s a platform for growth. With improved UX, faster load times, and strong SEO foundations, Precon Tanks is now positioned to rank higher, reach further, and serve their clients better than ever before.

➡️ Explore the new website at precontanks.com


Want Results Like This?

At Livewire, we specialize in building high-performance websites for engineering, construction, and industrial companies — sites that inform, impress, and convert.

📞 Let’s talk about your next digital project.
🌐 livewiregeeks.com

More Web Design Blog Content

Northwest Seafood has a new website!

Thanks to our killer Gainesville Web Design another Gainesville company has joined the livewire family with a brand new website! It’s wordpress so we can’t take credit for the design in it’s entirety but the layout is great and they’re very happy with the finished product. Their original

Authority + Trust + Relevance = Rankings

Here you go – the magic formula for ranking on Google. Yes, Yahoo and Bing still matter … even though the third most searched term on Bing is “Google”  – people trying to get back to Google, but they’re still relevant. It’s just easier to focus on Google

Product Variations – WordPress Plugins

So this is a nice little plugin – an add-on to Woocommerce called Smart Variation Images. The extension allows  you to set different images to each product variation. This is handy to display different style types to the user as they browse through your product variation choices. Each time they

Should you be wary of SEO firms?

Good Call Commander! You should absolutely be suspicious of SEO firms these days. The industry is unfortunately saturated with unscrupulous, downright devious companies that prey on  unsuspecting business owners attempting to better their rankings. They pump your site full of fluff and post thousands of links around their

Preloading Images with Jquery

There are times when preloading images is an important step in keeping your site/page/program running smoothly. This is especially true in the era of mobile. Here’s a cute little snippet that does just that. function preload(yourarrayOfImages) { $(yourarrayOfImages).each(function(){ $(‘<img/>’)[0].src = this; }); } preload([ ‘img/image1.jpg’, ‘img/image2.jpg’, ‘img/image3.jpg’ ]);