refactor: adjust CloudFeaturesLight layout and remove duplicate CloudFeatures section

- Changed vertical alignment from items-start to items-center in desktop grid
- Reduced top margins for better spacing consistency (mt-20→mt-12, mt-16→mt-12)
- Removed redundant CloudFeatures section from CloudPage
This commit is contained in:
2025-11-06 21:49:42 +01:00
parent 6485e1e3ce
commit 5af349ad4a
2 changed files with 3 additions and 7 deletions

View File

@@ -25,10 +25,6 @@ export default function CloudPage() {
<CloudFeaturesLight />
</AnimatedSection>
<AnimatedSection>
<CloudFeatures />
</AnimatedSection>
<AnimatedSection>
<CloudArchitecture />
</AnimatedSection>