refactor: consolidate cloud and agents page components

- Removed duplicate hero component variations (AgentsHero/AgentsHeroAlt, CloudHero/CloudHeroAlt)
- Deleted unused CloudCTA, CloudGettingStarted, and CloudDesign components
- Cleaned up empty files and legacy page structure
This commit is contained in:
2025-11-06 15:00:37 +01:00
parent b1c59a9b5a
commit b3836062a3
43 changed files with 193 additions and 71 deletions

View File

@@ -1,13 +1,13 @@
import { useRef } from 'react'
import { AnimatedSection } from '../../components/AnimatedSection'
import { StackSectionLight } from './StackSection'
import { StackSectionDark } from './StackSectionDark'
import { WorldMap } from './HomeGlobe'
import { HomeBenefits } from './HomeBenefits'
import { CallToAction } from './CallToAction'
import { HomeSlider } from './HomeSlider'
import { HomeHostingDark } from './HomeHostingDark'
import { HomeHosting } from './HomeHosting'
import { HomeAurora } from './HomeAurora'
import { HomeTab } from './HomeTab'
export default function HomePage() {
@@ -27,15 +27,15 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<HomeHostingDark />
<HomeHosting />
</AnimatedSection>
<AnimatedSection>
<StackSectionLight />
<StackSectionDark />
</AnimatedSection>
<AnimatedSection ref={sliderRef}>
<HomeSlider />
<AnimatedSection>
<HomeTab />
</AnimatedSection>
<AnimatedSection>