Reliable Marine Services for STRONGER Waterfront Structures
We specialize in marine construction, repair, and maintenance, ensuring docks, seawalls, and waterfront structures withstand the elements. Our expert team delivers durable and long-lasting solutions for both residential and commercial needs.
Protect & strengthen Your Waterfront with Expert Marine Services
Ensure your docks, seawalls, and marine structures stand the test of time with our professional construction, repair, and maintenance services. We use high-quality, weather-resistant materials to provide long-lasting durability. Contact us today for a consultation!
function trackCTAClick(element, event) {
var eventData = JSON.parse(element.getAttribute('data-ga-event'));
// Send GA4 event
if (typeof gtag === 'function') {
gtag('event', 'cta_click', eventData);
}
var is_popup = element.getAttribute('data-cta-type');// Check if this is a popup CTA
if (is_popup === 'Popup' || eventData.cta_type === 'Popup') {
event.preventDefault();
var modalTarget = element.getAttribute('data-modal-target');
var modalElement = document.getElementById(modalTarget);
if (modalElement) {
console.log('Toggle Popup:');
// Fallback to toggle class
modalElement.classList.toggle('hidden');
modalElement.classList.toggle('flex');document.body.classList.toggle('overflow-hidden');
}
}
}