mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 12:05:12 -05:00
feat: added link to services page
This commit is contained in:
parent
866635694e
commit
243c3c555b
2 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
|||
module Config.Helpers.Headers.Records exposing (..)
|
||||
|
||||
import Config.Helpers.Cards.Inner.Helpers exposing (detailBodyLink)
|
||||
import Config.Helpers.Headers.Types exposing (..)
|
||||
import Element as E exposing (text)
|
||||
import Config.Style.Colour.Helpers exposing (ThemeColor(..))
|
||||
import Element as E exposing (newTabLink, text)
|
||||
import Route.Path as Path
|
||||
|
||||
|
||||
argumentHeader : Header msg
|
||||
|
@ -77,7 +80,14 @@ servicesHeader =
|
|||
"Services"
|
||||
in
|
||||
{ headerTitle = String.toUpper name
|
||||
, headerBody = [ text "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." ]
|
||||
, headerBody =
|
||||
[ text "Here are all the services I offer to interested clients. Feel free to "
|
||||
, newTabLink []
|
||||
{ url = Path.toString Path.Contact_Inquiry
|
||||
, label = detailBodyLink TextLightOrange "reach out"
|
||||
}
|
||||
, text " with any questions or to receive a quote for bundled purchases."
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -164,5 +164,3 @@ instructionBody device =
|
|||
]
|
||||
|
||||
|
||||
|
||||
-- For any inquiries, including service purchases, general questions, guest appearances, webinars, public speaking, please reach out via email by clicking here. You may also submit Discord ban appeals here if you wish. To submit any criticism of the content on this site, follow the Criticism link below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue