Contact Us
Get in touch with the HeySavings team for support, partnerships, or general inquiries
<div class="relative bg-gradient-to-br from-green-50 via-green-50 to-blue-50 py-16">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">We're Here to Help</h1>
<p class="text-xl text-gray-700 max-w-2xl mx-auto">Have a question about saving money? Need help with quotes? Our friendly team responds within 24 hours.</p>
<div class="mt-8 flex flex-wrap justify-center gap-4 text-sm">
<div class="flex items-center space-x-2 bg-white px-4 py-2 rounded-full shadow-sm">
<i data-lucide="clock" class="h-4 w-4 text-green-600"></i>
<span class="text-gray-700">24-hour response time</span>
</div>
<div class="flex items-center space-x-2 bg-white px-4 py-2 rounded-full shadow-sm">
<i data-lucide="shield-check" class="h-4 w-4 text-green-600"></i>
<span class="text-gray-700">100% secure & confidential</span>
</div>
<div class="flex items-center space-x-2 bg-white px-4 py-2 rounded-full shadow-sm">
<i data-lucide="users" class="h-4 w-4 text-green-600"></i>
<span class="text-gray-700">Expert support team</span>
</div>
</div>
</div>
</div>
</div>
<!-- Main Content Container -->
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 my-12">
<!-- Contact Options -->
<div class="space-y-8">
<div>
<h3 class="text-xl font-semibold text-gray-900 mb-4">Get in Touch</h3>
<div class="space-y-6">
<!-- General Support -->
<div class="group flex items-start space-x-4 p-4 rounded-xl hover:bg-gray-50 transition-all cursor-pointer">
<div class="bg-green-100 p-3 rounded-lg group-hover:scale-110 transition-transform">
<i data-lucide="headphones" class="h-6 w-6 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900">Customer Support</h4>
<p class="text-gray-600 text-sm mt-1">Questions about quotes, coverage, or our tools</p>
<a href="mailto:support@heysavings.com" class="text-green-600 hover:underline text-sm">support@heysavings.com</a>
<p class="text-gray-500 text-xs mt-1">Response within 24 hours</p>
</div>
</div>
<!-- Media Inquiries -->
<div class="group flex items-start space-x-4 p-4 rounded-xl hover:bg-gray-50 transition-all cursor-pointer">
<div class="bg-green-100 p-3 rounded-lg group-hover:scale-110 transition-transform">
<i data-lucide="newspaper" class="h-6 w-6 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900">Press & Media</h4>
<p class="text-gray-600 text-sm mt-1">Interview requests and media inquiries</p>
<a href="mailto:press@heysavings.com" class="text-green-600 hover:underline text-sm">press@heysavings.com</a>
<p class="text-gray-500 text-xs mt-1">Response within 24 hours</p>
</div>
</div>
<!-- Partnerships -->
<div class="group flex items-start space-x-4 p-4 rounded-xl hover:bg-gray-50 transition-all cursor-pointer">
<div class="bg-green-100 p-3 rounded-lg group-hover:scale-110 transition-transform">
<i data-lucide="handshake" class="h-6 w-6 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900">Partnerships</h4>
<p class="text-gray-600 text-sm mt-1">Business development and partnerships</p>
<a href="mailto:partners@heysavings.com" class="text-green-600 hover:underline text-sm">partners@heysavings.com</a>
</div>
</div>
<!-- Careers -->
<div class="group flex items-start space-x-4 p-4 rounded-xl hover:bg-gray-50 transition-all cursor-pointer">
<div class="bg-green-100 p-3 rounded-lg group-hover:scale-110 transition-transform">
<i data-lucide="briefcase" class="h-6 w-6 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900">Careers</h4>
<p class="text-gray-600 text-sm mt-1">Join our growing team</p>
<a href="/careers/" class="text-green-600 hover:underline text-sm">View open positions →</a>
</div>
</div>
</div>
</div>
<!-- Office Location -->
<div>
<h3 class="text-xl font-semibold text-gray-900 mb-4">Visit Our Office</h3>
<div class="bg-gradient-to-br from-gray-50 to-gray-100 p-6 rounded-xl border border-gray-200 shadow-sm">
<address class="not-italic text-gray-700">
<div class="font-semibold">HeySavings Headquarters</div>
123 Market Street, Suite 800<br>
San Francisco, CA 94103<br>
United States
</address>
<div class="mt-4 pt-4 border-t border-gray-200">
<p class="text-sm text-gray-600">
<span class="font-medium">Office Hours:</span><br>
Monday - Friday: 9:00 AM - 6:00 PM PST
</p>
</div>
</div>
</div>
</div>
<!-- Contact Form -->
<div class="bg-white p-8 rounded-2xl shadow-xl border-2 border-gray-100">
<div class="text-center mb-6">
<h3 class="text-2xl font-bold text-gray-900 mb-2">Send Us a Message</h3>
<p class="text-gray-600 text-sm">Fill out the form below and we'll get back to you within 24 hours</p>
</div>
<form action="#" method="POST" class="space-y-5">
<div class="grid grid-cols-1 md:grid-cols-2 gap-5">
<div>
<label for="first-name" class="block text-sm font-medium text-gray-700 mb-1">First Name</label>
<input type="text" name="first-name" id="first-name" required
class="w-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500 transition-all">
</div>
<div>
<label for="last-name" class="block text-sm font-medium text-gray-700 mb-1">Last Name</label>
<input type="text" name="last-name" id="last-name" required
class="w-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500 transition-all">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" name="email" id="email" required
class="w-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500 transition-all">
</div>
<div>
<label for="topic" class="block text-sm font-medium text-gray-700 mb-1">How can we help?</label>
<select name="topic" id="topic" required
class="w-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500 transition-all">
<option value="">Select a topic</option>
<option value="quotes">Help with insurance quotes</option>
<option value="coverage">Coverage questions</option>
<option value="technical">Technical support</option>
<option value="partnership">Partnership inquiry</option>
<option value="media">Media request</option>
<option value="other">Other</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" name="message" rows="4" required
class="w-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-green-500 transition-all resize-none"
placeholder="Tell us how we can help..."></textarea>
</div>
<div>
<button type="submit"
class="w-full bg-gradient-to-r from-green-600 to-green-700 text-white py-4 px-6 rounded-lg font-semibold hover:from-green-700 hover:to-green-800 transform hover:scale-[1.02] transition-all shadow-lg focus:outline-none focus:ring-2 focus:ring-green-500 focus:ring-offset-2">
<span class="flex items-center justify-center">
Send Message
<i data-lucide="send" class="ml-2 h-5 w-5"></i>
</span>
</button>
<p class="text-xs text-gray-500 mt-2 text-center">
We'll respond within 24 hours during business days
</p>
</div>
</form>
</div>
</div>
</div><!-- End Main Content Container -->
## Frequently Asked Questions
<div class="container mx-auto px-4">
<div class="my-12 space-y-4">
<!-- FAQ Item 1 -->
<div class="bg-white border-2 border-gray-100 rounded-xl p-6 hover:border-green-200 hover:shadow-lg transition-all group">
<div class="flex items-start space-x-4">
<div class="bg-green-100 p-2 rounded-lg flex-shrink-0">
<i data-lucide="clock" class="h-5 w-5 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900 mb-2 group-hover:text-green-700 transition-colors">How quickly will I receive a response?</h4>
<p class="text-gray-700">We aim to respond to all inquiries within 24 hours during business days (Monday-Friday, 9 AM - 6 PM PST). Urgent matters are prioritized.</p>
</div>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="bg-white border-2 border-gray-100 rounded-xl p-6 hover:border-green-200 hover:shadow-lg transition-all group">
<div class="flex items-start space-x-4">
<div class="bg-green-100 p-2 rounded-lg flex-shrink-0">
<i data-lucide="lock" class="h-5 w-5 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900 mb-2 group-hover:text-green-700 transition-colors">Is my information secure when I contact you?</h4>
<p class="text-gray-700">Yes, all communications are encrypted and your information is handled according to our strict privacy policy. We never share your contact information with third parties.</p>
</div>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="bg-white border-2 border-gray-100 rounded-xl p-6 hover:border-green-200 hover:shadow-lg transition-all group">
<div class="flex items-start space-x-4">
<div class="bg-green-100 p-2 rounded-lg flex-shrink-0">
<i data-lucide="phone" class="h-5 w-5 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900 mb-2 group-hover:text-green-700 transition-colors">Can I schedule a phone call instead?</h4>
<p class="text-gray-700">For complex inquiries, our team may offer to schedule a call after reviewing your message. This ensures we can provide the most helpful assistance.</p>
</div>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="bg-white border-2 border-gray-100 rounded-xl p-6 hover:border-green-200 hover:shadow-lg transition-all group">
<div class="flex items-start space-x-4">
<div class="bg-green-100 p-2 rounded-lg flex-shrink-0">
<i data-lucide="message-circle" class="h-5 w-5 text-green-600"></i>
</div>
<div>
<h4 class="font-semibold text-gray-900 mb-2 group-hover:text-green-700 transition-colors">Do you have live chat support?</h4>
<p class="text-gray-700">We're currently developing a live chat feature. In the meantime, our email support team provides thorough, personalized responses to ensure all your questions are answered.</p>
</div>
</div>
</div>
</div>
</div><!-- End FAQ Container -->
<!-- Success Metric Section - Full Width -->
<div class="bg-gradient-to-r from-green-600 to-green-700 py-16 my-16">
<div class="container mx-auto px-4 text-center text-white">
<h2 class="text-3xl font-bold mb-4">Trusted by Over 2 Million Americans</h2>
<p class="text-green-100 text-lg mb-8 max-w-2xl mx-auto">We've helped millions save an average of $750 per year. Let us help you too.</p>
<div class="grid grid-cols-3 gap-8 max-w-2xl mx-auto">
<div>
<div class="text-4xl font-bold mb-2">98%</div>
<div class="text-green-100">Satisfaction Rate</div>
</div>
<div>
<div class="text-4xl font-bold mb-2">24hr</div>
<div class="text-green-100">Response Time</div>
</div>
<div>
<div class="text-4xl font-bold mb-2">50K+</div>
<div class="text-green-100">Monthly Users</div>
</div>
</div>
</div>
</div><!-- End Success Metric Section -->
## Connect With Us
<div class="container mx-auto px-4">
<div class="text-center my-16">
<h3 class="text-2xl font-bold text-gray-900 mb-6">Follow HeySavings</h3>
<p class="text-gray-600 mb-8">Stay updated with money-saving tips and exclusive offers</p>
<div class="flex justify-center space-x-4">
<a href="#" class="group bg-white border-2 border-gray-200 w-14 h-14 rounded-full flex items-center justify-center hover:border-green-500 hover:shadow-lg transition-all">
<i data-lucide="facebook" class="h-6 w-6 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<span class="sr-only">Facebook</span>
</a>
<a href="#" class="group bg-white border-2 border-gray-200 w-14 h-14 rounded-full flex items-center justify-center hover:border-green-500 hover:shadow-lg transition-all">
<i data-lucide="twitter" class="h-6 w-6 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<span class="sr-only">Twitter</span>
</a>
<a href="#" class="group bg-white border-2 border-gray-200 w-14 h-14 rounded-full flex items-center justify-center hover:border-green-500 hover:shadow-lg transition-all">
<i data-lucide="linkedin" class="h-6 w-6 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<span class="sr-only">LinkedIn</span>
</a>
<a href="#" class="group bg-white border-2 border-gray-200 w-14 h-14 rounded-full flex items-center justify-center hover:border-green-500 hover:shadow-lg transition-all">
<i data-lucide="instagram" class="h-6 w-6 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<span class="sr-only">Instagram</span>
</a>
<a href="#" class="group bg-white border-2 border-gray-200 w-14 h-14 rounded-full flex items-center justify-center hover:border-green-500 hover:shadow-lg transition-all">
<i data-lucide="youtube" class="h-6 w-6 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<span class="sr-only">YouTube</span>
</a>
</div>
</div>
</div><!-- End Connect Container -->
<!-- Quick Links Section -->
<div class="bg-gray-50 py-12 my-12">
<div class="container mx-auto px-4">
<h3 class="text-xl font-bold text-gray-900 mb-6 text-center">Need Something Else?</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<a href="/guides/" class="group bg-white p-6 rounded-xl border-2 border-gray-200 hover:border-green-500 hover:shadow-lg transition-all text-center">
<i data-lucide="book-open" class="h-8 w-8 mx-auto mb-3 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<h4 class="font-semibold text-gray-900 group-hover:text-green-700 transition-colors">Browse Guides</h4>
<p class="text-sm text-gray-600 mt-1">Expert advice & tips</p>
</a>
<a href="/tools/" class="group bg-white p-6 rounded-xl border-2 border-gray-200 hover:border-green-500 hover:shadow-lg transition-all text-center">
<i data-lucide="calculator" class="h-8 w-8 mx-auto mb-3 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<h4 class="font-semibold text-gray-900 group-hover:text-green-700 transition-colors">Use Calculators</h4>
<p class="text-sm text-gray-600 mt-1">Free financial tools</p>
</a>
<a href="/quotes/" class="group bg-white p-6 rounded-xl border-2 border-gray-200 hover:border-green-500 hover:shadow-lg transition-all text-center">
<i data-lucide="dollar-sign" class="h-8 w-8 mx-auto mb-3 text-gray-600 group-hover:text-green-600 transition-colors"></i>
<h4 class="font-semibold text-gray-900 group-hover:text-green-700 transition-colors">Get Quotes</h4>
<p class="text-sm text-gray-600 mt-1">Compare & save</p>
</a>
</div>
</div>
</div><!-- End Quick Links Container -->