get started
import React from "react"; // ======= QUICK SETTINGS (update these) ======= const BUSINESS_NAME = "Little Rock CPR"; const TAGLINE = "by Cantrell LiveScan"; // per your request: LiveScan as one word const PHONE = "(XXX) XXX-XXXX"; // TODO: replace with your current office number const EMAIL = "info@cantrelllivescan.com"; // optional const ADDRESS_LINE = ""; // e.g., "1234 Example St" const CITY_STATE_ZIP = "Little Rock, AR 72XXX"; // TODO: update zip const GOOGLE_MAPS_URL = "https://maps.google.com"; // TODO: replace with your live map link if desired // ============================================ function Logo() { // Inline SVG version of the clean, medical heart + pulse logo with stacked wordmark and small tagline return (
{/* Heart */} {/* EKG line */}
LITTLE ROCK
CPR
{`BY CANTRELL LIVESCAN`}
); } export default function Page() { return (
{/* Header */}
{/* Hero */}

AHA BLS for Healthcare Providers

High‑quality, hands‑on CPR training for clinical teams in Little Rock. Provider and renewal options. Skills practice with manikins and AEDs. Fast cards, friendly instructors.

Location: {ADDRESS_LINE}, {CITY_STATE_ZIP}

Contact: {PHONE}{EMAIL ? ` • ${EMAIL}` : ""}

  • • Adult, Child, Infant CPR & AED
  • • Team‑based resuscitation & bag‑mask skills
  • • AHA eCard issued after successful completion
  • • Group & onsite training available
{/* Courses */}

Courses Offered

BLS Provider

Full course for first‑time or expired providers. Includes skills check and written assessment.

Duration: ~3.5–4 hours

BLS Renewal

For current or recently expired BLS Providers focusing on updates and skills refresh.

Duration: ~2.5 hours

On‑Site for Clinics

We come to you for groups. Flexible scheduling; volume pricing available.

Minimum group size applies

{/* Why Us */}

Why Train with {BUSINESS_NAME}?

  • • Medical‑grade equipment and practical, scenario‑based coaching
  • • Centrally located in Little Rock with easy parking
  • • Same‑day AHA eCard after successful completion
  • • Group discounts and mobile training for healthcare teams
Find us
{ADDRESS_LINE}
{CITY_STATE_ZIP}
{/* Schedule */}

Upcoming Classes

Add dates here or connect your booking tool (Calendly, Square, Acuity). We can embed a widget when you’re ready.

{[1,2,3].map((i) => (
BLS Provider
Date • Time
Seats: 6–10
Reserve Spot
))}
{/* Enroll */}

Enroll or Request Group Training

Fill this out and we’ll confirm by phone/email. This form is a front‑end mockup — we can wire it to your email or booking system.