diff --git a/src/pages/cloud/CloudHeroNew.tsx b/src/pages/cloud/CloudHeroNew.tsx
index 49fd1c7..dae6bb1 100644
--- a/src/pages/cloud/CloudHeroNew.tsx
+++ b/src/pages/cloud/CloudHeroNew.tsx
@@ -1,7 +1,7 @@
import { H3, Eyebrow, P } from "@/components/Texts"
import { Button } from "@/components/Button"
-export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) {
+export function CloudHeroNew() {
return (
{/* Boxed container */}
diff --git a/src/pages/network/NetworkDownload.tsx b/src/pages/network/NetworkDownload.tsx
index 587f084..576dc77 100644
--- a/src/pages/network/NetworkDownload.tsx
+++ b/src/pages/network/NetworkDownload.tsx
@@ -7,7 +7,7 @@ import windowsIcon from '@/images/windows.svg'
import androidIcon from '@/images/android.svg'
import linuxIcon from '@/images/linux.svg'
-import { CT, CP, H3, P } from '@/components/Texts'
+import { CT, CP } from '@/components/Texts'
const features = [
{
diff --git a/src/pages/network/SecondaryFeatures.tsx b/src/pages/network/SecondaryFeatures.tsx
index c0cff04..9d233e1 100644
--- a/src/pages/network/SecondaryFeatures.tsx
+++ b/src/pages/network/SecondaryFeatures.tsx
@@ -1,6 +1,6 @@
import { useId } from 'react'
import { Container } from '@/components/Container'
-import { CP } from '@/components/Texts'
+import { CP, H3, P, Eyebrow } from '@/components/Texts'
const features = [
{
@@ -197,13 +197,13 @@ export function SecondaryFeatures() {
-
FEATURES
-
- Core Features
-
-
+ FEATURES
+
+ Core Features
+
+
The Mycelium Network is evolving with new features to support richer data movement, identity, and application connectivity across the mesh.
-
+