Skip to main content Screen Reader Website Version
Not Sure Where to Start? Start with the website you already have.

We can review the site and help identify what deserves attention first.

Website Checkup →
Different Businesses Different websites.

Structure, content and conversion paths should follow the business rather than a house template.

See Our Work →

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

WP: Adding a HTML5 Search Form

A simple script from your local Gainesville Web Designer. [code scroll=”false” language=”htmml”] <form role=”search” method=”get” class=”search-form” action=”<?php echo home_url( ‘/’ ); ?>”> <label> <span class=”screen-reader-text”><?php echo _x( ‘Search for:’, ‘label’ ) ?></span> <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’ ) ?>” value=”<?php echo get_search_query() ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search

Minimalism in Design

By eliminating clutter and concentrating on essential features, minimalist web design prioritizes user experience. This method prioritizes an uncomplicated and aesthetically pleasant user experience by utilizing clean lines, plenty of white space, and a minimal color palette. Minimalist websites accomplish these goals by reducing unnecessary design features, which

Linking Your G+ Page To Your Website

We always get asked: Does anyone use G+? Yes. Is it worth it? Again, Yes. Using Google’s products would obviously help your standing with their search algorithm. We don’t know this to be technically true but it certainly seems so in our experience. The more you use and

Adding a Fee in Woocommerce

This piggybacks off of a solution I found elsewhere. We modified it to add a single fee for products based on the taxonomy. It comes in handy to categories products and then apply this rule to that category. function action_woocommerce_checkout_calculate_fees( $cart ) { // Initialize $quantity = 0;