CleanPro Services is a professional cleaning company offering comprehensive residential and commercial cleaning solutions. We specialize in Basic, Standard, and Deep cleaning plans, all performed by experienced, vetted professionals using eco-friendly products. Our mission is to create sparkling clean, healthy environments that enhance your quality of life. We are fully insured and bonded for your peace of mind, offering flexible, customized plans to fit your specific needs and schedule. Trust CleanPro for reliable, thorough service, competitive pricing, and a 100% satisfaction guarantee. Experience the difference a pristine space can make—request your quote today
Basic Structure Overview
The template has several main sections:
How to Edit Different Parts
1. Text Content
Replace any text by finding the corresponding HTML elements:
html
<!-- Example: Changing the company name -->
<a href="#home" class="text-3xl font-bold text-blue-600">
Your<span class="text-emerald-500">Company</span>
</a>
<!-- Example: Changing the hero section -->
<h1 class="text-4xl md:text-6xl font-extrabold">
Your New Headline Here
</h1>
<p class="text-lg md:text-xl mb-8">
Your new description text
</p>
2. Contact Information
Update in the contact section:
html
<p><strong class="font-semibold">Phone:</strong> (555) 123-4567</p>
<p><strong class="font-semibold">Email:</strong> your@email.com</p>
<p><strong class="font-semibold">Address:</strong> Your Address Here</p>
3. Pricing
Modify pricing plans:
html
<div class="text-5xl font-extrabold text-blue-600 mb-6">
$79<span class="text-xl text-gray-500">/visit</span>
</div>
4. Services
Update service descriptions:
html
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Your Service Name</h3>
<p class="text-gray-600">Your service description here.</p>
5. Colors and Styling
The template uses Tailwind CSS classes. Key color classes:
To change colors, replace these classes throughout the file.
6. Images
Replace image sources:
html
<!-- Hero background -->
style="background-image: url('your-hero-image.jpg');"
<!-- About section -->
<img src="your-about-image.jpg" alt="About Your Company">
<!-- Testimonials -->
<img src="client-avatar.jpg" alt="Client Name">
Step-by-Step Editing Process
1. Company Information
2. Services & Pricing
3. Testimonials
4. Styling Customization
Important Notes
Quick Customization Tips