Skip to content

Commit 04ae700

Browse files
authored
[Search] Stateful homepage promo update (#237408)
## Summary Update the home page promo real estate for the 9.2 stack release. ### Screenshot <img width="1234" height="681" alt="Screenshot 2025-10-03 at 14 35 17" src="https://github.com/user-attachments/assets/b16adf89-44d1-4e0f-b68a-b539212017d3" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] ~Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~ - [ ] ~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials~ - [ ] ~[Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios~ - [ ] ~If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~ - [ ] ~This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations.~ - [ ] ~[Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed~ - [ ] ~The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)~ - [ ] ~Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels.~
1 parent ff23fec commit 04ae700

File tree

1 file changed

+6
-5
lines changed
  • x-pack/solutions/search/plugins/search_homepage/public/components/header

1 file changed

+6
-5
lines changed

x-pack/solutions/search/plugins/search_homepage/public/components/header/stateful_promo.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ export const StatefulHeaderPromo = () => {
1414
return (
1515
<HeaderPromo
1616
title={i18n.translate('xpack.searchHomepage.header.statefulPromo.title', {
17-
defaultMessage: 'Build your first search solution',
17+
defaultMessage: 'GPUs go brrr! GPU-accelerated inference for ELSER',
1818
})}
1919
description={i18n.translate('xpack.searchHomepage.header.statefulPromo.description', {
2020
defaultMessage:
21-
'Learn the fundamentals of creating a complete search experience with this hands-on tutorial.',
21+
'We are thrilled to launch ELSER on ElS -- get state-of-the-art semantic search relevance without having to manage your own machine learning nodes.',
2222
})}
2323
cta={
2424
<HeaderCTALink
2525
data-test-subj="searchHomepageSearchHomepageHeaderCTA"
26-
data-telemetry-id="8-search-tutorial"
27-
href="https://www.elastic.co/search-labs/tutorials/search-tutorial/welcome"
26+
// "search-promo-homepage-" is prepended to the telemetry id in HeaderCTALink
27+
data-telemetry-id="10-elser-on-eis"
28+
href="https://www.elastic.co/docs/explore-analyze/elastic-inference/eis#elser-on-eis"
2829
>
2930
{i18n.translate('xpack.searchHomepage.statefulPromo.content', {
30-
defaultMessage: 'Start the tutorial',
31+
defaultMessage: 'View docs',
3132
})}
3233
</HeaderCTALink>
3334
}

0 commit comments

Comments
 (0)