Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Chattanooga Land Clearing | Professional Land Clearing Services in TN</title> | |
<meta name="description" content="Chattanooga Land Clearing provides professional land clearing, brush removal, and forestry mulching services in Chattanooga, Hixson, Soddy Daisy, and surrounding areas."> | |
<meta name="keywords" content="land clearing Chattanooga, brush removal TN, forestry mulching, land clearing services, Chattanooga land clearing company"> | |
<meta name="author" content="Chattanooga Land Clearing"> | |
<meta name="geo.region" content="US-TN"> | |
<meta name="geo.placename" content="Chattanooga"> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<script> | |
tailwind.config = { | |
theme: { | |
extend: { | |
colors: { | |
primary: { | |
light: '#3B82F6', | |
DEFAULT: '#2563EB', | |
dark: '#1D4ED8', | |
}, | |
secondary: { | |
light: '#10B981', | |
DEFAULT: '#059669', | |
dark: '#047857', | |
} | |
} | |
} | |
} | |
} | |
</script> | |
<style> | |
.hero { | |
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1600566752227-868f1cd61f3b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); | |
background-size: cover; | |
background-position: center; | |
background-repeat: no-repeat; | |
} | |
.service-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); | |
} | |
@media (max-width: 768px) { | |
.hero { | |
background-position: 60% center; | |
} | |
} | |
</style> | |
</head> | |
<body class="font-sans antialiased text-gray-800"> | |
<!-- Header/Navigation --> | |
<header class="bg-white shadow-md"> | |
<div class="container mx-auto px-4 py-4 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<div class="w-12 h-12 rounded-full bg-primary-light flex items-center justify-center mr-3"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /> | |
</svg> | |
</div> | |
<h1 class="text-2xl font-bold text-primary-dark">Chattanooga <span class="text-secondary-dark">Land Clearing</span></h1> | |
</div> | |
<div class="hidden md:flex items-center space-x-6"> | |
<a href="#services" class="font-medium hover:text-primary-dark transition">Services</a> | |
<a href="#about" class="font-medium hover:text-primary-dark transition">About</a> | |
<a href="#contact" class="font-medium hover:text-primary-dark transition">Contact</a> | |
<a href="tel:423-719-5019" class="flex items-center hover:text-primary-dark transition"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z" /> | |
</svg> | |
<span class="font-bold text-primary-dark">423-719-5019</span> | |
</a> | |
</div> | |
<button class="md:hidden text-primary-dark"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> | |
</svg> | |
</button> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section class="hero text-white py-20 md:py-32"> | |
<div class="container mx-auto px-4 text-center"> | |
<h1 class="text-4xl md:text-5xl font-bold mb-6">Professional Land Clearing Services in Chattanooga, TN</h1> | |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Serving Chattanooga, Hixson, Soddy Daisy, Lookout Mountain, and surrounding areas within 30 miles.</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<a href="tel:423-719-5019" class="bg-primary-light hover:bg-primary-dark text-white font-bold py-3 px-6 rounded-lg transition duration-300 inline-block"> | |
<div class="flex items-center justify-center"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z" /> | |
</svg> | |
Call Now: 423-719-5019 | |
</div> | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Service Area --> | |
<section class="bg-gray-50 py-12"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-2xl md:text-3xl font-bold text-center mb-8 text-primary-dark">We Serve These Tennessee and North Georgia Communities and more!</h2> | |
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4"> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Chattanooga</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Hixson</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Soddy Daisy</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Lookout Mountain</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Signal Mountain</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Ooltewah</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Cleveland</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Harrison</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Ringgold</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Chickamauga</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">La Fayette</div> | |
<div class="bg-white p-4 rounded-lg shadow text-center font-medium">Dalton</div> | |
</div> | |
</div> | |
</section> | |
<!-- Services Section --> | |
<section id="services" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl md:text-4xl font-bold text-center mb-4 text-primary-dark">Our Land Clearing Services</h2> | |
<p class="text-xl text-center mb-12 max-w-3xl mx-auto text-gray-600">Professional land management solutions for residential, commercial, and agricultural properties.</p> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<!-- Service 1 --> | |
<div class="service-card bg-white rounded-xl shadow-lg overflow-hidden transition duration-300"> | |
<div class="h-48 bg-secondary-light flex items-center justify-center"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-20 w-20 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" /> | |
</svg> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold mb-3 text-primary-dark">Land Clearing</h3> | |
<p class="text-gray-600">Complete land clearing services to prepare your property for construction, farming, or development. We remove trees, stumps, brush, and debris to create a clean slate for your project.</p> | |
</div> | |
</div> | |
<!-- Service 2 --> | |
<div class="service-card bg-white rounded-xl shadow-lg overflow-hidden transition duration-300"> | |
<div class="h-48 bg-primary-light flex items-center justify-center"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-20 w-20 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" /> | |
</svg> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold mb-3 text-primary-dark">Brush Removal</h3> | |
<p class="text-gray-600">Professional brush removal services to eliminate overgrown vegetation, bushes, and small trees. Our efficient methods restore your property's usability while maintaining ecological balance.</p> | |
</div> | |
</div> | |
<!-- Service 3 --> | |
<div class="service-card bg-white rounded-xl shadow-lg overflow-hidden transition duration-300"> | |
<div class="h-48 bg-secondary-dark flex items-center justify-center"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-20 w-20 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4" /> | |
</svg> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold mb-3 text-primary-dark">Forestry Mulching</h3> | |
<p class="text-gray-600">Eco-friendly forestry mulching that converts unwanted vegetation into nutrient-rich mulch. This method is perfect for land management, trail creation, and fire prevention without disturbing the soil.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- About Section --> | |
<section id="about" class="py-16 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> | |
<img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Chattanooga Land Clearing Team" class="rounded-lg shadow-lg w-full"> | |
</div> | |
<div class="md:w-1/2"> | |
<h2 class="text-3xl font-bold mb-6 text-primary-dark">About Chattanooga Land Clearing</h2> | |
<p class="text-lg mb-4 text-gray-700">Chattanooga Land Clearing is your trusted local expert for professional land management services in Southeast Tennessee and Northwest Georgia.</p> | |
<p class="text-lg mb-4 text-gray-700">With years of experience serving the Chattanooga area, we combine modern equipment with skilled operators to deliver efficient, environmentally-conscious land clearing solutions.</p> | |
<p class="text-lg text-gray-700">Our team understands the unique terrain and vegetation of the Tennessee Valley region, allowing us to provide customized solutions for residential, commercial, and agricultural properties.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Why Choose Us --> | |
<section class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12 text-primary-dark">Why Choose Our Land Clearing Services</h2> | |
<div class="grid md:grid-cols-3 gap-8"> | |
<div class="text-center"> | |
<div class="bg-primary-light rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" /> | |
</svg> | |
</div> | |
<h3 class="text-xl font-bold mb-2 text-primary-dark">Licensed & Insured</h3> | |
<p class="text-gray-600">We carry full liability insurance and all required licenses to protect you and your property.</p> | |
</div> | |
<div class="text-center"> | |
<div class="bg-secondary-light rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /> | |
</svg> | |
</div> | |
<h3 class="text-xl font-bold mb-2 text-primary-dark">Modern Equipment</h3> | |
<p class="text-gray-600">Our fleet of specialized machinery ensures efficient, high-quality results for every project.</p> | |
</div> | |
<div class="text-center"> | |
<div class="bg-primary-dark rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" /> | |
</svg> | |
</div> | |
<h3 class="text-xl font-bold mb-2 text-primary-dark">Quick Response</h3> | |
<p class="text-gray-600">We understand time is money - our team responds quickly to all inquiries and service requests.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Contact Section --> | |
<section id="contact" class="py-16 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden"> | |
<div class="md:flex"> | |
<div class="md:w-1/2 bg-primary-light p-8 text-white"> | |
<h2 class="text-3xl font-bold mb-6">Contact Us</h2> | |
<div class="mb-6"> | |
<h3 class="text-xl font-semibold mb-2">Address</h3> | |
<p>651 E 4th St<br>Chattanooga, TN 37403</p> | |
</div> | |
<div class="mb-6"> | |
<h3 class="text-xl font-semibold mb-2">Phone</h3> | |
<p>423-719-5019</p> | |
</div> | |
<div> | |
<h3 class="text-xl font-semibold mb-2">Hours</h3> | |
<p>Monday - Friday: 8am - 5pm<br>Saturday - Sunday: Closed</p> | |
</div> | |
</div> | |
<div class="md:w-1/2 p-8"> | |
<h3 class="text-2xl font-bold mb-6 text-primary-dark">Service Area</h3> | |
<p class="mb-6 text-gray-700">We proudly serve Chattanooga and surrounding communities within a 30-mile radius including Hixson, Soddy Daisy, Lookout Mountain, Signal Mountain, Ooltewah, Cleveland, Mc Donald, Harrison, Ringgold, Chickamauga, La Fayette, and Dalton.</p> | |
<a href="tel:423-719-5019" class="block bg-secondary-light text-white p-4 rounded-lg hover:bg-secondary-dark transition duration-300"> | |
<div class="flex items-center"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z" /> | |
</svg> | |
<span class="font-bold">Call us at 423-719-5019</span> | |
</div> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-primary-dark text-white py-8"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row justify-between items-center"> | |
<div class="mb-4 md:mb-0"> | |
<div class="flex items-center"> | |
<div class="w-10 h-10 rounded-full bg-white flex items-center justify-center mr-3"> | |
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-primary-dark" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /> | |
</svg> | |
</div> | |
<h2 class="text-xl font-bold">Chattanooga Land Clearing</h2> | |
</div> | |
<p class="text-sm mt-2 text-primary-light">Professional land clearing services in Southeast Tennessee.</p> | |
</div> | |
<div class="text-sm text-primary-light"> | |
<p>© <span id="year"></span> Chattanooga Land Clearing. All rights reserved.</p> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Update copyright year automatically | |
document.getElementById('year').textContent = new Date().getFullYear(); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=mike523/sandin-land-clearing" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |