diff --git a/material-overrides/assets/images/homepage-prreviews.webm b/material-overrides/assets/images/homepage-prreviews.webm new file mode 100644 index 00000000..5b404537 Binary files /dev/null and b/material-overrides/assets/images/homepage-prreviews.webm differ diff --git a/material-overrides/assets/stylesheets/home.css b/material-overrides/assets/stylesheets/home.css index b94a43fc..423bbb37 100644 --- a/material-overrides/assets/stylesheets/home.css +++ b/material-overrides/assets/stylesheets/home.css @@ -391,6 +391,13 @@ background: rgba(139, 92, 246, 0.06); } +.selector-item.active[data-color="teal"] { + border-left-color: #06b6d4; + border-left-color: oklch(0.746 0.16 232.661); + background: rgba(6, 182, 212, 0.06); + background: oklch(0.746 0.16 232.661 / 0.06); +} + .selector-icon { display: inline-flex; align-items: center; @@ -428,6 +435,13 @@ color: #8b5cf6; } +.selector-icon--teal { + background: rgba(6, 182, 212, 0.15); + background: oklch(0.746 0.16 232.661 / 0.15); + color: #06b6d4; + color: oklch(0.746 0.16 232.661); +} + .selector-text { flex: 1; min-width: 0; diff --git a/material-overrides/home.html b/material-overrides/home.html index 0f5fd8da..016521e6 100644 --- a/material-overrides/home.html +++ b/material-overrides/home.html @@ -129,16 +129,16 @@

Start reviewing your code

aria-controls="preview-panel" tabindex="0" data-index="2" - data-color="green"> - - {% include ".icons/material/source-repository.svg" %} + data-color="purple"> + + {% include ".icons/material/console.svg" %}
- Scan your entire repository + Review from the terminal

- Find system-wide bugs across your full codebase. + Integrate with git hooks and CI/CD pipelines.

@@ -148,16 +148,35 @@

Start reviewing your code

aria-controls="preview-panel" tabindex="0" data-index="3" - data-color="purple"> - - {% include ".icons/material/console.svg" %} + data-color="teal"> + + {% include ".icons/material/source-pull.svg" %}
- Review from the terminal + Review every pull request

- Integrate with git hooks and CI/CD pipelines. + Catch issues before they reach your main branch. +

+
+ + @@ -237,8 +256,9 @@

{% include ".icons/material/wrench-outline.s var previews = [ "{{ 'assets/images/homepage-manualreview.webm' | url }}", "{{ 'assets/images/homepage-aiautoreview.webm' | url }}", - "{{ 'assets/images/homepage-reporeviews.webm' | url }}", - "{{ 'assets/images/homepage-klustercli.webm' | url }}" + "{{ 'assets/images/homepage-klustercli.webm' | url }}", + "{{ 'assets/images/homepage-prreviews.webm' | url }}", + "{{ 'assets/images/homepage-reporeviews.webm' | url }}" ]; items.forEach(function(item) { diff --git a/material-overrides/main.html b/material-overrides/main.html index 957377ec..39b052e3 100644 --- a/material-overrides/main.html +++ b/material-overrides/main.html @@ -32,7 +32,7 @@ {% block announce %}

- 🚀 New: Connect Jira to kluster.ai and review code against your ticket requirements. Get started. + 🚀 New: Automated PR Reviews for GitHub, GitLab, Bitbucket, and Azure DevOps — available on the Enterprise plan. Contact us to get started.

{% endblock %}