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

$page_title       = 'A Believers EMS | Non-Emergency Medical Transport Houston · Since 2006';
$page_description = 'Family-run, Black-owned non-emergency medical transport in Houston, TX. Stretcher, wheelchair, BLS, dialysis and discharge transport since 2006. Texas DSHS Licensed #' . CRED_TX_LICENSE . '. 5-star rated. Call (281) 587-8700.';
$page_keywords    = 'non-emergency medical transport Houston, stretcher transport Houston TX, wheelchair transport Houston, BLS ambulance Houston, dialysis transport Houston, hospital discharge transport, Medicare ambulance Houston, Medicaid ambulance Houston, Black-owned ambulance Houston, family-run medical transport';
$page_og_image    = SITE_URL . '/assets/img/hero/hero-ambulance-main.jpg';
$page_breadcrumb  = [['Home', null]];
$page_faqs = [
    ['q' => 'What kind of transport does A Believers EMS provide?', 'a' => 'A Believers EMS provides non-emergency medical transport including stretcher, wheelchair, BLS, dialysis, hospital discharge and facility-to-facility transfers across the Greater Houston metro. For 911-level emergencies please call 911.'],
    ['q' => 'Do you accept Medicare and Medicaid?', 'a' => 'Yes. A Believers EMS LLC is enrolled with Medicare and Texas Medicaid (#' . CRED_TX_MEDICAID . ') and works with most major private insurance plans.'],
    ['q' => 'What areas of Houston do you serve?', 'a' => 'Our base is at 13940 Bammel North Houston Rd in northwest Houston. We serve Spring, Cypress, The Woodlands, Tomball, Acres Homes, Memorial, the Medical Center, Sugar Land and Pasadena.'],
    ['q' => 'Is A Believers EMS family-run and Black-owned?', 'a' => 'Yes — A Believers EMS LLC was founded in 2006 by Rodney Baker and is still run by Rodney and his son Rod from the same Houston office. The company is Black-owned and family-operated.'],
];

layout('head', compact('page_title', 'page_description', 'page_keywords', 'page_og_image', 'page_breadcrumb', 'page_faqs'));
layout('header');
page_section('home.php');
layout('footer');
layout('scripts');
