refactor: Update terms of service page to use unified CTA section

This commit is contained in:
Cipher Vance 2025-07-23 11:20:11 -05:00
parent 47662bf96b
commit 45a57d7b2f

View file

@ -4,8 +4,7 @@
{% block description %}Review our Terms of Service to understand the rules and guidelines for using our cybersecurity services.{% endblock %} {% block description %}Review our Terms of Service to understand the rules and guidelines for using our cybersecurity services.{% endblock %}
{% block content %} {% block content %}
<!-- Terms Hero Section --> <section class="cta-section">
<section class="terms-hero">
<div class="container"> <div class="container">
<h1 class="hero-title">Terms of Service</h1> <h1 class="hero-title">Terms of Service</h1>
<p class="hero-subtitle"> <p class="hero-subtitle">
@ -28,7 +27,6 @@
</div> </div>
</section> </section>
<!-- Terms Content Section -->
<section class="terms-content-section"> <section class="terms-content-section">
<div class="terms-container"> <div class="terms-container">
<div class="terms-sidebar"> <div class="terms-sidebar">
@ -542,8 +540,7 @@
</div> </div>
</section> </section>
<!-- Terms CTA --> <section class="cta-section">
<section class="terms-cta">
<div class="container"> <div class="container">
<h2>Questions About Our Terms?</h2> <h2>Questions About Our Terms?</h2>
<p> <p>
@ -551,11 +548,11 @@
or need clarification on any aspect of our service agreement, please don't hesitate to contact us. or need clarification on any aspect of our service agreement, please don't hesitate to contact us.
</p> </p>
<div class="cta-actions"> <div class="cta-actions">
<a href="mailto:legal@openpulsesecurity.com" class="btn btn-primary"> <a href="mailto:legal@openpulsesecurity.com" class="cta-button btn-primary">
<i class="fas fa-envelope"></i> <i class="fas fa-envelope"></i>
Contact Legal Team Contact Legal Team
</a> </a>
<a href="/contact" class="btn btn-secondary"> <a href="{{ url_for('main.contact') }}" class="cta-button btn-secondary">
<i class="fas fa-comments"></i> <i class="fas fa-comments"></i>
General Contact General Contact
</a> </a>