feat: almost finished mvp

This commit is contained in:
Nick 2024-12-08 21:16:04 -06:00
parent f3f7df13f5
commit 7ea90e4132
16 changed files with 1499 additions and 180 deletions

View file

@ -107,6 +107,24 @@ makeFeature features =
]
price : Element msg
price =
newTabLink []
{ url = "https://the-nutrivore.myshopify.com/cart/31192710807615:1?channel=buy_button"
, label =
row
[ F.center
, paddingEach
{ top = 3
, right = 0
, bottom = 0
, left = 0
}
]
[ text "$19.99" ]
}
featureList : NutriDex -> Element msg
featureList nutridex =
column
@ -157,10 +175,7 @@ featureList nutridex =
, left = 25
}
]
[ newTabLink []
{ url = "https://the-nutrivore.myshopify.com/cart/31192710807615:1?channel=buy_button"
, label = row [ F.center ] [ text "$19.99" ]
}
[ price
]
]
, column
@ -236,10 +251,7 @@ featureListMobile nutridex =
, left = 25
}
]
[ newTabLink []
{ url = "https://the-nutrivore.myshopify.com/cart/31192710807615:1?channel=buy_button"
, label = row [ F.center ] [ text "$19.99" ]
}
[ price
]
]
, column