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

Website To Text

Introducing the Livewire Website to Text Application, a cutting-edge tool that transforms consumer engagement. Imagine having the ability to instantly connect with customers in a personalized way, bridging the gap between your website visitors and your company with ease. With this game-changing feature, you gain access to a plethora

The problems with Wix

Wix is a do-it-yourself website builder. While this may seem to be in direct competition with Gainesville Web Design companies, they fill an important niche; mainly, those customers that cannot afford a professional website but still desire to have a nice looking design for their business. The templates

Thomas Jackson Updates

John Pailing and I have been hard at work upgrading what is already an incredible website. We have made several layout changes and are playing with a few ideas that will really add to the depth and relevance of the site. It is truly an honor to be

No Business is too Small for Mobile

No matter how small your business is, you need to be on mobile. There are more mobile users these days than traditional desktop/laptop users, so the benefit is apparent. If your website is not mobile ready, you are at a distinct disadvantage. First, the user will probably have

Jquery Simple Fadeout

A cute little snippet to show a simple green bar upon a successful edit. <?php if(isset($_GET[‘edit’])){ ?> <div id=’notifyy’> Edited Successfully </div>     <script type=”text/javascript”>     $( ‘#notifyy’ ).show(function(){     $(this).fadeOut(5000);     });     </script> <?php } ?> The CSS: #notifyy{width:100%;background:#2f5001;padding:4px 15px;color:#fff;} Always,