refactor: remove duplicate CloudHosting component from CloudPage

This commit is contained in:
2025-11-06 21:28:42 +01:00
parent 75dd7dfbc5
commit 0e6ecedf85

View File

@@ -20,10 +20,6 @@ export default function CloudPage() {
<CloudHostingNew /> <CloudHostingNew />
</AnimatedSection> </AnimatedSection>
<AnimatedSection>
<CloudHosting />
</AnimatedSection>
<AnimatedSection> <AnimatedSection>
<CloudFeatures /> <CloudFeatures />
</AnimatedSection> </AnimatedSection>