Update cakes.go
This commit is contained in:
parent
be7a128862
commit
ae6b988fae
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ var Cakes = []types.Product{
|
|||
{Name: "Sernik mango marakuja", Image: "sernik_mango_marakuja", Price: "120", Description: "z musem jogurtowym"},
|
||||
{Name: "Sernik palone masło", Image: "sernik_palone_maslo", Price: "150", Description: ""},
|
||||
{Name: "Sernik z rosą", Image: "sernik_rosa", Price: "150", Description: ""},
|
||||
{Name: "Sernik klasyczny", Image: "", Price: "150", Description: "wykończony czekoladowym ganache lub oprószony cukrem pudrem"},
|
||||
{Name: "Sernik klasyczny", Image: "sernik_klasyczny", Price: "150", Description: "wykończony czekoladowym ganache lub oprószony cukrem pudrem"},
|
||||
{Name: "Pleśniak", Image: "", Price: "120", Description: "kruche ciasto waniliowe, powidła owocowe, kruche ciasto kakaowe, beza i kruszonka"},
|
||||
{Name: "Snickers", Image: "", Price: "150", Description: "dwie warstwy kakaowego biszkoptu a pomiędzy bezowy blat orzechowy , krem budyniowy , toffi i orzeszki ziemne"},
|
||||
{Name: "3Bit", Image: "", Price: "120", Description: "herbatniki, krem budyniowy, toffi i śmietana"},
|
||||
|
|
@ -34,7 +34,7 @@ var Cakes = []types.Product{
|
|||
{Name: "Nutellowiec z wiśniami", Image: "", Price: "120", Description: "nutelowy spód , krem śmietankowy z dodatkiem twarożku, wiśnie i galaretka"},
|
||||
{Name: "Karpatka", Image: "", Price: "120", Description: ""},
|
||||
{Name: "Tarta cytrynowa", Image: "", Price: "100", Description: ""},
|
||||
// {Name: "Sernik lawendowy z pomarańczą", Image: "", Price: "150", Description: ""},
|
||||
{Name: "Sernik lawendowy z pomarańczą", Image: "", Price: "150", Description: ""},
|
||||
}
|
||||
|
||||
var Desserts = []types.Product{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue