From 0daabe56f56b330d9d1718fce58a5114f3b12d63 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 4 Nov 2025 15:16:50 +0100 Subject: [PATCH] feat: replace SecurityPillars with CloudBluePrint component and reorder sections - Removed CloudGettingStarted section from the page - Replaced SecurityPillars with new CloudBluePrint component - Adjusted section ordering to improve page flow --- src/pages/cloud/CloudPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/cloud/CloudPage.tsx b/src/pages/cloud/CloudPage.tsx index ddfd8ea..f361d77 100644 --- a/src/pages/cloud/CloudPage.tsx +++ b/src/pages/cloud/CloudPage.tsx @@ -7,6 +7,7 @@ import { SecurityPillars } from './SecurityPillars' import { CloudCTA } from './CloudCTA' import { CloudHeroNew } from './CloudHeroNew' import { CloudHosting } from './CloudHosting' +import { CloudBluePrint } from './CloudBluePrint' export default function CloudPage() { return ( @@ -28,15 +29,14 @@ export default function CloudPage() { - - - + - + +