
Unlock Your Ultimate Aesthetic – Fitness, Looksmaxing & Self-Improvement
<section class=”cta-section”>
<div class=”cta-container”>
<h2>Transform Your Body & Mind</h2>
<p>Join the #1 Fitness Community for Aesthetics, Strength & Health.</p>
<a href=”/subscribe” class=”cta-button”>Join Now</a>
</div>
</section>
<style>
.cta-section {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 60vh;
background: linear-gradient(to right, #0f0f0f, #1a1a1a);
color: #fff;
}
.cta-container {
max-width: 600px;
padding: 20px;
}
.cta-container h2 {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 10px;
}
.cta-container p {
font-size: 1.2em;
margin-bottom: 20px;
}
.cta-button {
background: #4CAF50;
color: white;
padding: 15px 30px;
font-size: 1.2em;
text-decoration: none;
border-radius: 5px;
transition: 0.3s;
}
.cta-button:hover {
background: #45a049;
}
</style>