Skip to main content

Thank You

<!-- Poppins Font Import -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">

<div style="max-width: 700px; margin: 60px auto; font-family: 'Poppins', sans-serif; text-align: center; padding: 30px; border-radius: 12px; background-color: #fff0f6; box-shadow: 0 4px 12px rgba(0,0,0,0.06);">
  <img src="https://via.placeholder.com/150x50?text=LYN+Academy" alt="LYN Academy Logo" style="max-width: 150px; margin-bottom: 20px;">
  <h2 style="color: #D63384; font-weight: 600; font-size: 28px; margin-bottom: 10px;">Thank You for Registering!</h2>
  <p style="font-size: 16px; font-weight: 500; color: #444; margin-bottom: 30px;">
    We’ve received your application. Our admissions team will contact you shortly to guide you through the next steps.
  </p>
  <a href="/pages/academy" style="display: inline-block; padding: 12px 24px; background-color: #D63384; color: white; text-decoration: none; border-radius: 6px; font-weight: 600;">← Back to Academy</a>
</div>