mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
10 lines
357 B
Elm
Executable file
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."
|
|
}
|