From f1c388cbab3cec18e2f4e67a688b59465363f37b Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 31 Oct 2025 05:02:02 +0100 Subject: [PATCH] refactor: reorganize cloud page component structure - Moved CloudOverview component into its own AnimatedSection for consistent layout - Reordered imports to match component rendering sequence - Fixed spacing and removed empty line in component structure --- src/pages/cloud/CloudPage.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/cloud/CloudPage.tsx b/src/pages/cloud/CloudPage.tsx index 3b28fd0..6832533 100644 --- a/src/pages/cloud/CloudPage.tsx +++ b/src/pages/cloud/CloudPage.tsx @@ -1,5 +1,4 @@ import { AnimatedSection } from '../../components/AnimatedSection' -import { CloudOverview } from './CloudOverview' import { CloudArchitecture } from './CloudArchitecture' import { CloudFeatures } from './CloudFeatures' import { CloudGettingStarted } from './CloudGettingStarted' @@ -15,10 +14,13 @@ export default function CloudPage() { + + + - +