feat: add light-themed cloud features section with boxed layout

- Created CloudFeaturesLight component with desktop/mobile responsive views
- Implemented tabbed interface for feature showcase with hover effects
- Added bordered container layout matching CloudHeroNew design system
This commit is contained in:
2025-11-06 21:39:14 +01:00
parent 15e81cb5cd
commit 2e22ed9683
2 changed files with 256 additions and 1 deletions

View File

@@ -3,10 +3,11 @@ import { CloudArchitecture } from './CloudArchitecture'
import { CloudFeatures } from './CloudFeatures'
import { CloudUseCases } from './CloudUseCases'
import { CloudHeroNew } from './CloudHeroNew'
import { CloudHosting } from './CloudHosting'
import { CloudBluePrint } from './CloudBluePrint'
import { CallToAction } from './CalltoAction'
import { CloudHostingNew } from './CloudHostingNew'
import { CloudFeaturesLight } from './CloudFeaturesLight'
export default function CloudPage() {
return (
@@ -20,6 +21,10 @@ export default function CloudPage() {
<CloudHostingNew />
</AnimatedSection>
<AnimatedSection>
<CloudFeaturesLight />
</AnimatedSection>
<AnimatedSection>
<CloudFeatures />
</AnimatedSection>