forked from emre/www_projectmycelium_com
feat: streamline cloud and pods pages with improved CTAs and content
- Replaced CloudCodeTabs with static reserve image in CloudIntro - Added dynamic action buttons (Deploy, Follow Development, View Docs) to CloudIntro tabs - Removed CloudFeaturesLight section from CloudPage - Enhanced Pods CallToAction with benefits checklist and expanded early adopter messaging - Added CTA buttons to Homepod component with waitlist and docs links - Removed PodsBenefits section from PodsPage - Updated Homepod description
This commit is contained in:
@@ -2,7 +2,6 @@ import { AnimatedSection } from '../../components/AnimatedSection'
|
||||
import { CloudHeroNew } from './CloudHeroNew'
|
||||
import { CallToAction } from './CalltoAction'
|
||||
import { CloudIntro } from './CloudIntro'
|
||||
import { CloudFeaturesLight } from './CloudFeaturesLight'
|
||||
import { CloudPros } from './CloudPros'
|
||||
|
||||
|
||||
@@ -18,10 +17,6 @@ export default function CloudPage() {
|
||||
<CloudIntro />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<CloudFeaturesLight />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<CloudPros />
|
||||
</AnimatedSection>
|
||||
|
||||
Reference in New Issue
Block a user