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