diff --git a/home/business.md b/home/business.md new file mode 100644 index 00000000..97b91dea --- /dev/null +++ b/home/business.md @@ -0,0 +1,19 @@ +--- +layout: default +backLink: false +--- + +{% include hero.html title=site.tagline title_2='for Business' image='https://dummyimage.com/860x600' color='with InvenTree' %} + +{% assign for_b = site.data.for_business %} +{% include features.html data=for_b %} + +{% include cta.html text='read more on the site!' %} + +{% assign function = site.data.function %} +{% include functions.html data=function %} + +{% assign end = site.data.end_cta %} +{% include cta.html cta=end %} + +---