2024-11-19 13:17:57 -06:00
|
|
|
module Services.ServiceList.Coaching.NutritionScience exposing (..)
|
2024-11-16 17:28:46 -06:00
|
|
|
|
|
|
|
import Services.Types exposing (..)
|
|
|
|
|
|
|
|
|
|
|
|
servicesNutritionScience : Service
|
|
|
|
servicesNutritionScience =
|
|
|
|
{ logoImage = "nutrition"
|
|
|
|
, logoDescription = "nutrition logo"
|
|
|
|
, servicesLink = "https://the-nutrivore.social/"
|
|
|
|
, servicesTitle = "NUTRITION SCIENCE"
|
|
|
|
, servicesRate = "$40/hr"
|
|
|
|
, servicesDescription = "Participate in a one-hour Q&A session specifically to inquire about nutrition science. Ask questions about research design, methodology, epistemology, and study interpretation. Also, by participating you will also gain access to nutrition science interpretation cheat-sheets that will streamline and simplify the research appraisal process."
|
|
|
|
}
|