import Link from 'next/link'; import Navbar from '@/components/Navbar'; import Footer from '@/components/Footer'; export default function ContactPage() { return (
{/* Inner Banner */}

How to Contact Us

Home / Contact
{/* Contact Content */}
{/* Left Col: Info & Map */}

Office Details.

Our Location
125 Earl Thompson Rd, Ayr, ON N0B 1E0, Canada
Direct Line Numbers
+1 226-888-7999
Our Email
info@vgfenceproducts.com
{/* Map Placeholder */}

Send us a Message.

Fill out the form below and our team will get back to you within 24 hours.

); }