| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Scottzilla Security Systems & Low Pressure Security - Testimonials</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); |
| |
| body { |
| font-family: 'Poppins', sans-serif; |
| background-color: #f8fafc; |
| } |
| |
| .testimonial-card { |
| transition: all 0.3s ease; |
| box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); |
| } |
| |
| .testimonial-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
| } |
| |
| .community-bg { |
| background-color: #e0f2fe; |
| } |
| |
| .institution-bg { |
| background-color: #dcfce7; |
| } |
| |
| .homeowner-bg { |
| background-color: #f0f9ff; |
| } |
| |
| .professional-bg { |
| background-color: #ecfdf5; |
| } |
| |
| .quote-icon { |
| opacity: 0.1; |
| font-size: 5rem; |
| position: absolute; |
| top: -10px; |
| right: 10px; |
| } |
| |
| .testimonial-image { |
| width: 80px; |
| height: 80px; |
| object-fit: cover; |
| border: 3px solid white; |
| } |
| |
| .fade-in { |
| animation: fadeIn 1s ease-in; |
| } |
| |
| @keyframes fadeIn { |
| from { opacity: 0; transform: translateY(20px); } |
| to { opacity: 1; transform: translateY(0); } |
| } |
| |
| .highlight-phrase { |
| background: linear-gradient(120deg, #3b82f6 0%, #10b981 100%); |
| background-repeat: no-repeat; |
| background-size: 100% 40%; |
| background-position: 0 90%; |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50"> |
| <div class="container mx-auto px-4 py-12 max-w-7xl"> |
| |
| <div class="text-center mb-16 fade-in"> |
| <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">Trusted by Our Community</h1> |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">Hear what people are saying about Scottzilla Security Systems & Low Pressure Security partnership</p> |
| </div> |
| |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-8 mb-16"> |
| |
| <div class="testimonial-card community-bg rounded-xl p-8 relative overflow-hidden fade-in" style="animation-delay: 0.2s;"> |
| <i class="fas fa-quote-right quote-icon text-blue-500"></i> |
| <div class="flex items-center mb-6"> |
| <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=200&q=80" |
| alt="Maria Gomez" class="testimonial-image rounded-full mr-4"> |
| <div> |
| <h3 class="font-bold text-gray-800">Maria Gomez</h3> |
| <p class="text-blue-600">Local Business Owner</p> |
| </div> |
| </div> |
| <p class="text-gray-700 mb-6 relative z-10"> |
| "As a longtime resident and business owner, I've seen many security companies come and go. What sets Scottzilla and Low Pressure apart is their <span class="highlight-phrase">genuine care for our neighborhood</span>. Their team is not just present—they're part of the community. I finally feel confident that our streets and families are truly protected." |
| </p> |
| <div class="flex items-center"> |
| <div class="bg-blue-500 p-2 rounded-lg mr-3"> |
| <i class="fas fa-store text-white"></i> |
| </div> |
| <p class="text-sm text-gray-600">Downtown Business District</p> |
| </div> |
| </div> |
| |
| |
| <div class="testimonial-card institution-bg rounded-xl p-8 relative overflow-hidden fade-in" style="animation-delay: 0.4s;"> |
| <i class="fas fa-quote-right quote-icon text-green-500"></i> |
| <div class="flex items-center mb-6"> |
| <img src="https://images.unsplash.com/photo-1560250097-0b93528c311a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=200&q=80" |
| alt="Dr. Elena R." class="testimonial-image rounded-full mr-4"> |
| <div> |
| <h3 class="font-bold text-gray-800">Dr. Elena R.</h3> |
| <p class="text-green-600">UC Berkeley</p> |
| </div> |
| </div> |
| <p class="text-gray-700 mb-6 relative z-10"> |
| "Partnering with Scottzilla Security Systems and Low Pressure Security transformed our campus safety. The technology is advanced, but what impressed us most was how <span class="highlight-phrase">approachable and responsive the team is</span>. They made security simple for everyone—faculty, students, and parents alike." |
| </p> |
| <div class="flex items-center"> |
| <div class="bg-green-500 p-2 rounded-lg mr-3"> |
| <i class="fas fa-university text-white"></i> |
| </div> |
| <p class="text-sm text-gray-600">University Campus Setting</p> |
| </div> |
| </div> |
| |
| |
| <div class="testimonial-card homeowner-bg rounded-xl p-8 relative overflow-hidden fade-in" style="animation-delay: 0.6s;"> |
| <i class="fas fa-quote-right quote-icon text-sky-500"></i> |
| <div class="flex items-center mb-6"> |
| <img src="https://images.unsplash.com/photo-1551836022-d5d88e9218df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=200&q=80" |
| alt="Francine Wallcot" class="testimonial-image rounded-full mr-4"> |
| <div> |
| <h3 class="font-bold text-gray-800">Francine Wallcot</h3> |
| <p class="text-sky-600">Homeowner</p> |
| </div> |
| </div> |
| <p class="text-gray-700 mb-6 relative z-10"> |
| "Before, I worried every time my husband worked late or when the kids were home alone. Now, with the new system, I can <span class="highlight-phrase">check in anytime from my phone</span>. The peace of mind is priceless—and the team made the whole process easy and stress-free." |
| </p> |
| <div class="flex items-center"> |
| <div class="bg-sky-500 p-2 rounded-lg mr-3"> |
| <i class="fas fa-home text-white"></i> |
| </div> |
| <p class="text-sm text-gray-600">Residential Neighborhood</p> |
| </div> |
| </div> |
| |
| |
| <div class="testimonial-card professional-bg rounded-xl p-8 relative overflow-hidden fade-in" style="animation-delay: 0.8s;"> |
| <i class="fas fa-quote-right quote-icon text-teal-500"></i> |
| <div class="flex items-center mb-6"> |
| <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=200&q=80" |
| alt="Alex P." class="testimonial-image rounded-full mr-4"> |
| <div> |
| <h3 class="font-bold text-gray-800">Alex P.</h3> |
| <p class="text-teal-600">Senior Security Officer</p> |
| </div> |
| </div> |
| <p class="text-gray-700 mb-6 relative z-10"> |
| "Working alongside Scottzilla and Juice, I've learned what real teamwork looks like. Their approach isn't just about technology or patrols—it's about <span class="highlight-phrase">building relationships and trust</span>. I'm proud to be part of a company that puts people first." |
| </p> |
| <div class="flex items-center"> |
| <div class="bg-teal-500 p-2 rounded-lg mr-3"> |
| <i class="fas fa-shield-alt text-white"></i> |
| </div> |
| <p class="text-sm text-gray-600">Security Team Member</p> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white rounded-xl shadow-xl p-8 mb-16 fade-in" style="animation-delay: 1s;"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-6 text-center">Video Presentation Guidelines</h2> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
| <div> |
| <h3 class="text-xl font-semibold text-gray-700 mb-4 flex items-center"> |
| <div class="bg-blue-100 p-2 rounded-lg mr-3"> |
| <i class="fas fa-video text-blue-600"></i> |
| </div> |
| Visual Presentation Style |
| </h3> |
| <ul class="space-y-3 text-gray-600"> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> |
| <span>Use short video clips of testimonials with animated quote bubbles</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> |
| <span>Alternate background colors (tech-blue, earthy-green) between testimonials</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> |
| <span>Include relevant photos/logos next to each testimonial</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i> |
| <span>Add subtle animations (fade-in, slide-in) for text elements</span> |
| </li> |
| </ul> |
| </div> |
| |
| <div> |
| <h3 class="text-xl font-semibold text-gray-700 mb-4 flex items-center"> |
| <div class="bg-green-100 p-2 rounded-lg mr-3"> |
| <i class="fas fa-map-marker-alt text-green-600"></i> |
| </div> |
| Strategic Placement |
| </h3> |
| <ul class="space-y-3 text-gray-600"> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i> |
| <span>Community leader testimonial after "Value & Benefits" section</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i> |
| <span>Institutional endorsement following "How It Works"</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i> |
| <span>Homeowner testimonial in social proof carousel</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i> |
| <span>Professional perspective leading into leadership section</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="text-center bg-gradient-to-r from-blue-500 to-green-500 rounded-xl p-8 text-white fade-in" style="animation-delay: 1.2s;"> |
| <h2 class="text-3xl font-bold mb-4">Ready to Experience the Difference?</h2> |
| <p class="text-xl mb-6 max-w-2xl mx-auto">Join hundreds of satisfied clients who trust Scottzilla Security Systems & Low Pressure Security for their protection needs.</p> |
| <button class="bg-white text-blue-600 font-bold py-3 px-8 rounded-full text-lg hover:bg-gray-100 transition duration-300 transform hover:scale-105"> |
| Get a Free Security Assessment |
| </button> |
| </div> |
| </div> |
| |
| <script> |
| |
| document.addEventListener('DOMContentLoaded', function() { |
| const observer = new IntersectionObserver((entries) => { |
| entries.forEach(entry => { |
| if (entry.isIntersecting) { |
| entry.target.classList.add('fade-in'); |
| } |
| }); |
| }, {threshold: 0.1}); |
| |
| document.querySelectorAll('.fade-in').forEach(el => { |
| observer.observe(el); |
| }); |
| |
| |
| const highlights = document.querySelectorAll('.highlight-phrase'); |
| highlights.forEach(highlight => { |
| highlight.addEventListener('mouseenter', function() { |
| this.style.backgroundSize = '100% 100%'; |
| }); |
| highlight.addEventListener('mouseleave', function() { |
| this.style.backgroundSize = '100% 40%'; |
| }); |
| }); |
| }); |
| </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=Boobs00/trusted" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |