diff --git a/layouts/index.html b/layouts/index.html index 56041ef669fe..0ac858fae0de 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "hero" }} - + @@ -8,17 +8,13 @@ {{ index (.Params.hero.title) 1 }} - {{ .Params.hero.description | markdownify }} + {{ .Params.hero.description | markdownify }} {{ .Params.hero.cta_text }} {{ .Params.hero.secondary_cta_text }} - - @@ -27,12 +23,50 @@ {{ define "main" }} {{ $pageContext := . }} - - + + {{ .Params.customer_logos.title }} - {{ partial "stacked-carousel.html" (dict "logos" .Params.customer_logos.logos "single_row" true "gray_hover" true ) }} + {{ partial "stacked-carousel.html" (dict "logos" .Params.customer_logos.logos "single_row" true) }} + + + + + + + + + The reviews are in + + + + + + + + + + + + + + 4.9 out of 5 stars + Read our reviews on G2 + + + + + + + + + + + {{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.snowflake) }} + + + @@ -60,7 +94,6 @@ {{ $item.title }} - @@ -169,11 +202,6 @@ {{ .Params.insights.title }} - - - {{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.snowflake) }} - - diff --git a/static/images/home/g2-star-partial.svg b/static/images/home/g2-star-partial.svg new file mode 100644 index 000000000000..3fa138b80cd7 --- /dev/null +++ b/static/images/home/g2-star-partial.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/images/home/g2-star.svg b/static/images/home/g2-star.svg new file mode 100644 index 000000000000..507d7d76578a --- /dev/null +++ b/static/images/home/g2-star.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/home/g2.svg b/static/images/home/g2.svg new file mode 100644 index 000000000000..d508e6022071 --- /dev/null +++ b/static/images/home/g2.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +
{{ .Params.hero.description | markdownify }}