Refactor landing page EE
What does this MR do?
As part of https://gitlab.com/gitlab-org/gitlab-ce/issues/52304, a revamped EE landing page was developed and merged in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7525.
Unfortunately, a few tests broken because they relied on the old structure and were only run post-deploy. That meant the new content was reverted: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8498.
This MR is a do-over, with a full pipeline and fixed test.
Related issues
None other than what's mentioned above.
Author's checklist
-
Apply the correct labels and milestone -
Crosslink the document from the higher-level index -
Crosslink the document from other subject-related docs -
Feature moving tiers? Make sure the change is also reflected in features.yml
-
Correctly apply the product badges and tiers -
Port the MR to EE (or backport from CE): always recommended, required when the ee-compat-check
job fails
Review checklist
-
Your team's review (required) -
PM's review (recommended, but not a blocker) -
Technical writer's review (required) -
Merge the EE-MR first, CE-MR afterwards