refactor: streamline page components and simplify UI elements

- Removed unused HomeAudience component from HomePage
- Renamed NetworkPros to CloudPros for clarity
- Removed bullet point lists from PodsFeatures to simplify presentation
- Replaced PodCapabilities with PodsWhat and removed PodsComing section
This commit is contained in:
2025-11-14 21:53:21 +01:00
parent 678da4b66c
commit 33821987aa
5 changed files with 137 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ import { SecondaryFeatures } from './SecondaryFeatures'
import { CallToAction } from './CallToAction'
import { NetworkCapabilities } from './NetworkCapabilities'
import { NetworkUsecases } from './NetworkUsecases'
import { NetworkPros } from './NetworkPros'
import { CloudPros } from './NetworkPros'
export default function NetworkPage() {
@@ -33,7 +33,7 @@ export default function NetworkPage() {
</AnimatedSection>
<AnimatedSection>
<NetworkPros />
<CloudPros />
</AnimatedSection>
<AnimatedSection>