<?php
define('ABEMS_ACCESS', true);
require_once __DIR__ . '/config/config.php';

$page_title       = 'Reviews | A Believers EMS Houston — 5.0★ Yelp · YellowPages';
$page_description = '5.0-star rated on Yelp, YellowPages and MyBestHouston. Real patient and family reviews of A Believers EMS LLC, Houston\'s family-run non-emergency medical transport company.';
$page_keywords    = 'A Believers EMS reviews, Houston ambulance reviews, best ambulance Houston, non-emergency transport reviews Houston, 5 star ambulance Houston';
$page_og_image    = SITE_URL . '/assets/img/about/about-vision.jpg';
$page_breadcrumb  = [['Home', 'index.php'], ['Reviews', null]];

layout('head', compact('page_title', 'page_description', 'page_keywords', 'page_og_image', 'page_breadcrumb'));
layout('header');
?>
<main id="main">
    <header class="page-header">
        <div class="page-header-bg">
            <img src="<?= e(img('about/about-vision.jpg')) ?>" alt="A Believers EMS customer reviews" data-parallax="6" data-parallax-trigger>
        </div>
        <div class="container">
            <nav class="breadcrumb" aria-label="Breadcrumb">
                <a href="<?= e(SITE_URL) ?>/">Home</a>
                <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 18l6-6-6-6"/></svg>
                <span>Reviews</span>
            </nav>
            <h1 class="js-reveal">In their own <em class="display">words.</em></h1>
            <p class="js-reveal-fade">
                Five-star ratings on Yelp and YellowPages. A Top-20 listing on MyBestHouston.
                And the kind of reviews that read more like neighbor recommendations than business feedback.
            </p>
        </div>
    </header>

    <?php page_section('reviews/google.php'); ?>
    <?php page_section('reviews/testimonials.php'); ?>
    <?php module('sections/final-cta.php'); ?>
</main>
<?php
layout('footer');
layout('scripts');
