Files
2024-12-02 16:53:56 -05:00

31 lines
1.7 KiB
PHP

<?php
get_header();
?>
<section class="hero-slice-container d-flex justify-content-start align-content-center d-none d-lg-flex" style="background-image: url('/wp-content/uploads/2024/07/Mini_Lifestyle_Hero_1920x880_1.jpg');">
<div class="container hero-wrapper my-auto">
<div class="row">
<div class="col-md-10 col-lg-6">
<h1 class="mb-4 hero-title">Page Not Found</h1>
<h2 class="mb-4 hero-title">Sorry, the page you are looking for cannot be found.</h2>
<p class="mb-4 hero-copy">The link you followed may be broken or the page may have been removed.</p>
<p class="mb-4 hero-copy">Need further assistance? Visit our <a href="/contact-us/" class="error-link">Contact Us</a> page or call us at <a class="error-link" href="tel:<?php echo do_shortcode('[op]'); ?>"><?php echo do_shortcode('[op]'); ?></a></p>
</div>
</div>
</div>
</section>
<section class="hero-slice-container d-flex justify-content-start align-content-center flex-wrap d-lg-none padding-top-none padding-bottom-none">
<div class="container hero-wrapper my-auto">
<div class="row">
<div class="col-md-10 col-lg-6">
<h1 class="mb-4 hero-title">Page Not Found</h1>
<h2 class="mb-4 hero-title">Sorry, the page you are looking for cannot be found.</h2>
<p class="mb-4 hero-copy">The link you followed may be broken or the page may have been removed.</p>
<p class="mb-4 hero-copy">Need further assistance? Visit our <a href="/contact-us/" class="error-link">Contact Us</a> page or call us at <a class="error-link" href="tel:<?php echo do_shortcode('[op]'); ?>"><?php echo do_shortcode('[op]'); ?></a></p>
</div>
</div>
</div>
</section>
<?php get_footer();