diff --git a/content/nginx-one/_index.md b/content/nginx-one/_index.md
index f2c954904..b4a54d3e8 100644
--- a/content/nginx-one/_index.md
+++ b/content/nginx-one/_index.md
@@ -8,40 +8,41 @@ cascade:
nd-content-type: landing-page
nd-product: NGINX One
---
-{{< card-layout >}}
- {{< card-section >}}
- {{< card title="Manage your NGINX fleet" >}}
+{{}}
+ {{}}
+ {{}}
Simplify, scale, secure, and collaborate with your NGINX fleet
- {{ card >}}
- {{< card title="Get started" >}}
+ {{}}
+ {{}}
See benefits from the NGINX One Console
- {{ card >}}
- {{< card title="Connect your instances" >}}
+ {{}}
+ {{}}
Work with data plane keys, containers, and proxy servers
- {{ card >}}
- {{< card title="Manage your NGINX instances" >}}
+ {{}}
+ {{}}
Monitor and maintain your deployments
- {{ card >}}
- {{< card title="Draft new configurations" >}}
+ {{}}
+ {{}}
Work with Staged Configurations
{{ card >}}
- {{< card title="Set up metrics" >}}
+ {{}}
Review your deployments in a dashboard
- {{ card >}}
- {{< card title="Organize users with RBAC" >}}
+ {{}}
+ {{}}
Assign responsibilities with role-based access control
- {{ card >}}
- {{< card title="Automate with the NGINX One API" >}}
+ {{}}
+ {{}}
Manage your NGINX fleet over REST
- {{ card >}}
- {{< card title="Glossary" >}}
+ {{}}
+ {{}}
Learn terms unique to NGINX One Console
- {{ card >}}
- {{< card title="Changelog" >}}{{< changelog-dates >}}
- {{ card >}}
- {{ card-section >}}
+ {{}}
+ {{}}{{< changelog-dates >}}{{}}
+ {{}}
+{{}}
- # Other Components
+# Other Components
+{{}}
{{< card-section title="Kubernetes Solutions">}}
{{< card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon">}}
Kubernetes traffic management with API gateway, identity, and observability features.
@@ -71,4 +72,4 @@ nd-product: NGINX One
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs.
{{ card >}}
{{ card-section >}}
-{{ card-layout >}}
\ No newline at end of file
+{{}}
\ No newline at end of file
diff --git a/layouts/partials/changelog-date.html b/layouts/partials/changelog-date.html
index efe487b51..68c64d62f 100644
--- a/layouts/partials/changelog-date.html
+++ b/layouts/partials/changelog-date.html
@@ -1,7 +1,7 @@
{{ $changelogContent := readFile "content/nginx-one/changelog.md" }}
{{ $maxNumLogs := 3 }}
{{ $headings := first $maxNumLogs (findRE `(?m)^##\s(.+)$` $changelogContent) }}
-
+
{{ range $headings }}
{{ $title := replaceRE "^##\\s" "" . }}
- {{ $title }}