File: /var/www/kevin-demo/wp-content/themes/fitmencook/nutrition-form-confirmation.php
<?php
/* Template Name: Thank You Page */
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You Page</title>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/nutrition-form-confirmation.css">
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<?php wp_head(); // Dodaje sve potrebne WordPress skripte i stilove ?>
</head>
<body>
<header class="header">
<img src="https://fitmencook.com/wp-content/uploads/2025/02/Mask-group-3.png" alt="">
</header>
<section class="thank-you">
<div class="your-set-wrapper">
<div class="emoji">🎉</div>
<h2>You're All Set!</h2>
<p>Thank you for taking the first step toward your health transformation</p>
</div>
<div class="what-happens-next">
<p>What Happens Next?</p>
</div>
<div class="review-wrapper">
<img src="https://fitmencook.com/wp-content/uploads/2025/02/review-1.png" alt="">
<p>Our team will review your application.</p>
</div>
<div class="contact-wrapper">
<img src="https://fitmencook.com/wp-content/uploads/2025/02/Group-3.png" alt="">
<p>We'll contact you within 24h to discuss your <br> goals and next steps.</p>
</div>
<div class="btn-wrapper">
<a href="https://fitmencook.com/" class="home-link"> Go to homepage <ion-icon name="arrow-forward-outline"></ion-icon> </a>
</div>
</section>
<?php wp_footer(); // Dodaje potrebne skripte pre kraja body taga ?>
</body>
</html>