<section class="px-6 py-12 bg-gray-100 text-gray-800">

<div class="max-w-4xl mx-auto text-center">

<h1 class="text-4xl font-bold mb-4">Trusted Basement Contractor Near You in Toronto</h1>

<p class="text-lg mb-6">Transform your basement into a beautiful, functional space with Procon General Contractors — proudly serving Toronto homeowners for over 30 years.</p>

<a href="#contact" class="inline-block bg-blue-600 text-white text-lg font-semibold px-6 py-3 rounded-xl hover:bg-blue-700 transition">Request a Free Quote</a>

</div>

<div class="max-w-5xl mx-auto mt-12 grid md:grid-cols-2 gap-10">

<div>

<h2 class="text-2xl font-semibold mb-4">Serving Your Local Toronto Neighborhood</h2>

<p class="mb-4">

Whether you're in <strong>Etobicoke, North York, Scarborough, The Beaches, High Park, East York</strong>, or anywhere in the GTA — Procon General Contractors is your local partner for expert basement renovations.

</p>

<p class="mb-4">

From basement apartments and rental suites to home offices and entertainment rooms, we handle it all. With one-on-one service, detailed quotes, and premium workmanship, we make basement renovations simple and stress-free.

</p>

</div>

<div>

<h2 class="text-2xl font-semibold mb-4">Why Choose Procon?</h2>

<ul class="list-disc pl-5 space-y-2 text-gray-700">

<li>30+ Years of Experience in Basement Renovations</li>

<li>Serving All Major Toronto Neighborhoods</li>

<li>Legal Basement Apartment Specialists</li>

<li>Fully Licensed, Insured & Code-Compliant</li>

<li>Free In-Home Consultations</li>

<li>One Project at a Time – No Overbooking</li>

</ul>

</div>

</div>

<div id="contact" class="mt-16 text-center">

<h2 class="text-3xl font-bold mb-4">Let's Talk About Your Basement Project</h2>

<p class="mb-6">Call <strong>416-543-6840</strong> or fill out the form below to get a free estimate and personalized consultation with our renovation expert.</p>

<a href="/contact" class="inline-block bg-green-600 text-white text-lg font-semibold px-6 py-3 rounded-xl hover:bg-green-700 transition">Get My Free Estimate</a>

</div>

</section>

<section class="bg-white py-16" x-data="{ activeSlide: 0, testimonials: [

{

name: 'Sarah M.',

content: 'Procon transformed our basement into a legal apartment and helped us through every step. Their professionalism and attention to detail were impressive.',

},

{

name: 'James T.',

content: 'We needed a home gym and extra storage — Procon delivered exactly what we envisioned. Highly recommend their team!',

},

{

name: 'Lisa & Mark R.',

content: 'From the first meeting to the final walkthrough, everything was smooth and on time. The finished basement looks amazing!',

}

] }">

<div class="max-w-4xl mx-auto text-center">

<h2 class="text-3xl font-bold mb-10">What Our Clients Are Saying</h2>

<div class="relative">

<template x-for="(testimonial, index) in testimonials" :key="index">

<div x-show="activeSlide === index" x-transition class="p-8 bg-gray-50 rounded-xl shadow-md text-lg italic">

<p x-text="testimonial.content"></p>

<p class="mt-4 font-semibold text-blue-700" x-text="'— ' + testimonial.name"></p>

</div>

</template>

<div class="flex justify-center gap-4 mt-6">

<template x-for="(testimonial, index) in testimonials" :key="index">

<button @click="activeSlide = index"

:class="activeSlide === index ? 'bg-blue-600' : 'bg-gray-300'"

class="w-3 h-3 rounded-full transition duration-300"></button>

</template>

</div>

</div>

</div>

</section>