<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Hudsonpcrepair - Navigate the Future of Automotive with Hudsonpcrepair</title>

    <script src="https://cdn.tailwindcss.com"></script>
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">

    <style>
        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        .gradient-text {
            background: linear-gradient(135deg, var(--tw-gradient-from), var(--tw-gradient-to));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .glass-effect {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .hover-lift {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .hover-lift:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        .animate-float {
            animation: float 6s ease-in-out infinite;
        }

        .pattern-dots {
            background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
            background-size: 20px 20px;
        }

        .section-divider {
            position: relative;
            overflow: hidden;
        }

        .section-divider::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -10%;
            width: 120%;
            height: 200%;
            background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,0.03) 50%, transparent 55%);
            transform: rotate(-5deg);
        }
    </style>
    <link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">

<nav class="fixed w-full z-50 top-0 bg-white border-b-2 border-gray-100">
    <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
        <a href="./" class="flex items-center space-x-3">
            <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center shadow-md">
                <span class="text-white font-bold text-2xl">H</span>
            </div>
            <span class="self-center text-2xl font-black text-gray-900">
                Hudsonpcrepair            </span>
        </a>
        <button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100">
            <svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
            </svg>
        </button>
        <div class="hidden w-full md:block md:w-auto" id="navbar-default">
            <ul class="font-bold flex flex-col md:flex-row md:space-x-10 items-center">
                <li><a href="#services" class="block py-2 text-gray-700 hover:text-indigo-600 transition-colors">Services</a></li>
                <li><a href="#features" class="block py-2 text-gray-700 hover:text-indigo-600 transition-colors">Features</a></li>
                <li><a href="#about" class="block py-2 text-gray-700 hover:text-indigo-600 transition-colors">About</a></li>
                <li><a href="#testimonials" class="block py-2 text-gray-700 hover:text-indigo-600 transition-colors">Testimonials</a></li>
                <li><a href="blog/" class="block py-2 text-gray-700 hover:text-indigo-600 transition-colors">Blog</a></li>
                <li>
                    <a href="#contact" class="block py-3 px-8 text-white bg-gradient-to-r from-indigo-600 to-violet-600 rounded-full hover:shadow-lg transition-all">
                        Contact
                    </a>
                </li>
            </ul>
        </div>
    </div>
</nav>


<section class="mt-16 bg-white">
    <div class="max-w-screen-xl mx-auto px-4 py-12">
        <div class="bg-gradient-to-br from-indigo-600 to-violet-600 rounded-3xl overflow-hidden shadow-2xl">
            <div class="grid lg:grid-cols-2 gap-0">
                <div class="p-12 lg:p-16 flex flex-col justify-center text-white">
                    <span class="inline-block px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full text-sm font-semibold mb-6 w-fit">
                        Automotive Excellence                    </span>
                    
                    <h1 class="text-5xl lg:text-6xl font-extrabold mb-6 leading-tight">
                        Navigate the Future of Automotive with Hudsonpcrepair                    </h1>
                    
                    <p class="text-xl text-white/90 mb-10">
                        From inventory to customer service, Hudsonpcrepair delivers the tools that drive success.                    </p>
                    
                    <div class="flex flex-col sm:flex-row gap-4">
                        <a href="#contact" class="inline-flex items-center justify-center px-8 py-4 bg-white text-indigo-600 font-bold rounded-xl hover:shadow-xl transition-all">
                            Transform your dealership                            <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                        <a href="#services" class="inline-flex items-center justify-center px-8 py-4 bg-transparent text-white font-bold rounded-xl border-2 border-white/30 hover:bg-white/10 transition-all">
                            Learn More
                        </a>
                    </div>
                    
                    <div class="mt-12 grid grid-cols-3 gap-6">
                        <div>
                            <div class="text-4xl font-black mb-1">5K+</div>
                            <div class="text-white/80 text-sm">Customers</div>
                        </div>
                        <div>
                            <div class="text-4xl font-black mb-1">99%</div>
                            <div class="text-white/80 text-sm">Success Rate</div>
                        </div>
                        <div>
                            <div class="text-4xl font-black mb-1">15+</div>
                            <div class="text-white/80 text-sm">Years</div>
                        </div>
                    </div>
                </div>
                
                <div class="hidden lg:block relative">
                    <img src="https://images.pexels.com/photos/2127733/pexels-photo-2127733.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Hero" class="absolute inset-0 w-full h-full object-cover">
                </div>
            </div>
        </div>
    </div>
</section>


<section class="py-24 bg-white">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
            <div class="text-center p-8 bg-gradient-to-br from-indigo-50 to-indigo-100 rounded-2xl border-2 border-indigo-200">
                <div class="text-5xl font-black text-indigo-600 mb-2">500+</div>
                <div class="text-gray-700 font-semibold uppercase tracking-wider text-sm">Happy Clients</div>
            </div>
            <div class="text-center p-8 bg-gradient-to-br from-violet-50 to-violet-100 rounded-2xl border-2 border-violet-200">
                <div class="text-5xl font-black text-violet-600 mb-2">98%</div>
                <div class="text-gray-700 font-semibold uppercase tracking-wider text-sm">Satisfaction Rate</div>
            </div>
            <div class="text-center p-8 bg-gradient-to-br from-indigo-50 to-indigo-100 rounded-2xl border-2 border-indigo-200">
                <div class="text-5xl font-black text-indigo-600 mb-2">24/7</div>
                <div class="text-gray-700 font-semibold uppercase tracking-wider text-sm">Support Available</div>
            </div>
            <div class="text-center p-8 bg-gradient-to-br from-violet-50 to-violet-100 rounded-2xl border-2 border-violet-200">
                <div class="text-5xl font-black text-violet-600 mb-2">15+</div>
                <div class="text-gray-700 font-semibold uppercase tracking-wider text-sm">Years Experience</div>
            </div>
        </div>
    </div>
</section>

<section class="relative bg-gray-900 py-20 overflow-hidden" id="services">
    <div class="absolute inset-0 bg-gradient-to-br from-indigo-900/20 to-violet-900/20"></div>
    
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="text-center mb-16">
            <span class="inline-block px-4 py-2 bg-white/10 text-white rounded-full text-sm font-semibold mb-4">Services</span>
            <h2 class="text-5xl font-extrabold text-white mb-4">Complete Automotive Solutions</h2>
            <p class="text-xl text-gray-300 max-w-2xl mx-auto">Professional solutions for every need</p>
        </div>
        
        <div class="grid md:grid-cols-3 gap-6">
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-briefcase text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Sales Analytics</h3>
                <p class="text-gray-300 leading-relaxed">Make data-driven decisions with comprehensive reporting on sales, inventory, and customer trends</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-chart-line text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Service Scheduling</h3>
                <p class="text-gray-300 leading-relaxed">Streamline service appointments with online booking, automated reminders, and efficient bay management</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-handshake text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">CRM & Lead Tracking</h3>
                <p class="text-gray-300 leading-relaxed">Convert more leads with automated follow-ups and comprehensive customer relationship management</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-building text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Parts Management</h3>
                <p class="text-gray-300 leading-relaxed">Optimize parts inventory, ordering, and tracking to reduce costs and improve service speed</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-users text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Inventory Management</h3>
                <p class="text-gray-300 leading-relaxed">Track and optimize your entire vehicle inventory with real-time updates and intelligent pricing</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-trophy text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Customer Portal</h3>
                <p class="text-gray-300 leading-relaxed">Enhance customer experience with online access to service history, appointments, and communication</p>
            </div>
                    </div>
    </div>
</section>

<section class="relative py-32 overflow-hidden" id="testimonials" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);">
    <div class="absolute inset-0 opacity-10" style="background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 40px 40px;"></div>
    
    <div class="relative z-10 max-w-screen-xl mx-auto px-4">
        <div class="text-center text-white mb-16">
            <h2 class="text-7xl font-black mb-6">Customer Love</h2>
            <p class="text-2xl text-white/80">Real feedback from real people</p>
        </div>
        
        <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                        <div class="relative group">
                <div class="absolute inset-0 bg-white rounded-2xl transform group-hover:scale-105 transition-transform"></div>
                <div class="relative bg-white/90 backdrop-blur-sm rounded-2xl p-8">
                    <div class="flex items-center space-x-4 mb-6">
                        <img src="https://randomuser.me/api/portraits/men/96.jpg" alt="James Hendricks" class="w-14 h-14 rounded-full bg-gray-100 border-2 border-purple-200">
                        <div>
                            <div class="font-bold text-gray-900">James Hendricks</div>
                            <div class="flex">
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                            </div>
                        </div>
                    </div>
                    <p class="text-gray-700 leading-relaxed">
                        "Inventory management became effortless. Sales increased 40% and customer satisfaction is at record highs."
                    </p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute inset-0 bg-white rounded-2xl transform group-hover:scale-105 transition-transform"></div>
                <div class="relative bg-white/90 backdrop-blur-sm rounded-2xl p-8">
                    <div class="flex items-center space-x-4 mb-6">
                        <img src="https://randomuser.me/api/portraits/women/35.jpg" alt="Maria Gonzalez" class="w-14 h-14 rounded-full bg-gray-100 border-2 border-purple-200">
                        <div>
                            <div class="font-bold text-gray-900">Maria Gonzalez</div>
                            <div class="flex">
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                            </div>
                        </div>
                    </div>
                    <p class="text-gray-700 leading-relaxed">
                        "Appointment scheduling and customer communication tools transformed our service department completely."
                    </p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute inset-0 bg-white rounded-2xl transform group-hover:scale-105 transition-transform"></div>
                <div class="relative bg-white/90 backdrop-blur-sm rounded-2xl p-8">
                    <div class="flex items-center space-x-4 mb-6">
                        <img src="https://randomuser.me/api/portraits/men/51.jpg" alt="Derek Williams" class="w-14 h-14 rounded-full bg-gray-100 border-2 border-purple-200">
                        <div>
                            <div class="font-bold text-gray-900">Derek Williams</div>
                            <div class="flex">
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                            </div>
                        </div>
                    </div>
                    <p class="text-gray-700 leading-relaxed">
                        "Their automotive CRM integrated perfectly with our systems. Lead conversion improved by 55%."
                    </p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute inset-0 bg-white rounded-2xl transform group-hover:scale-105 transition-transform"></div>
                <div class="relative bg-white/90 backdrop-blur-sm rounded-2xl p-8">
                    <div class="flex items-center space-x-4 mb-6">
                        <img src="https://randomuser.me/api/portraits/men/33.jpg" alt="Linda Chen" class="w-14 h-14 rounded-full bg-gray-100 border-2 border-purple-200">
                        <div>
                            <div class="font-bold text-gray-900">Linda Chen</div>
                            <div class="flex">
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                            </div>
                        </div>
                    </div>
                    <p class="text-gray-700 leading-relaxed">
                        "Streamlined our entire operation from sales to service. ROI was immediate and substantial."
                    </p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute inset-0 bg-white rounded-2xl transform group-hover:scale-105 transition-transform"></div>
                <div class="relative bg-white/90 backdrop-blur-sm rounded-2xl p-8">
                    <div class="flex items-center space-x-4 mb-6">
                        <img src="https://randomuser.me/api/portraits/men/82.jpg" alt="Robert Martinez" class="w-14 h-14 rounded-full bg-gray-100 border-2 border-purple-200">
                        <div>
                            <div class="font-bold text-gray-900">Robert Martinez</div>
                            <div class="flex">
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                            </div>
                        </div>
                    </div>
                    <p class="text-gray-700 leading-relaxed">
                        "Parts ordering and inventory tracking became automated. We reduced waste by 35% in three months."
                    </p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute inset-0 bg-white rounded-2xl transform group-hover:scale-105 transition-transform"></div>
                <div class="relative bg-white/90 backdrop-blur-sm rounded-2xl p-8">
                    <div class="flex items-center space-x-4 mb-6">
                        <img src="https://randomuser.me/api/portraits/men/62.jpg" alt="Sarah Johnson" class="w-14 h-14 rounded-full bg-gray-100 border-2 border-purple-200">
                        <div>
                            <div class="font-bold text-gray-900">Sarah Johnson</div>
                            <div class="flex">
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                                <i class="fas fa-star text-purple-600 text-xs"></i>
                                                            </div>
                        </div>
                    </div>
                    <p class="text-gray-700 leading-relaxed">
                        "Customer follow-up and retention tools are outstanding. Our repeat business doubled this year."
                    </p>
                </div>
            </div>
                    </div>
    </div>
</section>


<section class="relative py-24 bg-white overflow-hidden" id="features">
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="flex items-center gap-4 mb-16">
            <div class="h-1 flex-1 bg-gradient-to-r from-indigo-600 to-transparent"></div>
            <div class="text-center">
                <div class="text-sm font-bold text-indigo-600 uppercase tracking-widest mb-2">Features</div>
                <h2 class="text-5xl md:text-6xl font-black text-gray-900">Why Choose Us</h2>
            </div>
            <div class="h-1 flex-1 bg-gradient-to-l from-violet-600 to-transparent"></div>
        </div>
        <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
                        <div class="group relative bg-gradient-to-br from-white to-gray-50 rounded-2xl p-6 shadow-lg hover:shadow-2xl transition-all border border-gray-100">
                <div class="absolute top-0 right-0 w-20 h-20 bg-indigo-100 rounded-bl-2xl rounded-tr-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
                <div class="relative">
                    <div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                        <i class="fas fa-rocket text-white text-lg"></i>
                    </div>
                    <h3 class="text-lg font-black text-gray-900 mb-2">Fast Performance</h3>
                    <p class="text-gray-600 text-sm">Lightning-fast results</p>
                </div>
            </div>
                        <div class="group relative bg-gradient-to-br from-white to-gray-50 rounded-2xl p-6 shadow-lg hover:shadow-2xl transition-all border border-gray-100">
                <div class="absolute top-0 right-0 w-20 h-20 bg-indigo-100 rounded-bl-2xl rounded-tr-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
                <div class="relative">
                    <div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                        <i class="fas fa-shield-alt text-white text-lg"></i>
                    </div>
                    <h3 class="text-lg font-black text-gray-900 mb-2">Secure & Safe</h3>
                    <p class="text-gray-600 text-sm">Your data protected</p>
                </div>
            </div>
                        <div class="group relative bg-gradient-to-br from-white to-gray-50 rounded-2xl p-6 shadow-lg hover:shadow-2xl transition-all border border-gray-100">
                <div class="absolute top-0 right-0 w-20 h-20 bg-indigo-100 rounded-bl-2xl rounded-tr-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
                <div class="relative">
                    <div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                        <i class="fas fa-headset text-white text-lg"></i>
                    </div>
                    <h3 class="text-lg font-black text-gray-900 mb-2">24/7 Support</h3>
                    <p class="text-gray-600 text-sm">Always here to help</p>
                </div>
            </div>
                        <div class="group relative bg-gradient-to-br from-white to-gray-50 rounded-2xl p-6 shadow-lg hover:shadow-2xl transition-all border border-gray-100">
                <div class="absolute top-0 right-0 w-20 h-20 bg-indigo-100 rounded-bl-2xl rounded-tr-2xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
                <div class="relative">
                    <div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                        <i class="fas fa-chart-line text-white text-lg"></i>
                    </div>
                    <h3 class="text-lg font-black text-gray-900 mb-2">Proven Results</h3>
                    <p class="text-gray-600 text-sm">Track your success</p>
                </div>
            </div>
                    </div>
    </div>
</section>

<section class="relative py-24 bg-gradient-to-br from-indigo-50 to-white overflow-hidden" id="about">
    <div class="absolute top-0 left-0 w-96 h-96 bg-indigo-200 rounded-full blur-3xl opacity-30"></div>
    <div class="absolute bottom-0 right-0 w-96 h-96 bg-violet-200 rounded-full blur-3xl opacity-30"></div>
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="grid lg:grid-cols-2 gap-16 items-center">
            <div class="relative">
                <div class="absolute -inset-4 bg-gradient-to-r from-indigo-400 to-violet-500 rounded-3xl blur-3xl opacity-30"></div>
                <img src="https://images.pexels.com/photos/12407300/pexels-photo-12407300.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="About" class="relative rounded-3xl shadow-2xl border-4 border-white">
            </div>
            <div>
                <div class="inline-block px-5 py-2.5 bg-white text-indigo-700 rounded-full text-sm font-semibold mb-6 shadow-md">
                    Automotive Excellence                </div>
                <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-6 leading-tight">
                    Enhance customer experience with integrated CRM solutions                </h2>
                <p class="text-xl text-gray-600 mb-8 leading-relaxed">
                    Our comprehensive automotive platform helps dealerships and service centers streamline operations, boost sales, and deliver exceptional customer experiences. From inventory management to service scheduling, we've got you covered.                </p>
                <div class="space-y-4 mb-8">
                    <div class="flex items-center gap-4 p-4 bg-white rounded-xl shadow-md">
                        <div class="w-12 h-12 bg-indigo-100 rounded-xl flex items-center justify-center">
                            <i class="fas fa-check-circle text-indigo-600"></i>
                        </div>
                        <div>
                            <h4 class="font-bold text-gray-900">Premium Quality</h4>
                            <p class="text-sm text-gray-600">Uncompromising standards</p>
                        </div>
                    </div>
                    <div class="flex items-center gap-4 p-4 bg-white rounded-xl shadow-md">
                        <div class="w-12 h-12 bg-violet-100 rounded-xl flex items-center justify-center">
                            <i class="fas fa-rocket text-violet-600"></i>
                        </div>
                        <div>
                            <h4 class="font-bold text-gray-900">Fast Delivery</h4>
                            <p class="text-sm text-gray-600">Quick turnaround</p>
                        </div>
                    </div>
                </div>
                <a href="#contact" class="inline-flex items-center gap-3 px-8 py-4 bg-gradient-to-r from-indigo-600 to-violet-600 text-white font-bold rounded-xl hover:shadow-2xl transition-all">
                    Accelerate your success                    <i class="fas fa-arrow-right"></i>
                </a>
            </div>
        </div>
    </div>
</section>


<section class="py-20 bg-gray-50" id="blog">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-16">
            <div class="inline-flex items-center gap-3 px-6 py-3 bg-white rounded-full shadow-lg mb-6">
                <div class="w-2 h-2 bg-indigo-600 rounded-full"></div>
                <span class="text-indigo-600 font-black text-sm uppercase tracking-wider">Blog</span>
                <div class="w-2 h-2 bg-violet-600 rounded-full"></div>
            </div>
            <h2 class="text-6xl md:text-7xl font-black text-gray-900 mb-4">Latest Articles</h2>
        </div>
        <div class="grid md:grid-cols-2 gap-8">
                        <article class="group bg-white rounded-2xl overflow-hidden shadow-xl hover:shadow-2xl transition-all  flex flex-col md:flex-row">
                <div class="w-full md:w-2/5 h-64 md:h-auto overflow-hidden">
                    <img src="https://images.pexels.com/photos/6169056/pexels-photo-6169056.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="2024 Automotive Industry Trends: Must-Know Insights for Professionals" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                </div>
                <div class="w-full md:w-3/5 p-8 flex flex-col justify-center">
                    <div class="mb-3">
                        <span class="px-4 py-1.5 bg-indigo-100 text-indigo-700 text-xs font-black rounded-full">General</span>
                    </div>
                    <h3 class="text-2xl font-black text-gray-900 mb-3 group-hover:text-indigo-600 transition-colors line-clamp-2">
                        <a href="/blog/2024-automotive-industry-trends-must-know-insights-for-professionals/">2024 Automotive Industry Trends: Must-Know Insights for Professionals</a>
                    </h3>
                    <p class="text-gray-600 mb-4 leading-relaxed line-clamp-3">In the dynamic automotive industry, 2025 automotive industry trends are reshaping the landscape for manufacturers, suppl...</p>
                    <div class="flex items-center justify-between">
                        <span class="text-xs text-gray-500">January 7, 2026</span>
                        <a href="/blog/2024-automotive-industry-trends-must-know-insights-for-professionals/" class="text-indigo-600 font-black hover:underline">
                            Read →
                        </a>
                    </div>
                </div>
            </article>
                        <article class="group bg-white rounded-2xl overflow-hidden shadow-xl hover:shadow-2xl transition-all md:flex-row-reverse flex flex-col md:flex-row">
                <div class="w-full md:w-2/5 h-64 md:h-auto overflow-hidden">
                    <img src="https://images.pexels.com/photos/1008150/pexels-photo-1008150.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Circular Battery Supply Alliances" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                </div>
                <div class="w-full md:w-3/5 p-8 flex flex-col justify-center">
                    <div class="mb-3">
                        <span class="px-4 py-1.5 bg-indigo-100 text-indigo-700 text-xs font-black rounded-full">Sustainability</span>
                    </div>
                    <h3 class="text-2xl font-black text-gray-900 mb-3 group-hover:text-indigo-600 transition-colors line-clamp-2">
                        <a href="/blog/circular-battery-supply-alliances/">Circular Battery Supply Alliances</a>
                    </h3>
                    <p class="text-gray-600 mb-4 leading-relaxed line-clamp-3">Circular battery supply alliances connect automakers, recyclers, and energy companies to secure materials in 2025.</p>
                    <div class="flex items-center justify-between">
                        <span class="text-xs text-gray-500">January 6, 2026</span>
                        <a href="/blog/circular-battery-supply-alliances/" class="text-indigo-600 font-black hover:underline">
                            Read →
                        </a>
                    </div>
                </div>
            </article>
                        <article class="group bg-white rounded-2xl overflow-hidden shadow-xl hover:shadow-2xl transition-all  flex flex-col md:flex-row">
                <div class="w-full md:w-2/5 h-64 md:h-auto overflow-hidden">
                    <img src="https://images.pexels.com/photos/4482904/pexels-photo-4482904.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Driver Experience Research Panels" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                </div>
                <div class="w-full md:w-3/5 p-8 flex flex-col justify-center">
                    <div class="mb-3">
                        <span class="px-4 py-1.5 bg-indigo-100 text-indigo-700 text-xs font-black rounded-full">Customer Experience</span>
                    </div>
                    <h3 class="text-2xl font-black text-gray-900 mb-3 group-hover:text-indigo-600 transition-colors line-clamp-2">
                        <a href="/blog/driver-experience-research-panels/">Driver Experience Research Panels</a>
                    </h3>
                    <p class="text-gray-600 mb-4 leading-relaxed line-clamp-3">Driver experience research panels blend telemetry, interviews, and biometric data to guide 2025 vehicle updates.</p>
                    <div class="flex items-center justify-between">
                        <span class="text-xs text-gray-500">January 5, 2026</span>
                        <a href="/blog/driver-experience-research-panels/" class="text-indigo-600 font-black hover:underline">
                            Read →
                        </a>
                    </div>
                </div>
            </article>
                    </div>
        <div class="text-center mt-12">
            <a href="blog/" class="inline-flex items-center gap-3 px-10 py-5 bg-gradient-to-r from-indigo-600 to-violet-600 text-white font-black rounded-full hover:shadow-2xl transition-all">
                View All Articles
                <i class="fas fa-arrow-right"></i>
            </a>
        </div>
    </div>
</section>


<section class="py-24 bg-gradient-to-br from-indigo-600 via-indigo-700 to-violet-800 text-white">
    <div class="max-w-screen-xl mx-auto px-4 text-center">
        <div class="inline-flex items-center gap-2 px-5 py-2.5 bg-white/20 backdrop-blur-sm border border-white/30 rounded-full text-sm font-semibold mb-8">
            <i class="fas fa-rocket"></i>
            Get Started Today
        </div>
        <h2 class="text-5xl md:text-6xl font-black mb-6">Ready to Get Started?</h2>
        <p class="text-2xl text-white/90 mb-12 max-w-3xl mx-auto">
            Join thousands of satisfied clients and transform your business today
        </p>
        <div class="flex flex-col sm:flex-row gap-6 justify-center">
            <a href="#contact" class="group px-12 py-6 bg-white text-indigo-600 font-black text-lg rounded-full hover:bg-gray-100 transition-all shadow-2xl flex items-center justify-center gap-3">
                Get Started Now
                <i class="fas fa-arrow-right group-hover:translate-x-2 transition-transform"></i>
            </a>
            <a href="#services" class="px-12 py-6 bg-transparent border-3 border-white/50 text-white font-black text-lg rounded-full hover:bg-white/10 transition-all">
                Learn More
            </a>
        </div>
    </div>
</section>


<section class="bg-white py-20" id="contact">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-12">
            <div class="inline-block px-4 py-2 mb-4 bg-indigo-100 text-indigo-800 rounded-full text-sm font-semibold">
                Contact
            </div>
            <h2 class="text-4xl font-extrabold text-gray-900 mb-4">Say Hello</h2>
            <p class="text-xl text-gray-600">Choose how you'd like to connect with us</p>
        </div>
        
        <div class="grid md:grid-cols-3 gap-6 mb-12">
            <div class="group bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl shadow-lg border-2 border-gray-100 hover:border-indigo-500 transition-all cursor-pointer hover-lift">
                <div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                    <i class="fas fa-phone-alt text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Phone Support</h3>
                <p class="text-gray-600 mb-4">Speak directly with our team</p>
                <p class="text-indigo-600 font-bold text-lg">+1-718-742-4468</p>
                <p class="text-sm text-gray-500 mt-2">Mon-Fri, 9AM-6PM EST</p>
            </div>
            
            <div class="group bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl shadow-lg border-2 border-gray-100 hover:border-indigo-500 transition-all cursor-pointer hover-lift">
                <div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                    <i class="fas fa-envelope text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Email Us</h3>
                <p class="text-gray-600 mb-4">Get a response within 24 hours</p>
                <p class="text-indigo-600 font-bold text-lg break-all">hello@hudsonpcrepair.com</p>
                <p class="text-sm text-gray-500 mt-2">We reply to all emails</p>
            </div>
            
            <div class="group bg-gradient-to-br from-gray-50 to-white p-8 rounded-2xl shadow-lg border-2 border-gray-100 hover:border-indigo-500 transition-all cursor-pointer hover-lift">
                <div class="w-16 h-16 bg-gradient-to-br from-indigo-500 to-violet-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                    <i class="fas fa-map-marked-alt text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Visit Our Office</h3>
                <p class="text-gray-600 mb-4">Come see us in person</p>
                <p class="text-indigo-600 font-bold">852 Mission Street, Denver, CO 80202</p>
                <p class="text-sm text-gray-500 mt-2">Mon-Fri, 9AM-5PM</p>
            </div>
        </div>
        
        <div class="max-w-3xl mx-auto">
            <div class="bg-gradient-to-br from-indigo-50 to-violet-50 p-8 md:p-12 rounded-3xl border border-indigo-200">
                <h3 class="text-2xl font-bold text-gray-900 mb-6 text-center">Or send us a message</h3>
                <form action="#" class="space-y-5">
                    <div class="grid md:grid-cols-2 gap-5">
                        <input type="text" placeholder="Your Name" class="bg-white border border-gray-300 rounded-xl p-4 focus:ring-2 focus:ring-indigo-500 focus:border-transparent" required>
                        <input type="email" placeholder="Your Email" class="bg-white border border-gray-300 rounded-xl p-4 focus:ring-2 focus:ring-indigo-500 focus:border-transparent" required>
                    </div>
                    <input type="text" placeholder="Subject" class="bg-white border border-gray-300 rounded-xl p-4 w-full focus:ring-2 focus:ring-indigo-500 focus:border-transparent" required>
                    <textarea rows="4" placeholder="Your Message" class="bg-white border border-gray-300 rounded-xl p-4 w-full focus:ring-2 focus:ring-indigo-500 focus:border-transparent" required></textarea>
                    <button type="submit" class="w-full py-4 bg-gradient-to-r from-indigo-600 to-violet-600 text-white font-bold rounded-xl hover:shadow-xl transition-all">
                        Send Message <i class="fas fa-arrow-right ml-2"></i>
                    </button>
                </form>
            </div>
        </div>
    </div>
</section>


<footer class="bg-gradient-to-br from-indigo-900 via-indigo-800 to-violet-900 text-white py-20">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid md:grid-cols-4 gap-12 mb-12">
            <div class="md:col-span-2">
                <a href="./" class="flex items-center space-x-3 mb-6">
                    <div class="w-14 h-14 bg-white/20 backdrop-blur-sm rounded-2xl flex items-center justify-center border border-white/30">
                        <span class="text-white font-bold text-2xl">H</span>
                    </div>
                    <span class="text-3xl font-black">Hudsonpcrepair</span>
                </a>
                <p class="text-white/80 mb-8 max-w-md leading-relaxed">Building the future, one solution at a time.</p>
                <div class="flex space-x-4">
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
                        <i class="fab fa-facebook-f"></i>
                    </a>
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
                        <i class="fab fa-twitter"></i>
                    </a>
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
                        <i class="fab fa-linkedin-in"></i>
                    </a>
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-white/20 backdrop-blur-sm border border-white/20 rounded-xl flex items-center justify-center transition-all hover:scale-110">
                        <i class="fab fa-instagram"></i>
                    </a>
                </div>
            </div>
            <div>
                <h3 class="text-lg font-black mb-6">Links</h3>
                <ul class="space-y-4 text-white/70">
                    <li><a href="./about-us.php" class="hover:text-white transition-colors">About</a></li>

                    <li><a href="blog/" class="hover:text-white transition-colors">Blog</a></li>
                    <li><a href="#services" class="hover:text-white transition-colors">Services</a></li>
                    <li><a href="#testimonials" class="hover:text-white transition-colors">Testimonials</a></li>
                    <li><a href="./contact.php" class="hover:text-white transition-colors">Contact</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-lg font-black mb-6">Legal</h3>
                <ul class="space-y-4 text-white/70">
                    <li><a href="./privacy.php" class="hover:text-white transition-colors">Privacy</a></li>
                    <li><a href="./terms.php" class="hover:text-white transition-colors">Terms</a></li>
                    <li><a href="./disclaimer.php" class="hover:text-white transition-colors">Disclaimer</a></li>
                </ul>
            </div>
        </div>
        <div class="border-t border-white/20 pt-8">
            <p class="text-white/70 text-sm text-center">© 2026 Hudsonpcrepair. All rights reserved.</p>
        </div>
    </div>
</footer>


<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const anchorLinks = document.querySelectorAll('a[href^="#"]');

    anchorLinks.forEach(link => {
        link.addEventListener('click', function(e) {
            const href = this.getAttribute('href');
            if (href === '#' || href === '') return;

            const targetId = href.substring(1);
            const targetElement = document.getElementById(targetId);

            if (targetElement) {
                e.preventDefault();
                const headerOffset = 80;
                const elementPosition = targetElement.getBoundingClientRect().top;
                const offsetPosition = elementPosition + window.pageYOffset - headerOffset;

                window.scrollTo({
                    top: offsetPosition,
                    behavior: 'smooth'
                });
            }
        });
    });
});
</script>

</body>
</html>
