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