mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added some stuff
This commit is contained in:
parent
f73dab4579
commit
36f9c89214
21 changed files with 573 additions and 155 deletions
10
frontend/src/Headers/Pages/Services.elm
Normal file
10
frontend/src/Headers/Pages/Services.elm
Normal file
|
@ -0,0 +1,10 @@
|
|||
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."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue