From 6ef8cc6db6bd2f9be6b0b2600d1400a9da064939 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Mon, 30 Mar 2026 09:32:49 +0100 Subject: [PATCH] feat: restructure feature grid into categorized sections for better organization --- .../Partials/hero-cards/product-grid.ejs | 54 +++++++++++++------ 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/Home/Views/Partials/hero-cards/product-grid.ejs b/Home/Views/Partials/hero-cards/product-grid.ejs index ced2dc6b1f..4a63ead7be 100644 --- a/Home/Views/Partials/hero-cards/product-grid.ejs +++ b/Home/Views/Partials/hero-cards/product-grid.ejs @@ -1,17 +1,39 @@ - -
- <%- include('./status-page') -%> - <%- include('./incidents') -%> - <%- include('./monitoring') -%> - <%- include('./on-call') -%> - <%- include('./scheduled-maintenance') -%> - <%- include('./logs') -%> - <%- include('./metrics') -%> - <%- include('./traces') -%> - <%- include('./exceptions') -%> - <%- include('./workflows') -%> - <%- include('./dashboards') -%> - <%- include('./kubernetes') -%> - <%- include('./profiles') -%> - <%- include('./ai-agent-grid') -%> + +
+ + +
+

Essentials

+
+ <%- include('./status-page') -%> + <%- include('./incidents') -%> + <%- include('./monitoring') -%> + <%- include('./on-call') -%> + <%- include('./scheduled-maintenance') -%> +
+
+ + +
+

Observability

+
+ <%- include('./logs') -%> + <%- include('./metrics') -%> + <%- include('./traces') -%> + <%- include('./exceptions') -%> + <%- include('./profiles') -%> +
+
+ + +
+

Automation & Intelligence

+
+ <%- include('./kubernetes') -%> + <%- include('./workflows') -%> + <%- include('./dashboards') -%> + <%- include('./ai-agent-grid') -%> +
+
+