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

@@ -9,6 +9,7 @@ import { HomeAurora } from './HomeAurora'
import { HomeTab } from './HomeTab'
export default function HomePage() {
const sliderRef = useRef<HTMLDivElement>(null)