website/frontend/src/Headers/Pages/Services.elm

11 lines
357 B
Elm
Raw Normal View History

2024-12-01 02:56:13 -06:00
module Headers.Pages.Services exposing (..)
import Headers.Types exposing (..)
servicesHeader : Header
servicesHeader =
{ headerTitle = "SERVICES"
, headerBody = "Bundle any of the services below to receive a $10 discount per hour. For example, two Debate Analysis sessions would cost $140 total, instead of $80/hr. All prices are in CAD."
}