forked from emre/www_projectmycelium_com
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user