Current File : /home/getxxhzo/xpertbee.com/wp-content/plugins/tutor/views/pages/feature-promotion.php
<?php
/**
 * Feature Promotion Page for Free User.
 *
 * @package Tutor\Views
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 2.2.0
 */

?>

<div class="wrap">
	<div class="tutor-whats-new-wrapper">
		<div class="tutor-card tutor-no-border">
			<img class="tutor-card-image-top tutor-w-100" src="https://www.themeum.com/wp-content/uploads/2023/12/tutor-email.webp?nocache=<?php echo esc_html( gmdate( 'Y-m-d' ) ); ?>" alt="tutor-email-addon">
			<div class="tutor-card-body">
				<div class="tutor-text-center tutor-py-16 tutor-pt-lg-20 tutor-pb-lg-24 tutor-px-lg-80">
					<h3 class="tutor-fs-3 tutor-my-0"><?php esc_html_e( 'Built-in email notification and email marketing tool!', 'tutor' ); ?></h3>
					<p class="tutor-mt-12 tutor-color-muted tutor-fs-6 tutor-mb-32"><?php esc_html_e( 'Send automated email notifications to students, instructors, and admins based on their actions and events on your eLearning website. Customize email templates, send manual emails, and do much more.', 'tutor' ); ?></p>
					<a class="tutor-btn tutor-btn-primary" target="_blank" href="https://tutorlms.com/pricing/?utm_source=get_pro&utm_medium=wordpress_dashboard&utm_campaign=email_addon">
						<?php esc_html_e( 'Upgrade to Pro', 'tutor' ); ?>
					</a>
				</div>
			</div>
		</div>
	</div>
</div>