website/frontend/src/Headers/Pages/Services.elm
2024-12-01 16:19:10 -06:00

10 lines
357 B
Elm
Executable file

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."
}