feat: redesign cloud hero section with new layout and capabilities component

- Updated CloudHeroNew with boxed container layout and improved visual hierarchy
- Added new CloudHostingNew component featuring accordion-style capabilities section with dark theme
- Included new cloud hosting images in webp and png formats
This commit is contained in:
2025-11-06 21:26:48 +01:00
parent d8ce04252a
commit 75dd7dfbc5
10 changed files with 136 additions and 19 deletions

View File

@@ -6,6 +6,7 @@ import { CloudHeroNew } from './CloudHeroNew'
import { CloudHosting } from './CloudHosting'
import { CloudBluePrint } from './CloudBluePrint'
import { CallToAction } from './CalltoAction'
import { CloudHostingNew } from './CloudHostingNew'
export default function CloudPage() {
return (
@@ -15,6 +16,10 @@ export default function CloudPage() {
<CloudHeroNew />
</AnimatedSection>
<AnimatedSection>
<CloudHostingNew />
</AnimatedSection>
<AnimatedSection>
<CloudHosting />
</AnimatedSection>